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 2001/12/29 20:29:04 UTC

cvs commit: jakarta-avalon-cornerstone/src/xdocs apps.xml book.xml cornerstone.uris demo-httpproxy.xml index.xml

hammant     01/12/29 11:29:03

  Modified:    src/xdocs book.xml cornerstone.uris demo-httpproxy.xml
                        index.xml
  Added:       src/xdocs apps.xml
  Log:
  xdocs updated to point to apps/
  
  Revision  Changes    Path
  1.8       +2 -1      jakarta-avalon-cornerstone/src/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/xdocs/book.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- book.xml	29 Dec 2001 17:04:38 -0000	1.7
  +++ book.xml	29 Dec 2001 19:29:03 -0000	1.8
  @@ -18,7 +18,8 @@
       <menu-item label="Changes" href="changes.html"/>
       <menu-item type="external" id="api-docs" label="API Docs" href="api/index.html"/>
     </menu>
  -  <menu label="Demo Components">
  +  <menu label="Demo Applications">
  +    <menu-item label="Applications" href="apps.html"/>
       <menu-item label="HTTP Proxy" href="demo-httpproxy.html"/>
       <menu-item label="Simple Server" href="demo-simpleserver.html"/>
     </menu>
  
  
  
  1.6       +5 -4      jakarta-avalon-cornerstone/src/xdocs/cornerstone.uris
  
  Index: cornerstone.uris
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/xdocs/cornerstone.uris,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cornerstone.uris	29 Dec 2001 17:04:38 -0000	1.5
  +++ cornerstone.uris	29 Dec 2001 19:29:03 -0000	1.6
  @@ -1,12 +1,13 @@
  -index.html
  +apps.html
   changes.html
   demo-httpproxy.html
   demo-simpleserver.html
   features.html
  -todo.html
   images/add.jpg
   images/fix.jpg
  -images/remove.jpg
  -images/update.jpg
   images/header.gif
   images/jakarta-logo.gif
  +images/remove.jpg
  +images/update.jpg
  +index.html
  +todo.html
  
  
  
  1.3       +3 -3      jakarta-avalon-cornerstone/src/xdocs/demo-httpproxy.xml
  
  Index: demo-httpproxy.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/xdocs/demo-httpproxy.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- demo-httpproxy.xml	20 Mar 2001 22:51:45 -0000	1.2
  +++ demo-httpproxy.xml	29 Dec 2001 19:29:03 -0000	1.3
  @@ -7,7 +7,7 @@
       <title>Cornerstone Developer Documentation</title>
       <subtitle>The 'HTTP Proxy' Example Application</subtitle>
       <authors>
  -      <person name="Paul Hammant" email="Paul_Hammant@yahoo.org"/>
  +      <person name="Paul Hammant" email="Paul_Hammant@yahoo.com"/>
       </authors>
     </header>
     <body>
  @@ -29,7 +29,7 @@
       </s1>
       <s1 title="Packaging of SAR">
         <p>
  -        It's much the same as the previous demo <link href="demo-helloworld.html">HelloWorld</link> in that it's a socket listener type app.  The assembly.xml file has a section for the configuration of this component and it's zipped up into bar form in the same way.
  +        It's much the same as the previous demo "helloworld" in that it's a socket listener type app.  The assembly.xml file has a section for the configuration of this component and it's zipped up into bar form in the same way.
         </p>
       </s1>
       <s1 title="Concepts shown here, not in HelloWorld">
  @@ -82,7 +82,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.2 $ $Date: 2001/03/20 22:51:45 $
  +      $Revision: 1.3 $ $Date: 2001/12/29 19:29:03 $
       </legal>
     </footer>
   </document>
  
  
  
  1.3       +4 -1      jakarta-avalon-cornerstone/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	13 Mar 2001 20:41:51 -0000	1.2
  +++ index.xml	29 Dec 2001 19:29:03 -0000	1.3
  @@ -17,12 +17,15 @@
           that plug into Phoenix. Example blocks include ConnectionManager, SocketManager,
           Scheduler etc.
         </p>
  +      <p>
  +        TODO - introduce the blocks that come with cornerstone.
  +      </p>      
       </s1>
     </body>
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.2 $ $Date: 2001/03/13 20:41:51 $
  +      $Revision: 1.3 $ $Date: 2001/12/29 19:29:03 $
       </legal>
     </footer>
   </document>
  
  
  
  1.1                  jakarta-avalon-cornerstone/src/xdocs/apps.xml
  
  Index: apps.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <!DOCTYPE document SYSTEM "dtd/document-v10.dtd">
  
  <document>
    <header>
      <title>Cornerstone Developer Documentation</title>
      <subtitle>The 'Simple Server' Example Application</subtitle>
      <authors>
        <person name="Paul Hammant" email="Paul_Hammant@yahoo.com"/>
      </authors>
    </header>
    <body>
      <s1 title="Introduction">
        <p>
          Cornerstone's CVS respository is also home to a few applications that use Cornerstone's services/blocks.  These full server modules do not come with Cornerstone, but are described here.
        </p>
      </s1>
      <s1 title="Cornerstone dependant applications">
        <s2 title="Demos">
          <p>
            A simple "Hello world" demo. See @link1@ href="apps/demo/index.html"@link2@apps/demo@link3@
          </p>
        </s2>
        <s2 title="Bay">
          <p>
            An <i>in development</i> wrapper for Tomcat 4.0x (Cataliana). See @link1@ href="apps/bay/index.html"@link2@apps/bay@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="Jesktop">
          <p>
            A Desktop layer that sits on top of Phoenix. See @link1@ href="apps/jesktop/index.html"@link2@apps/jesktop@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>    
    </body>
    <footer>
      <legal>
        Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
        $Revision: 1.1 $ $Date: 2001/12/29 19:29:03 $
      </legal>
    </footer>
  </document>
  
  
  

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