You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/07/15 00:56:14 UTC

svn commit: r219128 - in /myfaces/forrest/trunk: content/xdocs/ content/xdocs/project_management/ content/xdocs/sandbox/ content/xdocs/tomahawk/ resources/images/

Author: schof
Date: Thu Jul 14 15:56:12 2005
New Revision: 219128

URL: http://svn.apache.org/viewcvs?rev=219128&view=rev
Log:
update to website (add tomahawk and sandbox tabs)

Added:
    myfaces/forrest/trunk/content/xdocs/sandbox/
    myfaces/forrest/trunk/content/xdocs/sandbox/ajaxSuggest.xml
    myfaces/forrest/trunk/content/xdocs/sandbox/component-template.xml
    myfaces/forrest/trunk/content/xdocs/sandbox/inputSuggest.xml
    myfaces/forrest/trunk/content/xdocs/sandbox/overview.xml
    myfaces/forrest/trunk/content/xdocs/sandbox/schedule.xml
    myfaces/forrest/trunk/resources/images/inputSuggest.png   (with props)
    myfaces/forrest/trunk/resources/images/schedule.png   (with props)
Removed:
    myfaces/forrest/trunk/content/xdocs/tomahawk/rssTicker.xml
    myfaces/forrest/trunk/content/xdocs/tomahawk/validateISBN.xml
Modified:
    myfaces/forrest/trunk/content/xdocs/project_management/contributors.xml
    myfaces/forrest/trunk/content/xdocs/site.xml
    myfaces/forrest/trunk/content/xdocs/tabs.xml

Modified: myfaces/forrest/trunk/content/xdocs/project_management/contributors.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/project_management/contributors.xml?rev=219128&r1=219127&r2=219128&view=diff
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/project_management/contributors.xml (original)
+++ myfaces/forrest/trunk/content/xdocs/project_management/contributors.xml Thu Jul 14 15:56:12 2005
@@ -130,6 +130,20 @@
             <td/>
             <td/>
         </tr>
+        <tr>
+            <td>Mathias Broekelmann</td>
+            <td>mbr</td>
+            <td/>
+            <td/>
+            <td/>
+        </tr>    
+        <tr>
+            <td>Bruno Aranda</td>
+            <td>baranda</td>
+            <td/>
+            <td/>
+            <td/>
+        </tr>        
        </table>
     </section>
 

Added: myfaces/forrest/trunk/content/xdocs/sandbox/ajaxSuggest.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/sandbox/ajaxSuggest.xml?rev=219128&view=auto
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/sandbox/ajaxSuggest.xml (added)
+++ myfaces/forrest/trunk/content/xdocs/sandbox/ajaxSuggest.xml Thu Jul 14 15:56:12 2005
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
+<!--
+This is a standard template meant to be used for the documentation of all custom
+components.
+-->
+<document>
+    <!-- component name -->
+    <header>
+        <!-- ex. JSCook Menu -->
+        <title>[TO DO]</title>
+        <!-- ex. &lt;x:jsCookMenu> -->
+        <subtitle>[TO DO]</subtitle>
+    </header>
+    <body>
+        <!-- Description -->
+        <section>
+            <title>Description</title>
+            <p>
+                [TO DO]
+            </p>
+        </section>
+        <!-- screen shot -->
+        <section>
+            <title>Screen Shot</title>
+            <p>[TO DO]</p> <!-- replace with either a figure or Not Available -->
+            <!--
+            <figure src="jscookmenu.png" alt="jscookmenu"/>
+            -->
+        </section>
+        <!-- API -->
+        <section>
+            <title>API</title>
+            <table>
+                <tr>
+                    <td>component-family</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>renderer-type</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>component-class</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>renderer-class</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>tag-class</td>
+                    <td>[TODO]</td>
+                </tr>
+            </table>
+        </section>
+
+        <!-- Usage -->
+        <section>
+            <title>Usage</title>
+            <source>[TODO]</source>
+        </section>
+        
+        <!-- Additional Information -->
+        <section>
+            <title>Additional Information</title>
+            <p>[TODO]</p>
+        </section>        
+
+    </body>
+    <footer>
+    	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
+	&copy; 2004 - 2005, Apache Software Foundation
+	</legal>
+    </footer>
+
+</document>

