You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by jv...@apache.org on 2003/02/04 08:26:02 UTC

cvs commit: db-site/templates source-repos.xml

jvanzyl     2003/02/03 23:26:02

  Added:       templates source-repos.xml
  Log:
  o collecting all the source repository info.
  
  Revision  Changes    Path
  1.1                  db-site/templates/source-repos.xml
  
  Index: source-repos.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <author email="jon@latchkey.com">Jon S. Stevens</author>
      <author email="jason@zenplex.com">Jason van Zyl</author>
      <title>Source Repositories</title>
    </properties>
  
    <body>
      
      <!--
       |
       | Need to add module instructions.
       |
       -->
      
      #foreach ($reactorProject in $reactorProjects)
      <section name="$reactorProject.name Source Repository Info">
        <p>
          <a href="$reactorProject.repository.url">Web View</a>
        </p>
      </section>
      #end
      
    </body>
  </document>