Author: wsmoak Date: Thu Nov 24 11:13:12 2005 New Revision: 348785 URL: http://svn.apache.org/viewcvs?rev=348785&view=rev Log: Collapsed the sub-project documentation menu, fixed typos.
Modified: struts/shale/trunk/xdocs/features-application-manager.xml struts/shale/trunk/xdocs/navigation.xml struts/shale/trunk/xdocs/using.xml Modified: struts/shale/trunk/xdocs/features-application-manager.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/features-application-manager.xml?rev=348785&r1=348784&r2=348785&view=diff ============================================================================== --- struts/shale/trunk/xdocs/features-application-manager.xml (original) +++ struts/shale/trunk/xdocs/features-application-manager.xml Thu Nov 24 11:13:12 2005 @@ -20,7 +20,7 @@ extended support for this paradigm by virtue of its <a href="features-view-controller.html">View Controller</a> feature. This is in contrast to the <em>action oriented</em> architecture - typically found in web application frameworks ike + typically found in web application frameworks like <a href="http://struts.apache.org/">Struts 1.x</a>.</p> <p>A second aspect of action oriented frameworks, however, is also Modified: struts/shale/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/navigation.xml?rev=348785&r1=348784&r2=348785&view=diff ============================================================================== --- struts/shale/trunk/xdocs/navigation.xml (original) +++ struts/shale/trunk/xdocs/navigation.xml Thu Nov 24 11:13:12 2005 @@ -1,10 +1,16 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <project name="Struts Framework" - href="http://struts.apache.org/shale" + href="http://struts.apache.org" image="images/struts.gif"> <title>Shale Framework</title> <body> + + <links> + <item name="Struts" href="http://struts.apache.org/" /> + <item name="Shale" href="http://struts.apache.org/struts-shale"/> + </links> + <menu name="Shale"> <item name="Background" href="index.html#Background"/> <item name="Features" href="index.html#Shale_Features"/> @@ -29,22 +35,24 @@ <item name="Test Framework" href="features-test-framework.html"/> </menu> - <menu name="Project Reports"> - <item name="Overview" href="projects-overview.html"/> - <item name="Core Library" href="shale-core/index.html"/> - <item name="Test Framework" href="shale-test/index.html"/> - <item name="Clay Plugin" href="shale-clay/index.html"/> - <item name="Use Cases" href="shale-usecases/index.html"/> - <item name="Mailreader" href="shale-mailreader/index.html"/> - <item name="Tiles Integration" href="shale-tiles/index.html"/> - <item name="Spring Integration" href="shale-spring/index.html"/> - <item name="Core Library Tests" href="shale-core-test/index.html"/> - </menu> - <menu name="Quick Links"> <item name="Struts" href="../index.html"/> + <item name="Shale" href="index.html"/> <item name="JavaServer Faces" href="http://java.sun.com/j2ee/javaserverfaces"/> <item name="Struts-Faces Integration Library" href="../struts-faces/index.html"/> + </menu> + + <menu name="Sub-Project Documentation"> + <item name="Overview" href="projects-overview.html" collapse="true"> + <item name="Core Library" href="shale-core/index.html"/> + <item name="Test Framework" href="shale-test/index.html"/> + <item name="Clay Plugin" href="shale-clay/index.html"/> + <item name="Use Cases" href="shale-usecases/index.html"/> + <item name="Mailreader" href="shale-mailreader/index.html"/> + <item name="Tiles Integration" href="shale-tiles/index.html"/> + <item name="Spring Integration" href="shale-spring/index.html"/> + <item name="Core Library Tests" href="shale-core-test/index.html"/> + </item> </menu> </body> Modified: struts/shale/trunk/xdocs/using.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/using.xml?rev=348785&r1=348784&r2=348785&view=diff ============================================================================== --- struts/shale/trunk/xdocs/using.xml (original) +++ struts/shale/trunk/xdocs/using.xml Thu Nov 24 11:13:12 2005 @@ -190,7 +190,7 @@ behavior of the standard chains, or to implement mappings for remote commands), tell Commons Chain where your configuration resource is. You can specify more than one resource by separating the paths with a - comma (',') characters.</p> + comma (',') character.</p> <source> <context-param> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]