You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jv...@apache.org on 2002/09/09 17:54:01 UTC

cvs commit: jakarta-commons navigation.vm

jvanzyl     2002/09/09 08:54:01

  Added:       .        navigation.vm
  Log:
  o Dion was playing with reactor and I never checked in the navigation
    template.
  
  Revision  Changes    Path
  1.1                  jakarta-commons/navigation.vm
  
  Index: navigation.vm
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <project name="Commons"
           href="http://jakarta.apache.org/commons/">
  
    <title>Commons</title>
  
    <body>
      <menu name="Home">
        <item name="Jakarta Commons"       href="/index.html" />
      </menu>
  
      <menu name="About Us">
        <item name="Contributors"           href="/contributors.html"/>
        <item name="License"                href="/license.html"/>
      </menu>
  
      <menu name="Download">
        <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="Information">
        <item name="Overview"               href="/index.html"/>
        <item name="Components"             href="/components.html"/>
        <!-- Yet to come?
        <item name="Guidelines"             href="/guidelines.html"/>
        <item name="News"                   href="/news.html"/>
        -->
        <!-- deprecated?
        <item name="Commons Proper"         href="/commons.html"/>
        <item name="Sandbox"                href="/sandbox.html"/>
        -->
      </menu>
  
      <menu name="Components Repository">
        #foreach ($reactorProject in $reactorProjects)
        <item name="$reactorProject.name" href="/$reactorProject.id.substring(8)/index.html"/>
        #end
      </menu>
  
      <menu name="Sandbox Components">
        <item name="IO"                     href="http://jakarta.apache.org/commons/sandbox/io/"/>
        <item name="Jelly"                  href="http://jakarta.apache.org/commons/sandbox/jelly/"/>
        <item name="JJar"                   href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/"/>
        <item name="Messenger"              href="http://jakarta.apache.org/commons/sandbox/messenger/"/>
        <item name="Net"                    href="http://jakarta.apache.org/commons/sandbox/net/"/>
        <item name="Resources"              href="http://jakarta.apache.org/commons/sandbox/resources/"/>
        <item name="VFS"                    href="http://jakarta.apache.org/commons/sandbox/vfs/"/>
        <item name="Workflow"               href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/workflow/"/>
      </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"/>
        <item name="Releases"               href="/releases.html"/>
        <item name="Versioning"             href="/versioning.html"/>
      </menu>
    </body>
  </project>
  
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>