Author: imario
Date: Fri Nov 10 15:23:27 2006
New Revision: 473572

URL: http://svn.apache.org/viewvc?view=rev&rev=473572
Log:
cleanup filesystems

Modified:
    jakarta/commons/proper/vfs/trunk/xdocs/filesystems.xml

Modified: jakarta/commons/proper/vfs/trunk/xdocs/filesystems.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/xdocs/filesystems.xml?view=diff&rev=473572&r1=473571&r2=473572
==============================================================================
--- jakarta/commons/proper/vfs/trunk/xdocs/filesystems.xml (original)
+++ jakarta/commons/proper/vfs/trunk/xdocs/filesystems.xml Fri Nov 10 15:23:27 
2006
@@ -11,9 +11,6 @@
             <p>Commons VFS currently supports the following file systems:</p>
             <ul>
                 <li>
-                    <a href="#CIFS">CIFS (VFS sandbox)</a>
-                </li>
-                <li>
                     <a href="#FTP">FTP</a>
                 </li>
                 <li>
@@ -29,9 +26,6 @@
                     <a href="#Temporary Files">Temporary Files</a>
                 </li>
                 <li>
-                    <a href="#WebDAV">WebDAV (VFS sandbox)</a>
-                </li>
-                <li>
                     <a href="#Zip, Jar and Tar">Zip, Jar and Tar 
(uncompressed, tgz or tbz2)</a>
                 </li>
                 <li>
@@ -43,13 +37,26 @@
                 <li>
                     <a href="#ram">ram</a>
                 </li>
+                       </ul>
+        </section>
+
+               <section name="Things from the sandbox">
+                       <p>The following file systems are in development:</p>
+                       <ul>
+                               <li>
+                                       <a href="#WebDAV">WebDAV</a><br />
+                                       We can't release WebDAV as we depend on 
an snapshot, thus it is in our sandbox.
+                               </li>
+                               <li>
+                                       <a href="#CIFS">CIFS</a>
+                               </li>
                                <li>
                                        <a href="#mime">mime</a>
                                </li>
-            </ul>
-        </section>
+                       </ul>
+               </section>
 
-        <section name="Naming">
+               <section name="Naming">
 
             <p>All filenames are treated as URIs. One of the consequences of 
this is you have to encode the '%'
                 character using <code>%25</code>. <br />



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to