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...@locus.apache.org on 2000/07/04 02:40:21 UTC

cvs commit: jakarta-slide/src/doc index.xml project.xml

remm        00/07/03 17:40:18

  Modified:    src/doc  index.xml project.xml
  Log:
  - Small updates to the documentation, Lots more to come in the
    next few days.
  
  Revision  Changes    Path
  1.3       +75 -37    jakarta-slide/src/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	2000/05/24 18:42:00	1.2
  +++ index.xml	2000/07/04 00:40:17	1.3
  @@ -1,41 +1,79 @@
   <?xml version="1.0"?>
   <document url="./index.xml">
     <body>
  -    <title>Slide project</title>
  -
  -    <header>
  -      <p>Slide is a low-level <i>content management framework</i>.  Conceptually, it provides a hierarchical organization of binary content which can be stored into arbitrary, heterogenous, distributed data stores.  In addition, Slide integrates <b>security</b>, <b>locking</b>, and <b>content versioning</b> services.
  -      </p>
  -
  -      <p>Its uses can range from managing intranet application content (such as the Exolab.org portal) to using it as a file server.
  -      </p>
  -
  -      <p>Slide also offers a <a href="http://www.webdav.org">WebDAV</a> access module (implemented as a servlet), which make it an ideal choice for web-based content management.
  -      </p>
  -
  -    </header>
  -
  -    <section title="Main Features">
  -
  -      <p>Slide feature list:
  -        <ul>
  -          <li>Hierarchical object storage</li>
  -          <li>Data storage abstraction</li>
  -          <li>Distributable over a network</li>
  -          <li>Object versioning support</li>
  -          <li>Integrated user and security management</li>
  -          <li>Object locking</li>
  -        </ul>
  -      </p>
  -
  -      <p>WebDAV module feature list:
  -        <ul>
  -          <li>Servlet-based (plugs into a Servlet 2.2 implementations, like <a href="http://jakarta.apache.org">Tomcat</a>)</li>
  -          <li>WebDAV Level 2 compliant</li>
  -        </ul>
  -      </p>
  -
  -    </section>
  -
  -  </body>
  +  <title>The Jakarta Slide project</title>
  +  
  +  <header>
  +    <p>
  +      Slide is a low-level <i>content management framework</i>.  Conceptually,
  +      it provides a hierarchical organization of binary content which can be 
  +      stored into arbitrary, heterogenous, distributed data stores.  In 
  +      addition, Slide integrates <b>security</b>, <b>locking</b>, 
  +      <b>content versioning</b>, as well as many other services.
  +    </p>
  +    
  +    <p>
  +      It can integrate and manage data stored within external repositories, 
  +      requiring only small abstraction layers to be written for each 
  +      repository. That way, Slide can integrate the data
  +      from various physical locations in a hierachical and unified way.
  +      Slide uses can range from managing intranet application content (such as 
  +      the Exolab.org portal) to using it as a file server.
  +    </p>
  +    
  +    <p>
  +      Slide also offers a <a href="http://www.webdav.org">WebDAV</a> access 
  +      module (implemented as a servlet). WebDAV is an IETF standard endorsed by
  +      companies like Microsoft, IBM, Novell, Adobe and many others.
  +      It makes Slide an ideal choice for web-based content management. 
  +      All the data managed by Slide can be accessed through WebDAV, and enable
  +      remote administration and manipulation of the data managed by Slide 
  +      using standard third party tools, along with the custom ones provided
  +      in the Slide distribution as additional tools.
  +    </p>
  +    
  +  </header>
  +  
  +  <section title="Main Features">
  +    
  +    <p>
  +      <b>Slide content management</b>
  +    <ul>
  +      <li>Hierarchical object storage</li>
  +      <li>Data storage abstraction</li>
  +      <li>Distributable over a network</li>
  +      <li>Integrated user management</li>
  +      <li>Security</li>
  +      <li>Locking</li>
  +      <li>Versioning</li>
  +      <li>Indexing</li>
  +      <li>Searching</li>
  +      <li>Integrated process engine</li>
  +      <li>Manageable (Apache Avalon and JMX support)</li>
  +    </ul>
  +  </p>
  +    
  +    <p>
  +      <b>WebDAV servlet</b>
  +    <ul>
  +      <li>Based on Servlet 2.2 API</li>
  +      <li>WebDAV Level 2 compliant</li>
  +      <li>DAV ACL support</li>
  +      <li>Delta V support</li>
  +      <li>DASL support</li>
  +    </ul>
  +  </p>
  +    
  +    <p>
  +      <b>Other</b>
  +    <ul>
  +      <li>DAV client library</li>
  +      <li>Command line administration tool</li>
  +      <li>GUI administration tool</li>
  +    </ul>
  +  </p>
  +    
  +  </section>
  +  
  +</body>
   </document>
  
  
  
  1.5       +3 -1      jakarta-slide/src/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	2000/07/01 20:12:35	1.4
  +++ project.xml	2000/07/04 00:40:17	1.5
  @@ -9,13 +9,15 @@
             image="style/images/links/home.gif" height="19" width="39"/>
       <link name="Library" href="library.xml"
             image="style/images/links/library.gif" height="19" width="47"/>
  -    <link name="Exolab" href="http://www.exolab.org"
  +    <link name="The Jakarta Project" href="http://jakarta.apache.org"
             image="style/images/links/exolab.gif" height="19" width="47"/>
     </links>
   
     <menu>
       <item name="Index" href="index.xml"/>
       <item name="JavaDoc" href="../../../build/slide/doc/javadoc/index.html"/>
  +    <item name="The Slide Guide" 
  +     href="http://www.interlog.com/~bcholmes/geek/slide-home.html"/>
     </menu>
     <menu name="Using">
       <item name="Running The Examples" href="examples.xml"/>