Added: myfaces/forrest/trunk/content/xdocs/sandbox/component-template.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/sandbox/component-template.xml?rev=219128&view=auto
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/sandbox/component-template.xml (added)
+++ myfaces/forrest/trunk/content/xdocs/sandbox/component-template.xml Thu Jul 14 15:56:12 2005
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
+<!--
+This is a standard template meant to be used for the documentation of all custom
+components.
+-->
+<document>
+    <!-- component name -->
+    <header>
+        <!-- ex. JSCook Menu -->
+        <title>[TO DO]</title>
+        <!-- ex. &lt;x:jsCookMenu> -->
+        <subtitle>[TO DO]</subtitle>
+    </header>
+    <body>
+        <!-- Description -->
+        <section>
+            <title>Description</title>
+            <p>
+                [TO DO]
+            </p>
+        </section>
+        <!-- screen shot -->
+        <section>
+            <title>Screen Shot</title>
+            <p>[TO DO]</p> <!-- replace with either a figure or Not Available -->
+            <!--
+            <figure src="jscookmenu.png" alt="jscookmenu"/>
+            -->
+        </section>
+        <!-- API -->
+        <section>
+            <title>API</title>
+            <table>
+                <tr>
+                    <td>component-family</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>renderer-type</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>component-class</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>renderer-class</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>tag-class</td>
+                    <td>[TODO]</td>
+                </tr>
+            </table>
+        </section>
+
+        <!-- Usage -->
+        <section>
+            <title>Usage</title>
+            <source>[TODO]</source>
+        </section>
+        
+        <!-- Additional Information -->
+        <section>
+            <title>Additional Information</title>
+            <p>[TODO]</p>
+        </section>        
+
+    </body>
+    <footer>
+    	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
+	&copy; 2004 - 2005, Apache Software Foundation
+	</legal>
+    </footer>
+
+</document>

Added: myfaces/forrest/trunk/content/xdocs/sandbox/inputSuggest.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/sandbox/inputSuggest.xml?rev=219128&view=auto
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/sandbox/inputSuggest.xml (added)
+++ myfaces/forrest/trunk/content/xdocs/sandbox/inputSuggest.xml Thu Jul 14 15:56:12 2005
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
+<!--
+This is a standard template meant to be used for the documentation of all custom
+components.
+-->
+<document>
+    <!-- component name -->
+    <header>
+        <title>Input Suggest</title>
+        <subtitle>&lt;x:inputSuggest></subtitle>
+    </header>
+    <body>
+        <!-- Description -->
+        <section>
+            <title>Description</title>
+            <p>
+                [TO DO]
+            </p>
+        </section>
+        <!-- screen shot -->
+        <section>
+            <title>Screen Shot</title>
+            <figure src="images/inputSuggest.png" alt="inputSuggest"/>
+        </section>
+        <!-- API -->
+        <section>
+            <title>API</title>
+            <table>
+                <tr>
+                    <td>component-family</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>renderer-type</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>component-class</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>renderer-class</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>tag-class</td>
+                    <td>[TODO]</td>
+                </tr>
+            </table>
+        </section>
+
+        <!-- Usage -->
+        <section>
+            <title>Usage</title>
+            <source>[TODO]</source>
+        </section>
+        
+        <!-- Additional Information -->
+        <section>
+            <title>Additional Information</title>
+            <p>[TODO]</p>
+        </section>        
+
+    </body>
+    <footer>
+    	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
+	&copy; 2004 - 2005, Apache Software Foundation
+	</legal>
+    </footer>
+
+</document>

Added: myfaces/forrest/trunk/content/xdocs/sandbox/overview.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/sandbox/overview.xml?rev=219128&view=auto
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/sandbox/overview.xml (added)
+++ myfaces/forrest/trunk/content/xdocs/sandbox/overview.xml Thu Jul 14 15:56:12 2005
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
+<document>
+
+<header>
+    <title>Overview of the MyFaces Sandbox</title>
+</header>
+
+<body>
+
+    <section>
+
+        <title>Summary</title>
+        <p>
+            The sandbox is a MyFaces subproject that is a testing ground for potential new additions to the Tomahawk project.  It 
+            primarily consists of components, but like the Tomahawk project, it can also contain validators and other useful JSF 
+            "goodies."
+        </p>
+        <warning label="Warning">
+            These components are a work in progress.  In many cases they are checked in without being 100% feature complete.  Testing 
+            is generally minimal and there is no guarantee that something you use in sandbox will ever be promoted to an official 
+            release in Tomahawk.
+        </warning>
+
+    </section>
+
+</body>
+
+<footer>
+    <legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
+    &copy; 2004, Apache Software Foundation
+    </legal>
+</footer>
+
+</document>

