dfs         01/08/16 13:54:56

  Modified:    xdocs/stylesheets project.xml
  Added:       xdocs    users.xml
  Log:
  Added a preliminary list of projects using Jakarta-ORO.  Will add more later.
  
  Revision  Changes    Path
  1.1                  jakarta-oro/xdocs/users.xml
  
  Index: users.xml
  ===================================================================
  <?xml version="1.0"?>
  <!-- $Id: users.xml,v 1.1 2001/08/16 20:54:56 dfs Exp $ -->
  <document>
  
    <properties>
      <author>Daniel Savarese</author>
      <title>Projects Using Jakarta-ORO</title>
    </properties>
  
    <body>
  
      <section name="Projects Using Jakarta-ORO">
  
        <p>
        These are a just a few of the software projects using
        Jakarta-ORO.  If you would like to have your project added to
        this list, please contact the
        <a href="http://jakarta.apache.org/site/mail.html";>oro-dev</a>
        mailing list.
        </p>
        <p>
        <dl compact="true">
  
        <dt><a href="http://www.arsdigita.com/products/";>
               ArsDigita Community System</a></dt>
        <dd>An open source Java platform for Web application development.</dd>
  
        <dt><a href="http://www.research.compaq.com/SRC/WebL/";>
              Compaq Web Language</a></dt>
        <dd>A scripting language for automating tasks on the World
              Wide Web.</dd>
  
        <dt><a href="cruisecontrol.sourceforge.net">Cruise Control</a></dt>
        <dd>A tool for setting up a continuous build process.</dd>
  
        <dt><a href="http://www.erights.org/";>E</a></dt>
        <dd>A secure distributed object platform and P2P scripting
        language.</dd>
  
        <dt><a href="http://home.worldcom.ch/~jmlugrin/fesi/";>FESI</a></dt>
        <dd>Free ECMAScript Interpreter.</dd>
  
        <dt><a href="http://formproc.sourceforge.net/";>FormProc</a></dt>
        <dd>A Java library designed to make web form handlingn easy.</dd>
  
        <dt><a href="http://jakarta.apache.org/taglibs";>Jakarta Taglibs</a></dt>
        <dd>An open source repository for JSP custom taglibs.</dd>
  
        <dt><a href="http://jakarta.apache.org/velocity";>Jakarta Velocity</a></dt>
        <dd>A Java-based template engine providing an alternative to JSP.</dd>
  
        <dt><a href="http://jpublish.sourceforge.net/";>JPublish</a></dt>
        <dd>A Web publishing framework that merges Velocity with a
        content repository and application control framework.</dd>
  
        <dt><a href="http://joist.tigris.org/";>Joist</a></dt>
        <dd>Java Open Infrastructure of Servlets and Templates.</dd>
  
        <dt><a href="http://jwma.sourceforge.net/";>jwma</a></dt>
        <dd>A WebMail implementation in Java.</dd>
  
        <dt><a href="http://www.jython.org/";>Jython</a></dt>
        <dd>An implementaiton of Python in Java.</dd>
  
        <dt><a
        href="http://developer.netscape.com/tech/directory/downloads.html";>
        Netscape Directory SDK for Java</a></dt>
        <dd>A Java LDAP library.</dd>
  
        <dt><a href="http://www.openly.com/SLinkS/";>S-Link-S</a></dt>
        <dd>Scholarly Link Specification Framework.</dd>
  
        <dt><a href="http://chain.mtk.nao.ac.jp/DASH/SASH/";>SASH</a></dt>
        <dd>Standalone Analysis System Hierarchy, an object-oriented
        data reduction and analysis system.</dd>
  
        <dt><a href="http://tambora.zenplex.org/";>Tambora</a></dt>
        <dd>An open source Web-based Business to Business (B2B)
        application designed to facilitate information exchange
        between business partners in the printing and publishing
        industries.</dd>
  
        </dl>
        </p>
        
      </section>
  
    </body>
  
  </document>
  
  
  
  
  1.5       +2 -1      jakarta-oro/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/xdocs/stylesheets/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       2001/07/18 12:10:22     1.4
  +++ project.xml       2001/08/16 20:54:56     1.5
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<!-- $Id: project.xml,v 1.4 2001/07/18 12:10:22 dfs Exp $ -->
  +<!-- $Id: project.xml,v 1.5 2001/08/16 20:54:56 dfs Exp $ -->
   <project name="Jakarta ORO"
           href="http://jakarta.apache.org/oro";>
   
  @@ -32,6 +32,7 @@
           <item name="Get Involved"        href="/site/getinvolved.html"/>
           <item name="Mailing Lists"       href="/site/mail.html"/>
           <item name="CVS Repositories"    href="/site/cvsindex.html"/>
  +        <item name="Projects Using ORO"  href="/users.html"/>
       </menu>
   
       <menu name="Documentation">
  
  
  

Reply via email to