You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ad...@apache.org on 2003/02/15 03:36:50 UTC

cvs commit: jakarta-commons-sandbox/vfs/xdocs download.xml filesystems.xml

adammurdoch    2003/02/14 18:36:50

  Modified:    vfs/xdocs download.xml filesystems.xml
  Log:
  Added info about webdav provider.
  
  Revision  Changes    Path
  1.5       +25 -3     jakarta-commons-sandbox/vfs/xdocs/download.xml
  
  Index: download.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/xdocs/download.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- download.xml	14 Feb 2003 23:47:50 -0000	1.4
  +++ download.xml	15 Feb 2003 02:36:50 -0000	1.5
  @@ -12,8 +12,8 @@
                   <a href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-vfs/">here</a>.
               </p>
               <p>
  -                You will also need to download the jars used by VFS.  These are
  -                listed below:
  +                You will also need to download the jars used by Commons VFS.
  +                These are listed below:
               </p>
               <table>
                   <tr>
  @@ -31,10 +31,32 @@
                   <tr>
                       <td>
                           Jakarta
  -                        <a href="http://jakarta.apache.org/commons/net/index.html">Commons Net</a>.
  +                        <a href="http://jakarta.apache.org/commons/net/">Commons Net</a>.
  +                        You will need to use a recent snapshot.
                       </td>
                       <td>
                           FTP file system.
  +                    </td>
  +                </tr>
  +                <tr>
  +                    <td>
  +                        Jakarta
  +                        <a href="http://jakarta.apache.org/commons/httpclient/">Commons Httpclient</a>.
  +                        Version 2.0 alpha 2 or later.
  +                    </td>
  +                    <td>
  +                        WebDAV file system.
  +                    </td>
  +                </tr>
  +                <tr>
  +                    <td>
  +                        Jakarta
  +                        <a href="http://jakarta.apache.org/slide/">Slide</a>.
  +                        You will need <code>webdavlib.jar</code> from a recent
  +                        snapshot.
  +                    </td>
  +                    <td>
  +                        WebDAV file system.
                       </td>
                   </tr>
                   <tr>
  
  
  
  1.4       +20 -5     jakarta-commons-sandbox/vfs/xdocs/filesystems.xml
  
  Index: filesystems.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/xdocs/filesystems.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- filesystems.xml	14 Feb 2003 23:46:30 -0000	1.3
  +++ filesystems.xml	15 Feb 2003 02:36:50 -0000	1.4
  @@ -7,13 +7,14 @@
   
       <body>
           <section name="Supported File Systems">
  -            <p>The VFS currently supports the following file systems:</p>
  +            <p>Commons VFS currently supports the following file systems:</p>
               <ul>
                   <li><a href="#Local Files">Local Files</a></li>
                   <li><a href="#Zip and Jar Files">Zip and Jar Files</a></li>
                   <li><a href="#HTTP and HTTPS">HTTP and HTTPS</a></li>
  +                <li><a href="#WebDAV">WebDAV</a></li>
                   <li><a href="#FTP">FTP</a></li>
  -                <li><a href="#CIFS">CIFS</a></li>
  +                <li><a href="#CIFS">SMB and CIFS</a></li>
                   <li><a href="#Temporary Files">Temporary Files</a></li>
               </ul>
           </section>
  @@ -74,8 +75,8 @@
   
               <p><b>URI Format</b></p>
   
  -            <p><code>http://<i>hostname</i>[:<i>port</i>][<i>absolute-path</i>]</code></p>
  -            <p><code>https://<i>hostname</i>[:<i>port</i>][<i>absolute-path</i>]</code></p>
  +            <p><code>http://[[<i>password</i>:]<i>username</i>@]<i>hostname</i>[:<i>port</i>][<i>absolute-path</i>]</code></p>
  +            <p><code>https://[[<i>password</i>:]<i>username</i>@]<i>hostname</i>[:<i>port</i>][<i>absolute-path</i>]</code></p>
   
               <p><b>Examples</b></p>
               <ul>
  @@ -83,6 +84,20 @@
               </ul>
           </section>
   
  +        <section name="WebDAV">
  +
  +            <p>Provides access to files on an WebDAV server.</p>
  +
  +            <p><b>URI Format</b></p>
  +
  +            <p><code>webdav://[[<i>password</i>:]<i>username</i>@]<i>hostname</i>[:<i>port</i>][<i>absolute-path</i>]</code></p>
  +
  +            <p><b>Examples</b></p>
  +            <ul>
  +                <li><code>webdav://somehost:8080/dist</code></li>
  +            </ul>
  +        </section>
  +
           <section name="FTP">
   
               <p>Provides access to the files on an FTP server.</p>
  @@ -120,7 +135,7 @@
   
               <p>
                   Provides access to a temporary file system, or scratchpad,
  -                that is deleted when the VFS shuts down.  The temporary file
  +                that is deleted when Commons VFS shuts down.  The temporary file
                   system is backed by a local file system.
               </p>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org