You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by cr...@locus.apache.org on 2000/07/28 07:10:10 UTC

cvs commit: jakarta-site/slide index.htsrc

craigmcc    00/07/27 22:10:09

  Modified:    slide    index.htsrc
  Log:
  Update SLIDE project page.
  
  Revision  Changes    Path
  1.2       +37 -13    jakarta-site/slide/index.htsrc
  
  Index: index.htsrc
  ===================================================================
  RCS file: /home/cvs/jakarta-site/slide/index.htsrc,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.htsrc	2000/05/16 17:34:19	1.1
  +++ index.htsrc	2000/07/28 05:10:08	1.2
  @@ -1,28 +1,52 @@
   <html>
   <head>
  -<title>The Jakarta Project: Subprojects - Slide</title>
  +<title>Jakarta Slide</title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   </head>
  -<body>
   
  +<body bgcolor="#ffffff">
  +
   <h1>Slide</h1>
   
  +<p>
  +Slide is a high-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 security, locking and versioning services.
  +</p>
  +
  +<p>
  +Its uses can range from managing intranet application content 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>
  +
   <p>
  -Slide is a project that contains a content management API, as well as
  -a servlet that implements the web-based Distributed Authoring and
  -Versioning (WebDAV) protocol.  The servlet will run on any servlet
  -container implementing the 2.2 or later servlet API.  To download Slide,
  -<a href=../downloads/binindex.html>click here</a>.
  +To download Slide nightly builds, <a href="http://jakarta.apache.org/builds/jakarta-slide/nightly/">click here</a>.
   </p>
   
  +<p>
  +You can learn more about Slide, and read general considerations about content management by visiting the <a href="http://www.interlog.com/~bcholmes/geek/slide-home.html">Slide Guide</a>. This website is maintained by <a href="mailto:bcholmes@interlog.com">B.C. Holmes</a>.
  +</p>
  +
  +<p>
  +If you would like to get involved with this project in one way or another 
  +(Mailing lists, CVS, Contributions), please see the <a 
  +href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Getting 
  +Involved</a> section of the Jakarta Website.
  +</p>
  +
  +<h3>
  +<a href="http://jakarta.apache.org/credits/whoweare.html">Contributors</a>
  +</h3>
  +
   <ul>
  -<li><a href=../getinvolved/getinvolvedindex.html>Get Involved</a><br>
  -<li><a href=../downloads/binindex.html>Download Builds</a><br>
  -<li><a href=../getinvolved/mail.html>Join Mailing Lists</a><br>
  +<li>Intalio Inc. donated the project to Jakarta</li>
  +<li><a href="mailto:remm AT apache.org">Remy Maucherat</a> wrote the original code.</li>
  +<li>Craig McClanahan has set up the CVS, mailing lists, website and has helped in countless other ways.</li>
   </ul>
   
   </body>
   </html>
  -
  -
  -