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/04/19 09:21:35 UTC

cvs commit: jakarta-slide/src/doc webdav-client.xml changelog.xml project.xml

remm        01/04/19 00:21:34

  Modified:    src/doc  changelog.xml project.xml
  Added:       src/doc  webdav-client.xml
  Log:
  - Changelog update.
  - Link to the new FAQ.
  - Add a new WIP page on the client.
  
  Revision  Changes    Path
  1.39      +4 -0      jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- changelog.xml	2001/03/27 03:14:37	1.38
  +++ changelog.xml	2001/04/19 07:21:27	1.39
  @@ -15,6 +15,10 @@
   	  Improved to be possible to access the child-resource 
             recursively (SGP)
   	</update>
  +        <add>
  +          Add interceptors in the client to do event notification
  +          (RM, SGP)
  +        </add>
         </changelog>
   
       </p>
  
  
  
  1.16      +3 -3      jakarta-slide/src/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	2001/02/16 04:12:17	1.15
  +++ project.xml	2001/04/19 07:21:30	1.16
  @@ -17,7 +17,6 @@
     </menu>
     <menu name="Resources">
       <item name="Build Status" href="http://jakarta.apache.org/builds/gump/latest/jakarta-slide.html"/>
  -    <item name="Source" href="http://jakarta.apache.org/builds/jakarta-slide/nightly/src/"/>
       <item name="Mailing Lists" href="http://jakarta.apache.org/getinvolved/mail.html"/>
       <item name="CVS" href="http://jakarta.apache.org/getinvolved/cvsindex.html"/>
       <item name="Library" href="library.xml"/>
  @@ -25,11 +24,12 @@
     <menu name="User's Guide">
       <item name="Installation" href="installation.xml"/>
       <item name="Configuration" href="conf-lib.xml"/>
  -    <item name="FAQ" href="faq.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"/>
  @@ -56,7 +56,7 @@
     </menu>
   
     <notice>
  -    $Revision: 1.15 $ $Author: remm $ $Date: 2001/02/16 04:12:17 $
  +    $Revision: 1.16 $ $Author: remm $ $Date: 2001/04/19 07:21:30 $
     </notice>
     <notice>
       Java, JDBC, JNDI, JTA, JMS, Sun, Sun Microsystems are trademarks 
  
  
  
  1.1                  jakarta-slide/src/doc/webdav-client.xml
  
  Index: webdav-client.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <document url="./webdav.xml">
  
    <body>
      
    <title>WebDAV Command line client</title>
    
    <section title="Introduction">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="WebDAV level 2">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="Delta V">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="DASL">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="DAV ACL">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="Other Extensions">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="Links">
      
      <p>
        
      </p>
      
    </section>
    
  </body>
  </document>