geirm       01/04/02 21:06:40

  Added:       xdocs/stylesheets project.xml
  Log:
  Project.xml - defines the navigation of the commons site for Anakia
  
  Revision  Changes    Path
  1.1                  jakarta-commons/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="Commons"
          href="http://jakarta.apache.org/commons/">
  
      <title>Commons</title>
      <logo href="/images/logo.jpg">Commons</logo>
  
      <body>
      <menu name="About Us">
          <item name="Overview"               href="/index.html"/>
          <item name="Contributors"           href="/contributors.html"/>
          <item name="License"                href="/license.html"/>
      </menu>
  
      <menu name="The Commons">
          <item name="Sandbox"                href="/sandbox.html"/>
          <item name="Directory"              href="/directory.html"/>
      </menu>
  
      <menu name="The Commons Components">
          <item name="BeanUtils"              href="/beanutils.html"/>
      </menu>
  
      <menu name="Jakarta Community">
          <item name="Get Involved"           href="/site/getinvolved.html"/>
          <item name="Mailing Lists"          href="/site/mail.html"/>
          <item name="CVS Repositories"       href="/site/cvsindex.html"/>
      </menu>
      <menu name="Project Docs">
          <item name="Charter"                href="/charter.html"/>
      </menu>
      </body>
  </project>
  
  
  

Reply via email to