Added: myfaces/forrest/trunk/content/xdocs/sandbox/schedule.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/sandbox/schedule.xml?rev=219128&view=auto
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/sandbox/schedule.xml (added)
+++ myfaces/forrest/trunk/content/xdocs/sandbox/schedule.xml Thu Jul 14 15:56:12 2005
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
+<!--
+This is a standard template meant to be used for the documentation of all custom
+components.
+-->
+<document>
+    <!-- component name -->
+    <header>
+        <title>Schedule</title>
+        <subtitle>&lt;x:schedule></subtitle>
+    </header>
+    <body>
+        <!-- Description -->
+        <section>
+            <title>Description</title>
+            <p>
+                [TO DO]
+            </p>
+        </section>
+        <!-- screen shot -->
+        <section>
+            <title>Screen Shot</title>
+            <figure src="images/schedule.png" alt="schedule"/>
+        </section>
+        <!-- API -->
+        <section>
+            <title>API</title>
+            <table>
+                <tr>
+                    <td>component-family</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>renderer-type</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>component-class</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>renderer-class</td>
+                    <td>[TODO]</td>
+                </tr>
+                <tr>
+                    <td>tag-class</td>
+                    <td>[TODO]</td>
+                </tr>
+            </table>
+        </section>
+
+        <!-- Usage -->
+        <section>
+            <title>Usage</title>
+            <source>[TODO]</source>
+        </section>
+        
+        <!-- Additional Information -->
+        <section>
+            <title>Additional Information</title>
+            <p>[TODO]</p>
+        </section>        
+
+    </body>
+    <footer>
+    	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
+	&copy; 2004 - 2005, Apache Software Foundation
+	</legal>
+    </footer>
+
+</document>

Modified: myfaces/forrest/trunk/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/site.xml?rev=219128&r1=219127&r2=219128&view=diff
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/site.xml (original)
+++ myfaces/forrest/trunk/content/xdocs/site.xml Thu Jul 14 15:56:12 2005
@@ -82,39 +82,76 @@
         <build label="Build" href="community/buildhowto.html"/>
     </contributing>
 -->
