You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/03/28 09:15:57 UTC

cvs commit: jakarta-avalon-apps/site/src/xdocs appsatapache.xml appselsewhere.xml apps.uris book.xml index.xml

hammant     02/03/28 00:15:57

  Modified:    site/src/xdocs apps.uris book.xml index.xml
  Added:       site/src/xdocs appsatapache.xml appselsewhere.xml
  Log:
  Refer to offsite phoenix apps
  
  Revision  Changes    Path
  1.3       +2 -0      jakarta-avalon-apps/site/src/xdocs/apps.uris
  
  Index: apps.uris
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/site/src/xdocs/apps.uris,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apps.uris	28 Mar 2002 07:49:58 -0000	1.2
  +++ apps.uris	28 Mar 2002 08:15:57 -0000	1.3
  @@ -1 +1,3 @@
   index.html
  +appselsewhere.html
  +appsatapache.html
  
  
  
  1.2       +2 -0      jakarta-avalon-apps/site/src/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/site/src/xdocs/book.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- book.xml	28 Mar 2002 07:15:20 -0000	1.1
  +++ book.xml	28 Mar 2002 08:15:57 -0000	1.2
  @@ -8,6 +8,8 @@
   
     <menu label="About">
       <menu-item label="Overview" href="index.html"/>
  +    <menu-item label="Apps at Apache" href="appsatapache.html"/>
  +    <menu-item label="Apps elsewhere" href="appselsewhere.html"/>    
     </menu>
     
   </book>
  
  
  
  1.3       +7 -39     jakarta-avalon-apps/site/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/site/src/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	28 Mar 2002 07:49:58 -0000	1.2
  +++ index.xml	28 Mar 2002 08:15:57 -0000	1.3
  @@ -5,7 +5,7 @@
   <document>
     <header>
       <title>Applications for Phoenix</title>
  -    <subtitle>List of Applications</subtitle>
  +    <subtitle>Applications</subtitle>
       <authors>
         <person name="Paul Hammant" email="Paul_Hammant@yahoo.com"/>
       </authors>
  @@ -13,48 +13,16 @@
     <body>
       <s1 title="Introduction">
         <p>
  -        The Applications CVS respository is home to a few applications that use Cornerstone's services/blocks.  These full server modules do not come with Cornerstone, and sit on top of Phoenix at runtime.
  +        There are many applications for Phoenix.  Some use Cornerstone blocks, some do not.  Some are jsut blocks on theor own, and cannot be comsidered full applications.  Others are complete.
         </p>
  -    </s1>
  -    <s1 title="Cornerstone &amp; Phoenix dependant applications">
  -      <s2 title="Demos">
  +      <s2 title="Applications and Blocks hosted at Apache">
           <p>
  -          A simple "Hello world" demo. See @link1@ href="apps/demo/index.html"@link2@apps/demo@link3@
  +          See <link href="appsatapache.html">this</link> page.
           </p>
         </s2>
  -      <s2 title="AvalonDB">
  +      <s2 title="Applications and Blocks hosted elsewhere">
           <p>
  -          Also in development, an ambitious JDBC compliant RDBMS. See @link1@ href="apps/db/index.html"@link2@apps/db@link3@
  -        </p>
  -      </s2>
  -      <s2 title="FTP Server">
  -        <p>
  -          A server that serves standands compliant FTP services. See @link1@ href="apps/ftpserver/index.html"@link2@apps/ftpserver@link3@
  -        </p>
  -      </s2>
  -      <s2 title="Hypersonic SQL">
  -        <p>
  -          A wrapper that allows HypersonicSQL (project hsqldb at sourceforge) to be served from inside Phoenix. See @link1@ href="apps/hsql/index.html"@link2@apps/hsql@link3@
  -        </p>
  -      </s2>
  -      <s2 title="HTTP Proxy">
  -        <p>
  -          A simple demo that is a proxy server for web browsers. See @link1@ href="apps/httpproxy/index.html"@link2@apps/httpproxy@link3@
  -        </p>
  -      </s2>
  -      <s2 title="Overlord">
  -        <p>
  -          An in development game server. See @link1@ href="apps/overlord/index.html"@link2@apps/overlord@link3@
  -        </p>
  -      </s2>
  -      <s2 title="SimpleServer">
  -        <p>
  -          A simple demonstration of a Phoenix dependant server. See @link1@ href="apps/simpleserver/index.html"@link2@apps/simpleserver@link3@
  -        </p>
  -      </s2>
  -      <s2 title="XComamnder">
  -        <p>
  -          A server that resonds to XML commands from its clients. See @link1@ href="apps/xcommander/index.html"@link2@apps/xcommander@link3@
  +          See <link href="appselsewhere.html">this</link> page.
           </p>
         </s2>
       </s1>    
  @@ -62,7 +30,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.2 $ $Date: 2002/03/28 07:49:58 $
  +      $Revision: 1.3 $ $Date: 2002/03/28 08:15:57 $
       </legal>
     </footer>
   </document>
  
  
  
  1.1                  jakarta-avalon-apps/site/src/xdocs/appsatapache.xml
  
  Index: appsatapache.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <!DOCTYPE document SYSTEM "dtd/document-v10.dtd">
  
  <document>
    <header>
      <title>Applications for Phoenix / Apps at Apache</title>
      <authors>
        <person name="Paul Hammant" email="Paul_Hammant@yahoo.com"/>
      </authors>
    </header>
    <body>
      <s1 title="Introduction">
        <p>
          The Applications CVS respository is home to a few applications that use Cornerstone's services/blocks.  These full server modules do not come with Cornerstone, and sit on top of Phoenix at runtime.
        </p>
      </s1>
      <s1 title="Applications in the jakarta-avalon-apps project">
        <s2 title="Demos">
          <p>
            A simple "Hello world" demo. See @link1@ href="apps/demo/index.html"@link2@apps/demo@link3@
          </p>
        </s2>
        <s2 title="AvalonDB">
          <p>
            Also in development, an ambitious JDBC compliant RDBMS. See @link1@ href="apps/db/index.html"@link2@apps/db@link3@
          </p>
        </s2>
        <s2 title="FTP Server">
          <p>
            A server that serves standands compliant FTP services. See @link1@ href="apps/ftpserver/index.html"@link2@apps/ftpserver@link3@
          </p>
        </s2>
        <s2 title="Hypersonic SQL">
          <p>
            A wrapper that allows HypersonicSQL (project hsqldb at sourceforge) to be served from inside Phoenix. See @link1@ href="apps/hsql/index.html"@link2@apps/hsql@link3@
          </p>
        </s2>
        <s2 title="HTTP Proxy">
          <p>
            A simple demo that is a proxy server for web browsers. See @link1@ href="apps/httpproxy/index.html"@link2@apps/httpproxy@link3@
          </p>
        </s2>
        <s2 title="Overlord">
          <p>
            An in development game server. See @link1@ href="apps/overlord/index.html"@link2@apps/overlord@link3@
          </p>
        </s2>
        <s2 title="SimpleServer">
          <p>
            A simple demonstration of a Phoenix dependant server. See @link1@ href="apps/simpleserver/index.html"@link2@apps/simpleserver@link3@
          </p>
        </s2>
        <s2 title="XComamnder">
          <p>
            A server that resonds to XML commands from its clients. See @link1@ href="apps/xcommander/index.html"@link2@apps/xcommander@link3@
          </p>
        </s2>
      </s1>
      <s1 title="Other Applications">      
        <s2 title="JAMES">
          <p>
            James is an email and news server ad has been under development for a number of years. See <link href="http://jakarta.apache.org/james">http://jakarta.apache.org/james</link>
          </p>
        </s2>
      
      </s1>    
    </body>
    <footer>
      <legal>
        Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
        $Revision: 1.1 $ $Date: 2002/03/28 08:15:57 $
      </legal>
    </footer>
  </document>
  
  
  
  1.1                  jakarta-avalon-apps/site/src/xdocs/appselsewhere.xml
  
  Index: appselsewhere.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <!DOCTYPE document SYSTEM "dtd/document-v10.dtd">
  
  <document>
    <header>
      <title>Applications for Phoenix / Apps Elsewhere</title>
      <authors>
        <person name="Paul Hammant" email="Paul_Hammant@yahoo.com"/>
      </authors>
    </header>
    <body>
      <s1 title="Introduction">
        <p>
          SourceForge hosts a number of Phoenix compatible applicatons and blocks to be used in applications.
        </p>
      </s1>
      <s1 title="Cornerstone &amp; Phoenix dependant applications">
        <s2 title="Jo! Web Server">
          <p>
            Hendrik Schreiber has an excellent web server that is servlet capable.  It is hosted at
            <link href="http://www.tagtraum.com/jo.html">http://www.tagtraum.com/jo.html</link> and
            comes with a block for use within Phoenix. As a demo, it is possible to build a SAR
            file to see the default webapp of Jo! running under Phoenix control.  Jo! is Open-Source 
            (LGPL license)
          </p>
        </s2>
        <s2 title="Jabber server">
          <p>
             Alexis Agahi and Vinaysahil Chandran have migrated JabaServer (an open-source Java implementation of Jabber) to be Phoenix dependant. See <link href="http://www.javajabber.net/">http://www.javajabber.net/</link>.  JabberServer is BSD license.
          </p>
        </s2>
        <s2 title="Enterprise Object Broker">
          <p>
            This is bean server that uses the Jo! block.  It is not J2EE compatible. See <link href="http://eob.sourceforge.net">http://eob.sourceforge.net</link>.  EOB is Apache licensed.
          </p>
        </s2>
      </s1>    
    </body>
    <footer>
      <legal>
        Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
        $Revision: 1.1 $ $Date: 2002/03/28 08:15:57 $
      </legal>
    </footer>
  </document>
  
  
  

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