You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/03/24 09:49:57 UTC

svn commit: r640349 - in /myfaces/tomahawk/trunk/sandbox/core/src/site: apt/extendedDocs.apt site.xml

Author: skitching
Date: Mon Mar 24 01:49:57 2008
New Revision: 640349

URL: http://svn.apache.org/viewvc?rev=640349&view=rev
Log:
Move extended component docs from menu into separate page.
Make site more consistent with new top-level myfaces site.

Added:
    myfaces/tomahawk/trunk/sandbox/core/src/site/apt/extendedDocs.apt
Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml

Added: myfaces/tomahawk/trunk/sandbox/core/src/site/apt/extendedDocs.apt
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/site/apt/extendedDocs.apt?rev=640349&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/site/apt/extendedDocs.apt (added)
+++ myfaces/tomahawk/trunk/sandbox/core/src/site/apt/extendedDocs.apt Mon Mar 24 01:49:57 2008
@@ -0,0 +1,57 @@
+ ------
+ Apache MyFaces Tomahawk Extended Documentation
+ ------
+
+Introduction
+
+  The full list of components available in the Tomahawk Sandbox library can be found on the
+  tld (tag library description) report. That documentation includes an overview of each
+  JSP tag, and a table of all the attributes available for that tag. This information
+  should also be useful for users of other templating systems (eg Facelets).
+  
+  However there are limitations to the documentation that can be provided in that report
+  format. For *some* components, extended documentation is available below.
+
+  See also the component section of our {{{http://wiki.apache.org/myfaces/MyFacesComponents}WIKI}},
+  which includes the latest information from both Tomahawk developers and the Tomahawk user
+  community.
+  
+Components
+
+  * {{{inputSuggestAjax.html}Input Suggest Ajax Menu}}
+
+  * {{{autoUpdateDataTable.html}Auto Update DataTable}}
+
+  * {{{inputSuggest.html}Input Suggest}}
+
+  * {{{focus.html}Focus}}
+
+  * {{{form.html}Form}}
+
+  * {{{subForm.html}SubForm}}
+
+  * {{{selectManyPicklist.html}Picklist}}
+
+  * {{{graphicImageDynamic.html}Dynamic Image}}
+
+  * {{{fisheye.html}FishEye Navigation Menu}}
+
+  * {{{excelexport.html}ExcelExport}}
+
+  * {{{securityContext.html}SecurityContext}}
+
+  * {{{limitRendered.html}Limit Rendered}}
+
+  * {{{roundedDiv.html}Rounded DIV}}
+
+  * {{{passwordStrength.html}PasswordStrength}}
+
+Converters
+
+  * {{{convertStringUtils.html}convertStringUtils}}
+
+Validators
+
+  * {{{validateCompareTo.html}validateCompareTo}}
+
+  * {{{validateCSV.html}validateCSV}}

Modified: myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml?rev=640349&r1=640348&r2=640349&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml Mon Mar 24 01:49:57 2008
@@ -37,54 +37,32 @@
     </skin> 
 
   	<body>
-	    <links>
-	      	<item name="Apache" href="http://www.apache.org/"/>
-	      	<item name="MyFaces" href="../index.html"/>
-	      	<item name="API" href="../api/index.html"/>
-	      	<item name="Impl" href="../impl/index.html"/>
-	      	<item name="Tomahawk" href="../tomahawk/index.html"/>
-	      	<item name="Sandbox" href="index.html"/>
-	      	<item name="Tobago" href="../tobago/index.html"/>
-	      	<item name="Trinidad" href="http://myfaces.apache.org/trinidad/index.html"/>
-	      	<item name="Orchestra" href="http://myfaces.apache.org/orchestra/index.html"/>
-	    </links>
+        <links>
+            <item name="Apache" href="http://www.apache.org/"/>
+            <item name="MyFaces" href="http://myfaces.apache.org/index.html"/>
+        </links>
+      
+        <menu name="MyFaces Projects">
+            <item name="Overview" href="http://myfaces.apache.org/index.html"/>
+            <item name="Core JSF-1.1"   href="http://myfaces.apache.org/core11/index.html" collapse="true">
+              <item name="dummy"        href="dummy"/>
+            </item>
+            <item name="Core JSF-1.2"   href="http://myfaces.apache.org/core12/index.html" collapse="true">
+              <item name="dummy"        href="dummy"/>
+            </item>
+            <item name="Trinidad" href="http://myfaces.apache.org/trinidad/index.html"/>
+            <item name="Tobago" href="http://myfaces.apache.org/tobago/index.html"/>
+            <item name="Tomahawk" href="http://myfaces.apache.org/tomahawk/index.html"/>
+            <item name="Sandbox" href="http://myfaces.apache.org/sandbox/index.html"/>
+            <item name="Orchestra" href="http://myfaces.apache.org/orchestra/index.html"/>
+            <item name="Portlet Bridge" href="http://myfaces.apache.org/portlet-bridge/index.html"/>
+        </menu>
 	
-	    <menu name="MyFaces Projects">
-	      	<item name="Overview" href="../index.html"/>    
-	      	<item name="API" href="../api/index.html"/>
-	      	<item name="Impl" href="../impl/index.html"/>
-	      	<item name="Tomahawk" href="../tomahawk/index.html"/>
-	      	<item name="Sandbox" href="index.html"/>
-	      	<item name="Tobago" href="http://myfaces.apache.org/tobago/index.html"/>
-	      	<item name="Trinidad" href="http://myfaces.apache.org/trinidad/index.html"/>
-	      	<item name="Orchestra" href="http://myfaces.apache.orgorchestra/index.html"/>
-	    </menu>
-	
-		<menu name="Components">
-	      	<item name="Input Suggest Ajax Menu" href="inputSuggestAjax.html"/>
-	      	<item name="Auto Update DataTable" href="autoUpdateDataTable.html"/>  
-	      	<item name="Input Suggest" href="inputSuggest.html"/>  
-	      	<item name="Focus" href="focus.html"/>  
-	      	<item name="Form" href="form.html"/>  
-	      	<item name="SubForm" href="subForm.html"/> 	
-	      	<item name="Picklist" href="selectManyPicklist.html"/>
-	      	<item name="Dynamic Image" href="graphicImageDynamic.html"/>  
-	      	<item name="FishEye Navigation Menu" href="fisheye.html"/> 
-			<item name="ExcelExport" href="excelexport.html"/>
-			<item name="SecurityContext" href="securityContext.html"/>
-			<item name="Limit Rendered" href="limitRendered.html"/>
-	     	<item name="Rounded DIV" href="roundedDiv.html"/>
-	      	<item name="PasswordStrength" href="passwordStrength.html"/> 
-	    </menu>    
-	    
-	    <menu name="Converters">
-	      	<item name="convertStringUtils" href="convertStringUtils.html"/>
-	    </menu>    
-	
-	    <menu name="Validators">
-	     	<item name="validateCompareTo" href="validateCompareTo.html"/>
-	      	<item name="validateCSV" href="validateCSV.html"/>
-	    </menu>    
+        
+    <menu name="Documentation">
+      <item name="Tag Library" href="tlddoc/index.html"/>
+      <item name="Extended Docs" href="extendedDocs.html"/>  
+    </menu>    
 		
 	  	${reports}