-     <components href="components/" label="Components" tab="components">
-         <overview label="Overview" href="overview.html"/>
-         <jscookmenu label="JSCook Menu" href="jscookmenu.html"/>
-         <tiles label="Tiles Support" href="tiles.html"/>
-         <tree2 label="Tree2" href="tree2.html"/>
-         <validateCreditCard label="validateCreditCard" href="validateCreditCard.html"/>
-         <validateISBN label="validateISBN" href="validateISBN.html"/>
-         <validateRegExpr label="validateRegExpr" href="validateRegExpr.html"/>
-         <validateEmail label="validateEmail" href="validateEmail.html"/>
-         <validateEqual label="validateEqual" href="validateEqual.html"/>
-         <newspaperTable label="Newspaper Table" href="newspaperTable.html"/>
-         <aliasBean label="Alias Bean" href="aliasBean.html"/>
-         <Buffer label="Buffer" href="buffer.html"/>
-         <fileUpload label="File Upload" href="fileUpload.html"/>
-         <tabbedPane label="TabbedPane" href="tabbedPane.html"/>
-         <calendar label="Calendar" href="calendar.html"/>
-         <popup label="Popup" href="popup.html"/>
-         <javascriptListener label="Javascript Listener" href="javascriptListener.html"/>
-         <inputDate label="Date" href="inputDate.html"/>
-         <inputHtml label="Html Editor" href="htmlEditor.html"/>
-         <dataList label="Data List" href="dataList.html"/>
-         <Tree label="Tree" href="tree.html"/>
-         <TreeTable label="Tree Table" href="treeTable.html"/>
-         <rssTicker label="RSS Ticker" href="rssTicker.html"/>
-         <panelStack label="Panel Stack" href="panelStack.html"/>
-         <stylesheet label="Style Sheet" href="stylesheet.html"/>
-         <forceId label="forceId" href="forceId.html"/>
-         <commandSortHeader label="Sort Header" href="commandSortHeader.html"/>
-         <dataScroller label="Data Scroller" href="dataScroller.html"/>
-         <extDataTable label="Extended Data Table" href="extDataTable.html"/>
-         <panelNavigation label="Panel Navigation" href="panelNavigation.html"/>
-         <uiSaveState label="UI Save State" href="uiSaveState.html"/>
-     </components>
+    <tomahawk href="tomahawk/" label="Tomahawk" tab="tomahawk">
+        <overview label="Overview" href="overview.html"/>
+        <license label="License" href="../license.html"/>        
+    </tomahawk>
+
+    <documentation label="Documentation" tab="tomahawk">
+        <javadoc label="Javadoc" href="javadoc.html"/>
+        <faq label="Wiki" href="http://wiki.apache.org/myfaces"/>
+    </documentation>
+<!--        
+    <download label="Download">
+        <bindownload label="Binary Distributions" href="http://myfaces.apache.org/binary.cgi"/>
+        <srcdownload label="Source Distributions" href="http://myfaces.apache.org/source.cgi"/>
+        <bindownload_html href="binary.html"/> 
+        <srcdownload_html href="source.html"/> 
+        <nightly label="Nightly Builds" href="http://cvs.apache.org/builds/myfaces/nightly/"/>        
+    </download>    
+-->    
+    <components href="tomahawk/" label="Components" tab="tomahawk">
+        <jscookmenu label="JSCook Menu" href="jscookmenu.html"/>
+        <tree2 label="Tree2" href="tree2.html"/>
+        <newspaperTable label="Newspaper Table" href="newspaperTable.html"/>
+        <aliasBean label="Alias Bean" href="aliasBean.html"/>
+        <Buffer label="Buffer" href="buffer.html"/>
+        <fileUpload label="File Upload" href="fileUpload.html"/>
+        <tabbedPane label="TabbedPane" href="tabbedPane.html"/>
+        <calendar label="Calendar" href="calendar.html"/>
+        <popup label="Popup" href="popup.html"/>
+        <javascriptListener label="Javascript Listener" href="javascriptListener.html"/>
+        <inputDate label="Date" href="inputDate.html"/>
+        <inputHtml label="Html Editor" href="htmlEditor.html"/>
+        <dataList label="Data List" href="dataList.html"/>
+        <Tree label="Tree" href="tree.html"/>
+        <TreeTable label="Tree Table" href="treeTable.html"/>
+        <panelStack label="Panel Stack" href="panelStack.html"/>
+        <stylesheet label="Style Sheet" href="stylesheet.html"/>
+        <commandSortHeader label="Sort Header" href="commandSortHeader.html"/>
+        <dataScroller label="Data Scroller" href="dataScroller.html"/>
+        <extDataTable label="Extended Data Table" href="extDataTable.html"/>
+        <panelNavigation label="Panel Navigation" href="panelNavigation.html"/>
+        <uiSaveState label="UI Save State" href="uiSaveState.html"/>
+    </components>
+    
+    <validators href="tomahawk/" label="Validators" tab="tomahawk">
+        <validateCreditCard label="validateCreditCard" href="validateCreditCard.html"/>
+        <validateEmail label="validateEmail" href="validateEmail.html"/>
+        <validateEqual label="validateEqual" href="validateEqual.html"/>        
+        <validateRegExpr label="validateRegExpr" href="validateRegExpr.html"/>
+    </validators>
+    
+    <goodies href="tomahawk/" label="Other Goodies" tab="tomahawk">
+        <forceId label="forceId" href="forceId.html"/>
+        <tiles label="Tiles Support" href="tiles.html"/>        
+    </goodies>
+    
+    <tomahawk href="sandbox/" label="Sandbox" tab="sandbox">
+        <overview label="Overview" href="overview.html"/>
+        <license label="License" href="../license.html"/>        
+    </tomahawk>    
+
+    <documentation label="Documentation" tab="sandbox">
+        <javadoc label="Javadoc" href="javadoc.html"/>
+        <faq label="Wiki" href="http://wiki.apache.org/myfaces"/>
+    </documentation>
+    
+    <sandbox-components href="sandbox/" label="Components" tab="sandbox">
+        <ajaxSuggest label="Ajax Suggest" href="ajaxSuggest.html"/>
+        <inputSuggest label="Input Suggest" href="inputSuggest.html"/>
+        <inputSuggest label="Schedule" href="schedule.html"/>
+    </sandbox-components>
 <!--
     <community href="community/" label="Community" tab="community">
         <whoweare label="Who we are" href="whoweare.html"/>

Modified: myfaces/forrest/trunk/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/tabs.xml?rev=219128&r1=219127&r2=219128&view=diff
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/tabs.xml (original)
+++ myfaces/forrest/trunk/content/xdocs/tabs.xml Thu Jul 14 15:56:12 2005
@@ -7,11 +7,6 @@
   xmlns:xlink="http://www.w3.org/1999/xlink">
 
   <tab label="MyFaces" dir="" id="myfaces" indexfile="index.html"/>
-<!--  
-  <tab label="Documentation" dir="docs/" id="documentation" indexfile="gettingstarted.html"/>
--->  
-  <tab label="Components" dir="components/" id="components" indexfile="overview.html"/>
-<!--
-  <tab label="Community" dir="community/" id="community" indexfile="whoweare.html"/>
--->
+  <tab label="Tomahawk" dir="tomahawk/" id="tomahawk" indexfile="overview.html"/>
+  <tab label="Sandbox" dir="sandbox/" id="sandbox" indexfile="overview.html"/>
 </tabs>

Added: myfaces/forrest/trunk/resources/images/inputSuggest.png
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/resources/images/inputSuggest.png?rev=219128&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/forrest/trunk/resources/images/inputSuggest.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/forrest/trunk/resources/images/schedule.png
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/resources/images/schedule.png?rev=219128&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/forrest/trunk/resources/images/schedule.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream