husted 2002/11/06 14:48:55 Modified: doc/proposals project.xml Log: Subdivide home page; create subdirectory for news. Revision Changes Path 1.3 +7 -37 jakarta-struts/doc/proposals/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/proposals/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 23 Jun 2002 17:54:16 -0000 1.2 +++ project.xml 6 Nov 2002 22:48:55 -0000 1.3 @@ -1,48 +1,18 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <project name="Struts Framework" - href="http://jakarta.apache.org/struts" + href="http://jakarta.apache.org/struts/proposals" image="images/struts.gif"> - <title>Struts Framework</title> + <title>Proposals - Apache Struts Framework</title> - <menu name="Welcome"> - <item name="Home" href="../index.html"/> - <item name="News & Status" href="../news_2002.html"/> - <item name="Kickstart FAQ" href="../kickstart.html"/> - <item name="Resources" href="../resources/index.html"/> + <menu name="Struts"> + <item name="Welcome" href="../index.html"/> + <item name="Learning" href="../learning.html"/> + <item name="Acquiring" href="../acquiring.html"/> + <item name="Using" href="../using.html"/> <item name="Who We Are" href="../volunteers.html"/> </menu> - <menu name="Downloads"> - <item name="Binaries" href="http://jakarta.apache.org/site/binindex.html"/> - <item name="Source Code" href="http://jakarta.apache.org/site/sourceindex.html"/> - </menu> - - <menu name="Stable Release (1.0.2)"> - <item name="User Guide" - href="http://jakarta.apache.org/struts/doc-1.0.2/index.html"/> - <item name="Javadoc" - href="http://jakarta.apache.org/struts/doc-1.0.2/api/index.html"/> - <item name="Release Notes" - href="http://jakarta.apache.org/struts/doc-1.0.2/release-notes-1.0.2.html"/> - <item name="Installation" - href="http://jakarta.apache.org/struts/doc-1.0.2/installation.html"/> - </menu> - - <menu name="Nightly Build"> - <item name="User Guide" - href="../userGuide/index.html"/> - <item name="Javadoc" - href="../api/index.html"/> - <item name="Release Notes" - href="../userGuide/release-notes.html"/> - <item name="Installation" - href="../userGuide/installation.html"/> - <item name="Workflow Proposal" - href="workflow.html"/> - <item name="Wish List" - href="todo-1.1.html"/> - </menu> </project>
-- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>