You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/08/19 00:00:09 UTC

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

rdonkin     2003/08/18 15:00:09

  Modified:    xdocs/stylesheets project.xml
  Log:
  Moved menu definitions into seperate entity definitions.
  
  Revision  Changes    Path
  1.78      +38 -96    jakarta-commons/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- project.xml	11 Jul 2003 16:03:29 -0000	1.77
  +++ project.xml	18 Aug 2003 22:00:09 -0000	1.78
  @@ -1,4 +1,20 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!--
  +
  +Most menus are now included as entities through the following DTD.
  +This allows mavenized components to easily include parts of this menu
  +without duplication and therefore maintenance.
  +
  +The xml fragments are contained in the menus directory and these should be
  +edited rather than this document.
  +
  +When adding a new menu, it is recommended that it is created as a fragment,
  +add to the menus DTD as a entity definition and then added to this document as an entity.
  +Then any mavenized components will be able to use it.
  +
  +-->
  +<!-- It would have been nicer to use XInclude but that would require a change to the document build process -->
  +<!DOCTYPE org.apache.commons.menus SYSTEM 'menus/org-apache-commons-menus.dtd'>
   
   <!-- Please use absolute URLs since the sandbox index.html is symlinked -->
   
  @@ -10,105 +26,31 @@
       <logo href="/images/logo.jpg">Commons</logo>
   
       <body>
  -      <menu name="About Us">
  -        <item name="Home"       href="http://jakarta.apache.org/commons/index.html" />
  -        <item name="Contributors"           href="http://jakarta.apache.org/commons/contributors.html"/>
  -        <item name="License"                href="http://jakarta.apache.org/commons/license.html"/>
  -      </menu>
  -
  -      <menu name="Download">	
  -        <item name="Binary (mirrored)"       href="http://jakarta.apache.org/site/binindex.cgi"/>
  -        <item name="Source Code (mirrored)"  href="http://jakarta.apache.org/site/sourceindex.cgi"/>
  -        <item name="Release"                 href="http://jakarta.apache.org/builds/jakarta-commons/release"/>
  -        <item name="Nightly"                 href="http://jakarta.apache.org/builds/jakarta-commons/nightly"/>
  -      </menu>
  -
  -      <menu name="View CVS">	
  -        <item name="Components"              	href="http://cvs.apache.org/viewcvs/jakarta-commons/"/>
  -        <item name="Sandbox"              	href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/"/>
  -      </menu>
  -
  -      <menu name="Information">
  -        <item name="Overview"                 href="http://jakarta.apache.org/commons/index.html"/>
  -        <item name="Components"               href="http://jakarta.apache.org/commons/components.html"/>
  -        <item name="On Volunteering"          href="http://jakarta.apache.org/commons/volunteering.html"/>
  -        <item name="On Contributing Patches"  href="http://jakarta.apache.org/commons/patches.html"/>
  -        <!-- Yet to come?
  -        <item name="Guidelines"             href="http://jakarta.apache.org/commons/guidelines.html"/>
  -        <item name="News"                   href="http://jakarta.apache.org/commons/news.html"/>
  -        -->
  -        <!-- deprecated?
  -        <item name="Commons Proper"         href="http://jakarta.apache.org/commons/commons.html"/>
  -        <item name="Sandbox"                href="http://jakarta.apache.org/commons/sandbox.html"/>
  -        -->
  -      </menu>
  -
  -      <menu name="Community">
  -        <item name="Get Involved"           href="http://jakarta.apache.org/site/getinvolved.html"/>
  -        <item name="Mailing Lists"          href="http://jakarta.apache.org/site/mail.html"/>
  -        <item name="Access CVS Repositories"       href="http://jakarta.apache.org/site/cvsindex.html"/>
  -        <item name="Wiki"       href="http://nagoya.apache.org/wiki/apachewiki.cgi?JakartaCommonsProjectPages"/>
  -      </menu>
  -
  -      <menu name="Components Repository">
  -        <item name="BeanUtils"              href="http://jakarta.apache.org/commons/beanutils.html"/>
  -        <item name="Betwixt"                href="http://jakarta.apache.org/commons/betwixt/index.html"/>
  -        <item name="CLI"                    href="http://jakarta.apache.org/commons/cli/index.html"/>
  -        <item name="Codec"                 href="http://jakarta.apache.org/commons/codec/index.html"/>
  -        <item name="Collections"            href="http://jakarta.apache.org/commons/collections.html"/>
  -        <item name="DBCP"                   href="http://jakarta.apache.org/commons/dbcp"/>
  -        <item name="Digester"               href="http://jakarta.apache.org/commons/digester.html"/>
  -        <item name="Discovery"              href="http://jakarta.apache.org/commons/discovery.html"/>
  -        <item name="EL"		            href="http://jakarta.apache.org/commons/el.html"/>
  -        <item name="FileUpload"             href="http://jakarta.apache.org/commons/fileupload/index.html"/>
  -        <item name="HttpClient"             href="http://jakarta.apache.org/commons/httpclient/index.html"/>
  -        <item name="Jelly"                  href="http://jakarta.apache.org/commons/jelly/index.html"/>
  -        <item name="Jexl"                   href="http://jakarta.apache.org/commons/jexl.html"/>
  -        <item name="JXPath"                 href="http://jakarta.apache.org/commons/jxpath/index.html"/>
  -        <item name="Lang"                   href="http://jakarta.apache.org/commons/lang.html"/>
  -        <item name="Latka"                  href="http://jakarta.apache.org/commons/latka/index.html"/>
  -        <item name="Logging"                href="http://jakarta.apache.org/commons/logging.html"/>
  -        <item name="Modeler"                href="http://jakarta.apache.org/commons/modeler.html"/>
  -        <item name="Net"                    href="http://jakarta.apache.org/commons/net/index.html"/>
  -        <item name="Pool"                   href="http://jakarta.apache.org/commons/pool"/>
  -        <item name="Validator"              href="http://jakarta.apache.org/commons/validator/index.html"/>
  -      </menu>
  -  
  -      <menu name="Sandbox Components">
  -        <item name="Attributes"            href="http://jakarta.apache.org/commons/sandbox/attributes/index.html"/>
  -        <item name="Cache"                 href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/cache/"/>
  -        <item name="Clazz"                 href="http://jakarta.apache.org/commons/sandbox/clazz/"/>
  -        <item name="Configuration"         href="http://jakarta.apache.org/commons/sandbox/configuration/index.html"/>
  -        <item name="Daemon"                href="http://jakarta.apache.org/commons/sandbox/daemon/index.html"/>
  -        <item name="DbUtils"               href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/dbutils/"/>
  -        <item name="Functor"               href="http://jakarta.apache.org/commons/sandbox/functor/"/>
  -        <item name="HiveMind"              href="http://jakarta.apache.org/commons/sandbox/hivemind/"/>
  -        <item name="IO"                    href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/"/>
  -        <item name="JJar"                  href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/"/>
  -        <item name="Math"             	   href="http://jakarta.apache.org/commons/sandbox/math/index.html"/>
  -        <item name="Messenger"             href="http://jakarta.apache.org/commons/sandbox/messenger/index.html"/>
  -        <item name="Resources"             href="http://jakarta.apache.org/commons/sandbox/resources/index.html"/>
  -        <item name="Scaffold"              href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/scaffold/"/>
  -        <item name="SQL"               	   href="http://jakarta.apache.org/commons/sandbox/sql/index.html"/>
  -        <item name="ThreadPool"            href="http://jakarta.apache.org/commons/sandbox/threadpool/index.html"/>
  -        <item name="VFS"                   href="http://jakarta.apache.org/commons/sandbox/vfs/index.html"/>
  -        <item name="Workflow"              href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/workflow/"/>
  -      </menu>
  +    
  +        &about-menu;
  +
  +        <menu name="Download">	
  +            <item name="Binary (mirrored)"       href="http://jakarta.apache.org/site/binindex.cgi"/>
  +            <item name="Source Code (mirrored)"  href="http://jakarta.apache.org/site/sourceindex.cgi"/>
  +            <item name="Release"                 href="http://jakarta.apache.org/builds/jakarta-commons/release"/>
  +            <item name="Nightly"                 href="http://jakarta.apache.org/builds/jakarta-commons/nightly"/>
  +        </menu>
  +
  +        &view-menu;
  +    
  +        &information-menu;
         
  -      <menu name="Related">
  -        <item name='commons@db.apache.org' href='http://db.apache.org/commons/'/>
  -        <item name='commons@xml.apache.org' href='http://xml.apache.org/commons/'/>
  -      </menu>
  +        &community-menu;
  +      
  +        &components-menu;
  +  
  +        &sandbox-menu;
  +        
  +        &related-menu;
         
  -      <menu name="Translations (Web)">
  -         <item name="Japanese"              href="http://jakarta.terra-intl.com/commons/"/>
  -      </menu>
  +        &translations-menu;
         
  -      <menu name="Project Docs">
  -        <item name="Charter"                href="http://jakarta.apache.org/commons/charter.html"/>
  -        <item name="Releases"               href="http://jakarta.apache.org/commons/releases.html"/>
  -        <item name="Versioning"             href="http://jakarta.apache.org/commons/versioning.html"/>
  -      </menu>
  +        &project-menu;
   
       </body>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org