You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2006/02/06 13:03:50 UTC

svn commit: r375260 - in /myfaces: commons/trunk/ core/trunk/api/ site/trunk/src/site/resources/css/ site/trunk/src/site/xdoc/ tomahawk/trunk/ tomahawk/trunk/examples/simple/src/main/webapp/ tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/

Author: mmarinschek
Date: Mon Feb  6 04:03:46 2006
New Revision: 375260

URL: http://svn.apache.org/viewcvs?rev=375260&view=rev
Log:
fixed some documentation issues.

Modified:
    myfaces/commons/trunk/pom.xml
    myfaces/core/trunk/api/pom.xml
    myfaces/site/trunk/src/site/resources/css/site.css
    myfaces/site/trunk/src/site/xdoc/gettingstarted.xml
    myfaces/site/trunk/src/site/xdoc/index.xml
    myfaces/site/trunk/src/site/xdoc/xdoc.xml
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/commons/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/commons/trunk/pom.xml?rev=375260&r1=375259&r2=375260&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Mon Feb  6 04:03:46 2006
@@ -9,7 +9,10 @@
   <url>http://myfaces.apache.org</url>
 	<version>1.1.2-SNAPSHOT</version>
   <description>
-    This is the MyFaces Commons Subproject Description [INSERT MORE STUFF HERE]
+    The MyFaces Commons Subproject provides base classes for usage in both the
+    MyFaces implementation and the MyFaces Tomahawk components. This is also
+    a general set of utility classes for usage in your JSF projects independent
+    of the implementation you might be deciding upon.
   </description>
 
   <parent>

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/api/pom.xml?rev=375260&r1=375259&r2=375260&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Mon Feb  6 04:03:46 2006
@@ -8,7 +8,8 @@
   <packaging>jar</packaging>
   <name>API</name>
   <description>
