Author: imario
Date: Fri Nov 10 15:12:22 2006
New Revision: 473567

URL: http://svn.apache.org/viewvc?view=rev&rev=473567
Log:
added "external plugins" page

Added:
    jakarta/commons/proper/vfs/trunk/xdocs/3rdparty.xml   (with props)
Modified:
    jakarta/commons/proper/vfs/trunk/xdocs/index.xml
    jakarta/commons/proper/vfs/trunk/xdocs/navigation.xml

Added: jakarta/commons/proper/vfs/trunk/xdocs/3rdparty.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/xdocs/3rdparty.xml?view=auto&rev=473567
==============================================================================
--- jakarta/commons/proper/vfs/trunk/xdocs/3rdparty.xml (added)
+++ jakarta/commons/proper/vfs/trunk/xdocs/3rdparty.xml Fri Nov 10 15:12:22 2006
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+
+<document>
+    <properties>
+        <title>3rd party plugins</title>
+        <author email="[EMAIL PROTECTED]">Mario Ivankovits</author>
+    </properties>
+
+    <body>
+        <section name="External plugins">
+
+            <p>
+                Commons VFS provides a way to extend it by simply placing 
plugin-jars
+                               into the classpath.
+            </p>
+
+            <p>Some external plugins:</p>
+            <ul>
+                <li>ISO 9660 - <a 
href="http://loopy.sourceforge.net";>http://loopy.sourceforge.net</a><br/>
+                                       Reads .iso files
+                </li>
+            </ul>
+
+        </section>
+
+       </body>
+</document>
+

Propchange: jakarta/commons/proper/vfs/trunk/xdocs/3rdparty.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/proper/vfs/trunk/xdocs/3rdparty.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/vfs/trunk/xdocs/3rdparty.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: jakarta/commons/proper/vfs/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/xdocs/index.xml?view=diff&rev=473567&r1=473566&r2=473567
==============================================================================
--- jakarta/commons/proper/vfs/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/vfs/trunk/xdocs/index.xml Fri Nov 10 15:12:22 2006
@@ -48,6 +48,30 @@
 
         </section>
 
-    </body>
+               <section name="News">
+                       <p>
+                               VFS is splitted into core, examples and sandbox 
now.
+                       </p>
+                       <p>
+                               Due to some technical reasons we had to move 
the webdav and jcifs (smb) filesystem to
+                               the sandbox. So if you need one of these 
filesystems you have to build VFS manually.
+                       </p>
+                       <p>
+                               To build VFS, it will be best to check-it-out 
from svn and use maven 2 to
+                               build all at once - Notice: the ant and maven 1 
build will just build the core.
+                       </p>
+                       <p>
+                               The newest filesystem is: mime<br/>
+                               This filesystem allows you to read e-mails like 
archives, e.g. the attachments are the
+                               children of the mail itself.
+                       </p>
+                       <p>
+                               Also notice that we now have a "3rd party 
plugins" page. It will list all external
+                               plugins available for VFS.<br />
+                               You have such a beast - and will get listed - 
just drop me a mail: imario -at- apache.org
+                       </p>
+               </section>
+
+       </body>
 </document>
 

Modified: jakarta/commons/proper/vfs/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/xdocs/navigation.xml?view=diff&rev=473567&r1=473566&r2=473567
==============================================================================
--- jakarta/commons/proper/vfs/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/vfs/trunk/xdocs/navigation.xml Fri Nov 10 15:12:22 
2006
@@ -28,6 +28,7 @@
     <menu name="Commons&#xA0;VFS">
       <item name="Overview"                href="/index.html"/>
       <item name="Download and Build"      href="/download.html"/>
+      <item name="3rd party plugins"       href="/3rdparty.html"/>
       <item name="Using the API"           href="/api.html"/>
       <item name="API JavaDocs"            href="/apidocs/index.html"/>
       <item name="File Systems"            href="/filesystems.html"/>



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

Reply via email to