husted      2002/11/17 14:07:11

  Modified:    doc      project.xml
  Log:
  Tweak menu: Move roadmap under main "Struts" menu; arrange "release" menus so 
nightly build is first, make FAQ/Howto part of "release" menu (again).
  
  Revision  Changes    Path
  1.30      +117 -48   jakarta-struts/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/project.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.xml       6 Nov 2002 22:47:32 -0000       1.29
  +++ project.xml       17 Nov 2002 22:07:11 -0000      1.30
  @@ -1,63 +1,132 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<project name="Struts Framework"
  -         href="http://jakarta.apache.org/struts";
  -        image="images/struts.gif">
  -
  -    <title>Struts Framework</title>
  +<project 
  +     name="Struts Framework"
  +    href="http://jakarta.apache.org/struts";
  +    image="images/struts.gif"
  +    >
  +
  +    <title>
  +     Apache Struts Web Application Framework
  +     </title>
   
       <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"/>
  +        <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"
  +             />
  +        <item 
  +             name="Roadmap"
  +            href="status.html"
  +            />
  +</menu>
  +
  +    <menu name="Community">
  +        <item 
  +             name="News &amp; Status"
  +             href="news/index.html"
  +             />
  +        <item 
  +             name="Resources"               
  +             href="resources/index.html"
  +             />
  +        <item 
  +             name="List Archive"            
  +             href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=42";
  +             />
  +        <item 
  +             name="Known Issues"                      
  +             href="http://jakarta.apache.org/site/bugs.html";
  +             />              
  +    </menu>
  +
  +    <menu name="Download">
  +        <item 
  +             name="Binaries"                
  +             href="http://jakarta.apache.org/site/binindex.html";
  +             />
  +        <item 
  +             name="Source Code"             
  +             href="http://jakarta.apache.org/site/sourceindex.html";
  +             />
  +        <item 
  +             name="CVS Repository"          
  +             href="http://cvs.apache.org/viewcvs/jakarta-struts/";
  +             />
       </menu>
   
  -    <menu name="Reference">
  -        <item name="News &amp; Status"       href="news/index.html"/>
  -        <item name="FAQs and Howtos"         href="faqs/index.html"/>
  -        <item name="Resources"               href="resources/index.html"/>
  -        <item name="List Archive"            
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=42"/>
  +    <menu name="Nightly Build">
  +        <item 
  +             name="User Guide"
  +            href="userGuide/index.html"
  +            />
  +        <item 
  +             name="FAQs and Howtos"         
  +             href="faqs/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"
  +            />
       </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"/>
  -        <item name="CVS Repository"          
href="http://cvs.apache.org/viewcvs/jakarta-struts/"/>
  +    <menu name="Beta Release (1.1-b2)">
  +        <item 
  +             name="Release Notes"
  +            href="userGuide/release-notes-1.1-b2.html"
  +            />
  +        <item 
  +             name="Release Plan"
  +            href="proposals/release-plan-1.1b2.html"
  +            />
       </menu>
   
       <menu name="Stable Release (1.0.2)">
  -        <item name="Welcome page"
  -            href="http://jakarta.apache.org/struts/doc-1.0.2/index.html"/>
  -        <item name="User Guide"
  -            href="http://jakarta.apache.org/struts/doc-1.0.2/userGuide/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="Beta Release (1.1-b2)">
  -        <item name="Release Notes"
  -            href="userGuide/release-notes-1.1-b2.html"/>
  -        <item name="Release Plan"
  -            href="proposals/release-plan-1.1b2.html"/>
  +        <item 
  +             name="Welcome page"
  +            href="http://jakarta.apache.org/struts/doc-1.0.2/index.html";
  +            />
  +        <item 
  +             name="User Guide"
  +            href="http://jakarta.apache.org/struts/doc-1.0.2/userGuide/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="Development Roadmap"
  -            href="status.html"/>
  -    </menu>
   
   </project>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to