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 2002/06/12 00:09:46 UTC

cvs commit: jakarta-commons/betwixt/xdocs powered.xml navigation.xml

rdonkin     2002/06/11 15:09:46

  Modified:    betwixt/xdocs navigation.xml
  Added:       betwixt/xdocs powered.xml
  Log:
  Added powered by page submitted by 'Martin van den Bemt' <mv...@mvdb.com>
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-commons/betwixt/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	10 Jun 2002 17:53:32 -0000	1.1
  +++ navigation.xml	11 Jun 2002 22:09:46 -0000	1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<project name="Jelly">
  +<project name="Betwixt">
   
     <title>Betwixt</title>
     <organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
  @@ -10,6 +10,7 @@
         <item name="FAQ"                     href="/faq.html"/>
         <item name="Detail"                  href="/overview.html"/>
         <item name="To Do List"              href="/todo.html"/>
  +      <item name="Powered By"              href="/powered.html"/>
       </menu>
     </body>
   </project>
  
  
  
  1.1                  jakarta-commons/betwixt/xdocs/powered.xml
  
  Index: powered.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
    <properties>
      <title>Powered By Betwixt</title>
      <author email="martin@mvdb.net">Martin van den Bemt</author>
    </properties>
  
    <body>
      <section name="Powered By Betwixt">
        <p>
          This page contains a list of known projects successfully using
          Betwixt.  We would be very interested if you would drop us a note
          if you are using Betwixt with your project and would like to be
          added to this list.
        </p>
        <subsection name="Projects Using Betwixt">
        <table>
          <tr><th>Project</th><th>Overview</th></tr>
          <tr>
            <td><a href="http://jakarta.apache.org/turbine/maven/">Maven</a></td>
            <td>
              A java project management and project comprehension tool.
            </td>
          </tr>
        </table>
      </subsection>
      </section>
    </body>
  </document>
  
  
  

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