You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@apache.org on 2001/06/13 06:52:15 UTC

cvs commit: jakarta-slide/src/doc server.xml changelog.xml installation.xml project.xml status.xml webdav-client.xml howto-avalon.xml

remm        01/06/12 21:52:15

  Modified:    src/doc  changelog.xml installation.xml project.xml
                        status.xml webdav-client.xml
  Added:       src/doc  server.xml
  Removed:     src/doc  howto-avalon.xml
  Log:
  - Various doc updates.
  - Changelog update.
  
  Revision  Changes    Path
  1.43      +33 -0     jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- changelog.xml	2001/05/29 03:09:21	1.42
  +++ changelog.xml	2001/06/13 04:52:11	1.43
  @@ -6,6 +6,39 @@
       
     <title>Changes</title>
     
  +  <section title="Slide 1.0.11">
  +
  +    <p>
  +
  +      <changelog>
  +        <fix>
  +          Bugfixes and improvements to the WebDAV Access Control Protocol 
  +          support (January 21, 2001 Internet Draft) (DV)
  +        </fix>
  +        <add>
  +          Support for WebDAV Access Control Protocol in the WebDAV command line
  +          client (DV)
  +        </add>
  +        <update>
  +          Complete the integration with Catalina, so that the sevlet 
  +          container is run on top of the CMS (RM)
  +        </update>
  +        <add>
  +          The binaries now include a Slide installation built around Tomcat 4.0
  +          and Struts, which provide a dedicated CMS server (this item is a work
  +          in progress, see the <a href="server.xml">Server</a> page for more 
  +          details) (RM)
  +        </add>
  +        <add>
  +          Add a JNDI directory context as another optional API giving read-only
  +          access to a Slide namespace (RM)
  +        </add>
  +      </changelog>
  +
  +    </p>
  +
  +  </section>
  +
     <section title="Slide 1.0.10">
       
       <p>
  
  
  
  1.15      +2 -0      jakarta-slide/src/doc/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/installation.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- installation.xml	2001/05/20 21:51:15	1.14
  +++ installation.xml	2001/06/13 04:52:12	1.15
  @@ -91,6 +91,7 @@
           <li>SAX 2 API (org.xml.* packages)</li>
           <li>Sun Servlet API 2.2</li>
           <li>Sun Java Transaction API 1.0</li>
  +        <li>Jakarta Struts 1.0</li>
           <li>JDOM 1.0</li>
           <li>JDK 1.2 or later</li>
         </ul>
  @@ -103,6 +104,7 @@
           <li>A JAXP-compliant XML parser (DOM level 2 support recommended)</li>
           <li>Sun Servlet API 2.2 or later</li>
           <li>Sun Java Transaction API 1.0</li>
  +        <li>Jakarta Struts 1.0</li>
           <li>JDOM 1.0 (optional)</li>
           <li>JRE 1.2 or later (1.3 recommended)</li>
         </ul>
  
  
  
  1.17      +8 -10     jakarta-slide/src/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml	2001/04/19 07:21:30	1.16
  +++ project.xml	2001/06/13 04:52:12	1.17
  @@ -16,20 +16,22 @@
       <item name="Nightly" href="http://jakarta.apache.org/builds/jakarta-slide/nightly/"/>
     </menu>
     <menu name="Resources">
  -    <item name="Build Status" href="http://jakarta.apache.org/builds/gump/latest/jakarta-slide.html"/>
  +    <item name="FAQ" href="http://faq.globalvision.com.au/"/>
       <item name="Mailing Lists" href="http://jakarta.apache.org/getinvolved/mail.html"/>
  +    <item name="Build Status" href="http://jakarta.apache.org/builds/gump/latest/jakarta-slide.html"/>
       <item name="CVS" href="http://jakarta.apache.org/getinvolved/cvsindex.html"/>
       <item name="Library" href="library.xml"/>
     </menu>
     <menu name="User's Guide">
  +    <item name="Server" href="server.xml"/>
  +    <item name="Client" href="webdav-client.xml"/>
  +  </menu>
  +  <menu name="HOWTOs">
       <item name="Installation" href="installation.xml"/>
       <item name="Configuration" href="conf-lib.xml"/>
  -    <item name="FAQ" href="http://faq.globalvision.com.au/"/>
       <item name="Examples" href="examples.xml"/>
       <item name="Tomcat Howto" href="howto-tomcat.xml"/>
  -    <item name="Avalon Howto" href="howto-avalon.xml"/>
       <item name="JDBC Stores Howto" href="howto-jdbcstore.xml"/>
  -    <item name="WebDAV client" href="webdav-client.xml"/>
     </menu>
     <menu name="Programmer's Corner">
       <item name="Architecture" href="architecture.xml"/>
  @@ -44,19 +46,15 @@
       <item name="Macro" href="macro.xml"/>
       <item name="Index" href="search.xml"/>
       <item name="Process" href="process.xml"/>
  -  </menu>
  -  <menu name="WebDAV">
  -    <item name="General Info" href="webdav.xml"/>
  -    <item name="Clients" href="clients.xml"/>
     </menu>
  -  <menu name="API Reference">
  +  <menu name="Reference">
       <item name="UML" href="uml/index.html"/>
       <item name="JavaDoc" href="javadoc/index.html"/>
       <item name="WebDAV Client Javadoc" href="clientjavadoc/index.html"/>
     </menu>
   
     <notice>
  -    $Revision: 1.16 $ $Author: remm $ $Date: 2001/04/19 07:21:30 $
  +    $Revision: 1.17 $ $Author: remm $ $Date: 2001/06/13 04:52:12 $
     </notice>
     <notice>
       Java, JDBC, JNDI, JTA, JMS, Sun, Sun Microsystems are trademarks 
  
  
  
  1.19      +0 -4      jakarta-slide/src/doc/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/status.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- status.xml	2001/03/26 07:14:37	1.18
  +++ status.xml	2001/06/13 04:52:13	1.19
  @@ -74,10 +74,6 @@
       
       <p>
         <status>
  -        <item priority="Low" owner="---">
  -          Add JNDI directory context to allow read only access to a Slide
  -          namespace.
  -        </item>
         </status>
       </p>
       
  
  
  
  1.2       +9 -1      jakarta-slide/src/doc/webdav-client.xml
  
  Index: webdav-client.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/webdav-client.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webdav-client.xml	2001/04/19 07:21:31	1.1
  +++ webdav-client.xml	2001/06/13 04:52:13	1.2
  @@ -4,9 +4,17 @@
   
     <body>
       
  -  <title>WebDAV Command line client</title>
  +  <title>Slide Client</title>
     
     <section title="Introduction">
  +    
  +    <p>
  +      
  +    </p>
  +    
  +  </section>
  +  
  +  <section title="Features">
       
       <p>
         
  
  
  
  1.1                  jakarta-slide/src/doc/server.xml
  
  Index: server.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <document url="./server.xml">
  
    <body>
      
    <title>Slide Server</title>
    
    <section title="Introduction">
      
      <p>
        
      </p>
      
    </section>
    
  </body>
  </document>