You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/08/25 18:23:55 UTC

cvs commit: jakarta-commons/pool/xdocs/stylesheets project.xml

dirkv       2003/08/25 09:23:55

  Modified:    pool/xdocs index.xml
               pool/xdocs/stylesheets project.xml
  Log:
  update website to use the new commons menus
  
  Revision  Changes    Path
  1.8       +7 -3      jakarta-commons/pool/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/xdocs/index.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.xml	11 Aug 2003 11:44:21 -0000	1.7
  +++ index.xml	25 Aug 2003 16:23:55 -0000	1.8
  @@ -24,10 +24,14 @@
              </li>
             </ol>
            </p>
  +      </section>
  +
  +      <section name="Releases">
            <p>
  -          See the <a href="downloads.html">downloads</a> page for information on obtaining releases.
  -         </p>           
  +            See the <a href="downloads.html">downloads</a> page for information on obtaining releases.
  +         </p>
         </section>
  +
         <section name="Features">
           <p>
               The 
  
  
  
  1.6       +14 -22    jakarta-commons/pool/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/xdocs/stylesheets/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	5 Mar 2003 20:33:51 -0000	1.5
  +++ project.xml	25 Aug 2003 16:23:55 -0000	1.6
  @@ -1,28 +1,20 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<project name="Commons - Pool" href="http://jakarta.apache.org/commons/pool">
  +<!DOCTYPE org.apache.commons.menus SYSTEM '../../../xdocs/stylesheets/menus/org-apache-commons-menus.dtd'>
  +<project name="Commons Pool" href="http://jakarta.apache.org/commons/pool/">
       <title>Commons Pool</title>
       <logo href="http://jakarta.apache.org/commons/pool/images/logo.jpg">Jakarta-Commons</logo>
  -    <!--
  -      Note: Per the .vsl file, "/site" links will be prefixed with "http://jakarta.apache.org/site"
  -            Other links starting with "/" become "./...".
  -    -->
  +
       <body>
  -       <menu name="Home">
  -           <item name="Jakarta&#xA0;Commons"          href="http://jakarta.apache.org/commons/index.html" />
  -           <item name="Commons&#xA0;Pool"             href="/index.html" />
  -       </menu>
  -       <menu name="Information">
  -           <item name="API&#xA0;Documentation"        href="/apidocs/index.html"/>
  -           <item name="Examples"                      href="/examples.html"/>
  -       </menu>
  -       <menu name="Project Files">
  -           <item name="Releases"                      href="/downloads.html"/>
  -           <item name="Source (Browse)"               href="http://cvs.apache.org/viewcvs/jakarta-commons/pool/"/>
  -           <item name="Source (CVS)"                  href="http://jakarta.apache.org/site/cvsindex.html"/>
  -       </menu>
  -       <menu name="Administrivia">
  -           <item name="License"                       href="http://jakarta.apache.org/commons/license.html"/>
  -           <item name="Original&#xA0;Proposal"        href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/pool/PROPOSAL.html?content-type=text/html"/>
  -       </menu>
  +        &about-menu;
  +        <menu name="Commons&#xA0;Pool">
  +            <item name="Overview"                      href="/index.html" />
  +            <item name="API&#xA0;Documentation"        href="/apidocs/index.html"/>
  +            <item name="Examples"                      href="/examples.html"/>
  +            <item name="Downloads"                      href="/downloads.html"/>
  +            <item name="Source (Browse)"               href="http://cvs.apache.org/viewcvs/jakarta-commons/pool/"/>
  +        </menu>
  +        &information-menu;
  +        &community-menu;
  +        &translations-menu;
       </body>
   </project>