rleland     2003/08/22 21:51:11

  Modified:    xdocs    navigation.xml
  Added:       xdocs    faq.fml
  Removed:     xdocs    faq.xml
  Log:
  Tweak Menu's again for Legacy Docs
  
  Revision  Changes    Path
  1.2       +5 -3      jakarta-struts/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml    23 Aug 2003 04:23:48 -0000      1.1
  +++ navigation.xml    23 Aug 2003 04:51:11 -0000      1.2
  @@ -2,7 +2,7 @@
   <project name="Struts">
   
     <title>Struts</title>
  -  <organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
  +  <organizationLogo 
href="http://jakarta.apache.org/images/jakarta-logo-blue.gif";>Jakarta</organizationLogo>
   
     <body>
       <menu name="Struts">
  @@ -10,8 +10,10 @@
         <item name="Community"               href="/community.html"/>
         <item name="To Do List"              href="/tasks.html"/>
         <item name="Resources"               href="/resources.html"/>
  -      <item name="Legacy 1.0"              
href="/1.0/api/org/apache/struts/package-summary.html"/>
  -      <item name="Legacy 1.1"              
href="/1.1/api/org/apache/struts/package-summary.html"/>
  +      <item name="Legacy" href="/index.html" collapse="true">   
  +           <item name="Api 1.0" 
href="/1.0/api/org/apache/struts/package-summary.html" collapse="true"/>
  +           <item name="Api 1.1" 
href="/1.1/api/org/apache/struts/package-summary.html" collapse="true"/>
  +       </item>
       </menu>
     </body>
   </project>
  
  
  
  1.1                  jakarta-struts/xdocs/faq.fml
  
  Index: faq.fml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
    <properties>
      <title>Struts FAQ</title>
    </properties>
  
    <body>
  
    <section name="Frequently Asked Questions">
      <p>
        This document will be derived from the FAQ maintained in the 
        <a href='http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages'>
        Struts Wiki</a>.So these questions and answers are user provided.
        and should be searched before posting to the mailing lists.  
      </p>
  
      <p><strong>Building Struts</strong></p>
      <ol>
        <li>
          <a href="#how-to-build">
            How do I build Struts?
          </a>
        </li>
      </ol>
  
  
      <subsection name="Building Struts">
        <dl>
          <dt>
            <a name="how-to-build">
              How do I build Struts?
            </a>
          </dt>
          <dd>
            Struts uses Maven for its build system. So you should be able to build 
Struts just like
            any other Maven enabled project. By typing'maven' Please see the 
            <a href="http://maven.apache.org/start/index.html";>Maven</a> 
            documentation for details.
          </dd>
        </dl>
      </subsection>
    </section>
  </body>
  </document>
  
  
  

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

Reply via email to