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 2004/02/28 16:14:27 UTC

cvs commit: jakarta-commons/commons-build/menus about.ent apache.ent community.ent components.ent information.ent menus.dtd project.ent related.ent sandbox.ent translations.ent view.ent

dirkv       2004/02/28 07:14:26

  Added:       commons-build/menus about.ent apache.ent community.ent
                        components.ent information.ent menus.dtd
                        project.ent related.ent sandbox.ent
                        translations.ent view.ent
  Log:
  move menus directory into commons-build
  
  Revision  Changes    Path
  1.1                  jakarta-commons/commons-build/menus/about.ent
  
  Index: about.ent
  ===================================================================
  <!--  
  The 'About Us' menu element
  -->
  <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>
  
  
  
  
  1.1                  jakarta-commons/commons-build/menus/apache.ent
  
  Index: apache.ent
  ===================================================================
  <!--
  This menu is for general Apache information, special events, ...
  -->
  <!--
  <menu name="Apache">
    <item name="ApacheCon" href="http://apachecon.com/2003/US/index.html" 
          img="http://jakarta.apache.org/images/logos/ac2003-150.gif"/>
  </menu>
  -->
  
  
  
  1.1                  jakarta-commons/commons-build/menus/community.ent
  
  Index: community.ent
  ===================================================================
  <!--
  The Community menu element
  -->
  <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>
  
  
  1.1                  jakarta-commons/commons-build/menus/components.ent
  
  Index: components.ent
  ===================================================================
  <!--
  The "Components Repository" menu element
  -->
  <menu name="Components Repository">
      <item name="BeanUtils"             href="http://jakarta.apache.org/commons/beanutils/"/>
      <item name="Betwixt"               href="http://jakarta.apache.org/commons/betwixt/"/>
      <item name="CLI"                   href="http://jakarta.apache.org/commons/cli/"/>
      <item name="Codec"                 href="http://jakarta.apache.org/commons/codec/"/>
      <item name="Collections"           href="http://jakarta.apache.org/commons/collections/"/>
      <item name="Configuration"         href="http://jakarta.apache.org/commons/configuration"/>
      <item name="Daemon"                href="http://jakarta.apache.org/commons/daemon" />
      <item name="DBCP"                  href="http://jakarta.apache.org/commons/dbcp"/>
      <item name="DbUtils"               href="http://jakarta.apache.org/commons/dbutils/"/>
      <item name="Digester"              href="http://jakarta.apache.org/commons/digester/"/>
      <item name="Discovery"             href="http://jakarta.apache.org/commons/discovery/"/>
      <item name="EL"                    href="http://jakarta.apache.org/commons/el/"/>
      <item name="FileUpload"            href="http://jakarta.apache.org/commons/fileupload/"/>
      <item name="HttpClient"            href="http://jakarta.apache.org/commons/httpclient/"/>
      <item name="IO"                    href="http://jakarta.apache.org/commons/io/"/>
      <item name="Jelly"                 href="http://jakarta.apache.org/commons/jelly/"/>
      <item name="Jexl"                  href="http://jakarta.apache.org/commons/jexl/"/>
      <item name="JXPath"                href="http://jakarta.apache.org/commons/jxpath/"/>
      <item name="Lang"                  href="http://jakarta.apache.org/commons/lang/"/>
      <item name="Latka"                 href="http://jakarta.apache.org/commons/latka/"/>
      <item name="Launcher"              href="http://jakarta.apache.org/commons/launcher/"/>
      <item name="Logging"               href="http://jakarta.apache.org/commons/logging.html"/>
      <item name="Math"                  href="http://jakarta.apache.org/commons/math/"/>
      <item name="Modeler"               href="http://jakarta.apache.org/commons/modeler/"/>
      <item name="Net"                   href="http://jakarta.apache.org/commons/net/"/>
      <item name="Pool"                  href="http://jakarta.apache.org/commons/pool/"/>
      <item name="Primitives"            href="http://jakarta.apache.org/commons/primitives/"/>
      <item name="Validator"             href="http://jakarta.apache.org/commons/validator/"/>
  </menu>
  
  
  
  1.1                  jakarta-commons/commons-build/menus/information.ent
  
  Index: information.ent
  ===================================================================
  <!--
  The Information menu element
  -->
  <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>
  
  
  
  1.1                  jakarta-commons/commons-build/menus/menus.dtd
  
  Index: menus.dtd
  ===================================================================
  <!--
  
  This DTD is intended to contain entity definitions for the main menu elements
  from the commons navigation bar.
  A mavenized project can then add there elements to their navigation bar by simply
  adding the DTD definition and then using the entities definied.
  
  For example:
  
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!DOCTYPE org.apache.commons.menus SYSTEM '../../../jakarta-commons/commons-build/menus/menus.dtd'>
  <project name="Component">
    <title>Component</title>
    <body>
      &top-menus;
      <menu name="Component">
        <item name="Overview"                href="/index.html"/>
        ...
      </menu>
      ...
      &bottom-menus;
    </body>
  </project>
  
  -->
  
      <!ENTITY apache-menu SYSTEM "apache.ent">
      <!ENTITY about-menu SYSTEM "about.ent">
      <!ENTITY information-menu SYSTEM "information.ent">
      <!ENTITY community-menu SYSTEM "community.ent">
      <!ENTITY project-menu SYSTEM "project.ent">
      <!ENTITY view-menu SYSTEM "view.ent">
      <!ENTITY components-menu SYSTEM "components.ent">
      <!ENTITY sandbox-menu SYSTEM "sandbox.ent">
      <!ENTITY translations-menu SYSTEM "translations.ent">
      <!ENTITY related-menu SYSTEM "related.ent">
  
      <!ENTITY top-menus "&apache-menu;&about-menu;">    
      <!ENTITY bottom-menus "&information-menu;&community-menu;&translations-menu;">
  
  
  
  
  1.1                  jakarta-commons/commons-build/menus/project.ent
  
  Index: project.ent
  ===================================================================
        <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/index.html"/>
          <item name="Versioning"             href="http://jakarta.apache.org/commons/versioning.html"/>
        </menu>
  
  
  1.1                  jakarta-commons/commons-build/menus/related.ent
  
  Index: related.ent
  ===================================================================
        
        <menu name="Related">
          <item name='Apache Commons' href='http://commons.apache.org/'/>
          <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>
  
  
  1.1                  jakarta-commons/commons-build/menus/sandbox.ent
  
  Index: sandbox.ent
  ===================================================================
  <!--
  The "Sandbox Components" menu element
  -->
  <menu name="Sandbox Components">
      <item name="Attributes"            href="http://jakarta.apache.org/commons/sandbox/attributes/"/>
      <item name="Cache"                 href="http://jakarta.apache.org/commons/sandbox/cache/"/>
      <item name="Chain"                 href="http://jakarta.apache.org/commons/sandbox/chain/"/>
      <item name="Clazz"                 href="http://jakarta.apache.org/commons/sandbox/clazz/"/>
      <item name="Compress"              href="http://jakarta.apache.org/commons/sandbox/compress/"/>
      <item name="Convert"               href="http://jakarta.apache.org/commons/sandbox/convert/"/>
      <item name="Email"                 href="http://jakarta.apache.org/commons/sandbox/email/"/>
      <item name="Events"                href="http://jakarta.apache.org/commons/sandbox/events/"/>
      <item name="Functor"               href="http://jakarta.apache.org/commons/sandbox/functor/"/>
      <item name="HiveMind"              href="http://jakarta.apache.org/commons/sandbox/hivemind/"/>
      <item name="Id"                    href="http://jakarta.apache.org/commons/sandbox/id/"/>
      <item name="JJar"                  href="http://jakarta.apache.org/commons/sandbox/jjar/"/>
      <item name="JRCS"                  href="http://jakarta.apache.org/commons/sandbox/jrcs/"/>
      <item name="Mapper"                href="http://jakarta.apache.org/commons/sandbox/mapper/"/>
      <item name="Messenger"             href="http://jakarta.apache.org/commons/sandbox/messenger/"/>
      <item name="Resources"             href="http://jakarta.apache.org/commons/sandbox/resources/"/>
      <item name="Scaffold"              href="http://jakarta.apache.org/commons/sandbox/scaffold/"/>
      <item name="SQL"                   href="http://jakarta.apache.org/commons/sandbox/sql/"/>
      <item name="ThreadPool"            href="http://jakarta.apache.org/commons/sandbox/threadpool/"/>
      <item name="VFS"                   href="http://jakarta.apache.org/commons/sandbox/vfs/"/>
      <item name="Workflow"              href="http://jakarta.apache.org/commons/sandbox/workflow/"/>
  </menu>
  
  
  
  1.1                  jakarta-commons/commons-build/menus/translations.ent
  
  Index: translations.ent
  ===================================================================
        <menu name="Translations (Web)">
           <item name="Japanese"              href="http://jakarta.terra-intl.com/commons/"/>
        </menu>
  
  
  1.1                  jakarta-commons/commons-build/menus/view.ent
  
  Index: view.ent
  ===================================================================
        <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>
  
  

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