-    This is the MyFaces API Subproject Description [INSERT MORE STUFF HERE]
+    The MyFaces API Subproject provides a full set of the API interfaces and classes
+    defined in JSR-127 (see also http://www.jcp.org/en/jsr/detail?id=127).
   </description>
 
   <parent>

Modified: myfaces/site/trunk/src/site/resources/css/site.css
URL: http://svn.apache.org/viewcvs/myfaces/site/trunk/src/site/resources/css/site.css?rev=375260&r1=375259&r2=375260&view=diff
==============================================================================
--- myfaces/site/trunk/src/site/resources/css/site.css (original)
+++ myfaces/site/trunk/src/site/resources/css/site.css Mon Feb  6 04:03:46 2006
@@ -170,13 +170,13 @@
 dl {
   padding: 0px 0px 5px 0px;
   border: 0px;
-  background: url(images/dl.png) left top no-repeat 
+  background: url(../images/dl.jpg) left top no-repeat
 }
 
 dt {
   padding: 0px 0px 0px 25px;
   border: 0px;
-  background-color: #FFFFF;
+  background-color: #FFFFFF;
 }
 
 div#leftColumn {

Modified: myfaces/site/trunk/src/site/xdoc/gettingstarted.xml
URL: http://svn.apache.org/viewcvs/myfaces/site/trunk/src/site/xdoc/gettingstarted.xml?rev=375260&r1=375259&r2=375260&view=diff
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/gettingstarted.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/gettingstarted.xml Mon Feb  6 04:03:46 2006
@@ -11,8 +11,8 @@
     <p>
         Your first step with Apache MyFaces should be to have
         a look at our examples application. You can do that
-        by going to our working distribution on <a href="http://www.irian.at/open_source.jsf">
-          http://www.irian.at/open_source.jsf</a>
+        by going to our working distribution on <a href="http://www.irian.at/myfaces.jsf">
+          http://www.irian.at/myfaces.jsf</a>
         or by deploying the examples application yourself. All
         you need to do to get up and running is to follow the steps below!
     </p>

Modified: myfaces/site/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewcvs/myfaces/site/trunk/src/site/xdoc/index.xml?rev=375260&r1=375259&r2=375260&view=diff
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/index.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/index.xml Mon Feb  6 04:03:46 2006
@@ -36,8 +36,8 @@
       <p>
         Make sure to have a look at our examples - you can find a
         working distribution at
-        <a href="http://www.irian.at/open_source.jsf">
-          http://www.irian.at/open_source.jsf
+        <a href="http://www.irian.at/myfaces.jsf">
+          http://www.irian.at/myfaces.jsf
         </a>
         . Find instructions on installing them yourselves in our
         'Getting Started' section. If you can't find information you

Modified: myfaces/site/trunk/src/site/xdoc/xdoc.xml
URL: http://svn.apache.org/viewcvs/myfaces/site/trunk/src/site/xdoc/xdoc.xml?rev=375260&r1=375259&r2=375260&view=diff
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/xdoc.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/xdoc.xml Mon Feb  6 04:03:46 2006
@@ -27,7 +27,7 @@
       <title>Jumpstart into Apache MyFaces</title>
       <p>
           Make sure to have a look at our examples - you can find a working
-          distribution at <link href="http://www.irian.at/open_source.jsf">
+          distribution at <link href="http://www.irian.at/myfaces.jsf">
           http://www.irian.at/open_source.jsf</link>.
           Find instructions on installing them yourselves in our 'Getting Started' section.
           If you can't find information you need on these pages, make sure you

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml?rev=375260&r1=375259&r2=375260&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/web.xml Mon Feb  6 04:03:46 2006
@@ -12,7 +12,7 @@
     <description>State saving method: "client" or "server" (= default)
             See JSF Specification 2.5.3</description>
     <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
-    <param-value>client</param-value>
+    <param-value>server</param-value>
   </context-param>
   <context-param>
     <description>Only applicable if state saving method is "server" (= default).

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp?rev=375260&r1=375259&r2=375260&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp Mon Feb  6 04:03:46 2006
@@ -6,73 +6,74 @@
 <html>
 
     <%@include file="inc/head.inc" %>
+    <body>
 
-    <f:view>
-
-        <f:loadBundle basename="org.apache.myfaces.examples.resource.example_messages" var="example_messages"/>
-
-        <h:panelGrid id="header_group1" columns="2" styleClass="pageHeader"  >
-            <t:graphicImage id="header_logo" url="images/logo_mini.jpg" alt="#{example_messages['alt_logo']}" />
-            <f:verbatim>
-                <h:outputText style="font-size:20px;color:#FFFFFF" escape="false" value="MyFaces - The free JavaServer&#8482; Faces Implementation"/>
-                <h:outputText style="font-size:10px;color:#FFFFFF" value="(Version 1.1.1)"/>
-            </f:verbatim>
-        </h:panelGrid>
-
-        <h:panelGrid>
-            <h:outputLink value="sample1.jsf" ><f:verbatim>Sample 1</f:verbatim></h:outputLink>
-            <h:outputLink value="sample2.jsf" ><f:verbatim>Sample 2</f:verbatim></h:outputLink>
-            <h:outputLink value="displayValueOnly.jsf" ><f:verbatim>displayValueOnly attribute</f:verbatim></h:outputLink>
-            <h:outputLink value="forceId.jsf" ><f:verbatim>forceId</f:verbatim></h:outputLink>
-            <h:outputLink value="validate.jsf" ><f:verbatim>Validations</f:verbatim></h:outputLink>
-            <h:outputLink value="aliasBean.jsf" ><f:verbatim>Alias Bean</f:verbatim></h:outputLink>
-            <h:outputLink value="buffer.jsf" ><f:verbatim>Buffer</f:verbatim></h:outputLink>
-            <h:outputText value="Data Table"/>
-            <h:panelGrid style="padding-left:25px">
-                <h:outputLink value="masterDetail.jsf" ><f:verbatim>Master-Detail</f:verbatim></h:outputLink>
-                <h:outputLink value="dataScroller.jsf" ><f:verbatim>Data Scroller</f:verbatim></h:outputLink>
-                <h:outputLink value="sortTable.jsf" ><f:verbatim>Sortable</f:verbatim></h:outputLink>
-                <h:outputLink value="pagedSortTable.jsf" ><f:verbatim>Paged and Sortable</f:verbatim></h:outputLink>
-                <h:outputLink value="openDataTable.jsf" ><f:verbatim>Paged and Sortable (dynamic number of columns; mouseover)</f:verbatim></h:outputLink>
-                <h:outputLink value="crossDataTable.jsf" ><f:verbatim>Dynamic number of columns, add a column</f:verbatim></h:outputLink>
+        <f:view>
+    
+            <f:loadBundle basename="org.apache.myfaces.examples.resource.example_messages" var="example_messages"/>
+
+            <h:panelGrid id="header_group1" columns="2" styleClass="pageHeader"  >
+                <t:graphicImage id="header_logo" url="images/logo_mini.jpg" alt="#{example_messages['alt_logo']}" />
+                <f:verbatim>
+                    <h:outputText style="font-size:20px;color:#FFFFFF" escape="false" value="MyFaces - The free JavaServer&#8482; Faces Implementation"/>
+                    <h:outputText style="font-size:10px;color:#FFFFFF" value="(Version 1.1.1)"/>
+                </f:verbatim>
             </h:panelGrid>
-            <h:outputLink value="selectbox.jsf" ><f:verbatim>Select boxes</f:verbatim></h:outputLink>
-            <h:outputLink value="fileupload.jsf" ><f:verbatim>File upload</f:verbatim></h:outputLink>
-            <h:outputLink value="tabbedPane.jsf" ><f:verbatim>Tabbed Pane</f:verbatim></h:outputLink>
-            <h:outputLink value="calendar.jsf" ><f:verbatim>Calendar</f:verbatim></h:outputLink>
-            <h:outputLink value="popup.jsf" ><f:verbatim>Popup</f:verbatim></h:outputLink>
-            <h:outputText value="Menus"/>
-            <h:panelGrid style="padding-left:25px">
-                <h:outputLink value="jscookmenu.jsf" ><f:verbatim>JSCookMenu</f:verbatim></h:outputLink>
-                <h:outputLink value="panelnavigation_1.jsf" ><f:verbatim>PanelNavigation Classic (Static JSP)</f:verbatim></h:outputLink>
-                <h:outputLink value="panelnavigation_2.jsf" ><f:verbatim>PanelNavigation with NavigationMenuItems (Dynamic)</f:verbatim></h:outputLink>
-            </h:panelGrid>
-            <h:outputLink value="jslistener.jsf" ><f:verbatim>Javascript Listener</f:verbatim></h:outputLink>
-            <h:outputLink value="date.jsf" ><f:verbatim>Date</f:verbatim></h:outputLink>
-            <h:outputLink value="inputTextHelp.jsf" ><f:verbatim>InputTextHelp</f:verbatim></h:outputLink>
-            <h:outputLink value="inputHtml.jsf" ><f:verbatim>Html Editor</f:verbatim></h:outputLink>
-            <h:outputLink value="htmlTag.jsf" ><f:verbatim>Html Tag</f:verbatim></h:outputLink>
-            <h:outputLink value="dataList.jsf" ><f:verbatim>Dynamic Lists</f:verbatim></h:outputLink>
-            <h:outputLink value="selectOneCountry.jsf" ><f:verbatim>Select one Country</f:verbatim></h:outputLink>
-            <h:outputLink value="selectOneLanguage.jsf" ><f:verbatim>Select one Language</f:verbatim></h:outputLink>
-            <h:outputLink value="tree.jsf" ><f:verbatim>Tree</f:verbatim></h:outputLink>
-            <h:outputLink value="treeTable.jsf" ><f:verbatim>Tree Table</f:verbatim></h:outputLink>
-            <h:outputText value="Tree2"/>
-            <h:panelGrid style="padding-left:25px">
-                <h:outputLink value="tree2.jsf" ><f:verbatim>Tree2 (client-side toggle, server-side toggle)</f:verbatim></h:outputLink>
-                <h:outputLink value="tree2HideRoot.jsf" ><f:verbatim>Tree2 (hide root node)</f:verbatim></h:outputLink>
-                <h:outputLink value="tree2NiceWrap.jsf" ><f:verbatim>Tree2 (nice wrap)</f:verbatim></h:outputLink>
-                <h:outputLink value="tree2ExpandAll.jsf" ><f:verbatim>Tree2 (expand all)</f:verbatim></h:outputLink>
-                <h:outputLink value="tree2NoNav.jsf" ><f:verbatim>Tree2 (no nav icons)</f:verbatim></h:outputLink>
-            </h:panelGrid>
-            <h:outputLink value="panelstack.jsf" ><f:verbatim>Panel Stack</f:verbatim></h:outputLink>
-            <h:outputLink value="css.jsf" ><f:verbatim>Style Sheet</f:verbatim></h:outputLink>
-            <h:outputLink value="newspaperTable.jsf" ><f:verbatim>Newspaper Table</f:verbatim></h:outputLink>
-            <h:outputLink value="swapimage.jsf" ><f:verbatim>Swap Image</f:verbatim></h:outputLink>
-            <h:outputLink value="collapsiblePanel.jsf" ><f:verbatim>Collapsible Panel</f:verbatim></h:outputLink>
 
-        </h:panelGrid>
+            <h:panelGrid>
+                <h:outputLink value="sample1.jsf" ><f:verbatim>Sample 1</f:verbatim></h:outputLink>
+                <h:outputLink value="sample2.jsf" ><f:verbatim>Sample 2</f:verbatim></h:outputLink>
+                <h:outputLink value="displayValueOnly.jsf" ><f:verbatim>displayValueOnly attribute</f:verbatim></h:outputLink>
+                <h:outputLink value="forceId.jsf" ><f:verbatim>forceId</f:verbatim></h:outputLink>
+                <h:outputLink value="validate.jsf" ><f:verbatim>Validations</f:verbatim></h:outputLink>
+                <h:outputLink value="aliasBean.jsf" ><f:verbatim>Alias Bean</f:verbatim></h:outputLink>
+                <h:outputLink value="buffer.jsf" ><f:verbatim>Buffer</f:verbatim></h:outputLink>
+                <h:outputText value="Data Table"/>
+                <h:panelGrid style="padding-left:25px">
+                    <h:outputLink value="masterDetail.jsf" ><f:verbatim>Master-Detail</f:verbatim></h:outputLink>
+                    <h:outputLink value="dataScroller.jsf" ><f:verbatim>Data Scroller</f:verbatim></h:outputLink>
+                    <h:outputLink value="sortTable.jsf" ><f:verbatim>Sortable</f:verbatim></h:outputLink>
+                    <h:outputLink value="pagedSortTable.jsf" ><f:verbatim>Paged and Sortable</f:verbatim></h:outputLink>
+                    <h:outputLink value="openDataTable.jsf" ><f:verbatim>Paged and Sortable (dynamic number of columns; mouseover)</f:verbatim></h:outputLink>
+                    <h:outputLink value="crossDataTable.jsf" ><f:verbatim>Dynamic number of columns, add a column</f:verbatim></h:outputLink>
+                </h:panelGrid>
+                <h:outputLink value="selectbox.jsf" ><f:verbatim>Select boxes</f:verbatim></h:outputLink>
+                <h:outputLink value="fileupload.jsf" ><f:verbatim>File upload</f:verbatim></h:outputLink>
+                <h:outputLink value="tabbedPane.jsf" ><f:verbatim>Tabbed Pane</f:verbatim></h:outputLink>
+                <h:outputLink value="calendar.jsf" ><f:verbatim>Calendar</f:verbatim></h:outputLink>
+                <h:outputLink value="popup.jsf" ><f:verbatim>Popup</f:verbatim></h:outputLink>
+                <h:outputText value="Menus"/>
+                <h:panelGrid style="padding-left:25px">
+                    <h:outputLink value="jscookmenu.jsf" ><f:verbatim>JSCookMenu</f:verbatim></h:outputLink>
+                    <h:outputLink value="panelnavigation_1.jsf" ><f:verbatim>PanelNavigation Classic (Static JSP)</f:verbatim></h:outputLink>
+                    <h:outputLink value="panelnavigation_2.jsf" ><f:verbatim>PanelNavigation with NavigationMenuItems (Dynamic)</f:verbatim></h:outputLink>
+                </h:panelGrid>
+                <h:outputLink value="jslistener.jsf" ><f:verbatim>Javascript Listener</f:verbatim></h:outputLink>
+                <h:outputLink value="date.jsf" ><f:verbatim>Date</f:verbatim></h:outputLink>
+                <h:outputLink value="inputTextHelp.jsf" ><f:verbatim>InputTextHelp</f:verbatim></h:outputLink>
+                <h:outputLink value="inputHtml.jsf" ><f:verbatim>Html Editor</f:verbatim></h:outputLink>
+                <h:outputLink value="htmlTag.jsf" ><f:verbatim>Html Tag</f:verbatim></h:outputLink>
+                <h:outputLink value="dataList.jsf" ><f:verbatim>Dynamic Lists</f:verbatim></h:outputLink>
+                <h:outputLink value="selectOneCountry.jsf" ><f:verbatim>Select one Country</f:verbatim></h:outputLink>
+                <h:outputLink value="selectOneLanguage.jsf" ><f:verbatim>Select one Language</f:verbatim></h:outputLink>
+                <h:outputLink value="tree.jsf" ><f:verbatim>Tree</f:verbatim></h:outputLink>
+                <h:outputLink value="treeTable.jsf" ><f:verbatim>Tree Table</f:verbatim></h:outputLink>
+                <h:outputText value="Tree2"/>
+                <h:panelGrid style="padding-left:25px">
+                    <h:outputLink value="tree2.jsf" ><f:verbatim>Tree2 (client-side toggle, server-side toggle)</f:verbatim></h:outputLink>
+                    <h:outputLink value="tree2HideRoot.jsf" ><f:verbatim>Tree2 (hide root node)</f:verbatim></h:outputLink>
+                    <h:outputLink value="tree2NiceWrap.jsf" ><f:verbatim>Tree2 (nice wrap)</f:verbatim></h:outputLink>
+                    <h:outputLink value="tree2ExpandAll.jsf" ><f:verbatim>Tree2 (expand all)</f:verbatim></h:outputLink>
+                    <h:outputLink value="tree2NoNav.jsf" ><f:verbatim>Tree2 (no nav icons)</f:verbatim></h:outputLink>
+                </h:panelGrid>
+                <h:outputLink value="panelstack.jsf" ><f:verbatim>Panel Stack</f:verbatim></h:outputLink>
+                <h:outputLink value="css.jsf" ><f:verbatim>Style Sheet</f:verbatim></h:outputLink>
+                <h:outputLink value="newspaperTable.jsf" ><f:verbatim>Newspaper Table</f:verbatim></h:outputLink>
+                <h:outputLink value="swapimage.jsf" ><f:verbatim>Swap Image</f:verbatim></h:outputLink>
+                <h:outputLink value="collapsiblePanel.jsf" ><f:verbatim>Collapsible Panel</f:verbatim></h:outputLink>
 
-    </f:view>
+            </h:panelGrid>
 
+        </f:view>
+    </body>
 </html>

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/pom.xml?rev=375260&r1=375259&r2=375260&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Mon Feb  6 04:03:46 2006
@@ -8,8 +8,9 @@
   <name>Tomahawk Project</name>
   <url>http://myfaces.apache.org/tomahawk</url> <!-- TODO which url has tomahawk? -->
   <version>1.1.2-SNAPSHOT</version>	 
-  <description>
-    This is the MyFaces Tomahawk Subproject Description [INSERT MORE STUFF HERE]
+  <description>Apache MyFaces Tomahawk is a sub-project of Apache MyFaces which provides an extensive sets
+  of custom components for use in your JSF-projects. Additionally, Tomahawk includes many custom
+  features helping you to implement JSF-projects more easily.
   </description>
   
   <parent>