[prev in list] [next in list] [prev in thread] [next in thread] 

List:       slide-dev
Subject:    cvs commit: jakarta-slide/src/doc/style/images code.gif
From:       remm () locus ! apache ! org
Date:       2000-11-25 1:40:45
[Download RAW message or body]

remm        00/11/24 17:40:45

  Modified:    src/doc  changelog.xml contrib.xml index.xml news.xml
                        status.xml
               src/doc/style slide.xsl
  Added:       src/doc/style/images code.gif
  Log:
  - Website updates (which will be moved to the web server Sunday).
  - Updated changelog.
  - Status update.
  - M2 will be released Sunday.
  
  Revision  Changes    Path
  1.6       +24 -12    jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changelog.xml	2000/11/22 05:31:26	1.5
  +++ changelog.xml	2000/11/25 01:40:43	1.6
  @@ -11,12 +11,32 @@
       <p>
   
         <changelog>
  -        <update>Major update to the WebDAV client library, which should now be
  -          functional (BC).
  +        <update>
  +          Major update to the WebDAV client library, which should now be
  +          functional (BC)
           </update>
  -        <add>Add a WebDAV Ant taskdef, to showcase the capabilities of the DAV
  -          client library (BC).
  +        <add>
  +          Add a WebDAV Ant taskdef, to showcase the capabilities of the DAV
  +          client library (BC)
           </add>
  +        <scode>
  +          Source code reorganization (RM)
  +        </scode>
  +        <fix>
  +          Fix bug in the MemoryDescriptorsStore when overwriting a revision 
  +          (Juergen Pill)
  +        </fix>
  +        <scode>
  +          API change : The SlideToken object in introduced, and it replaces
  +          CredentialsToken in all API calls (RM)
  +        </scode>
  +        <fix>
  +          Always make sure the URL is properly decoded in the WebDAV servlet 
  +          (RM)
  +        </fix>
  +        <add>
  +          New Service.begin() API call, to start a transaction (RM)
  +        </add>
         </changelog>
   
       </p>
  @@ -29,14 +49,6 @@
         First official test release. Much work has been done to the original code
         to remove dependencies, clean things up, and add additional 
         functionality.
  -    </p>
  -    
  -  </section>
  -  
  -  <section title="May 2000 - Slide 0.7 (original CVS release)">
  -    
  -    <p>
  -      Original Slide codebase, donated by Intalio Inc.
       </p>
       
     </section>
  
  
  
  1.3       +6 -0      jakarta-slide/src/doc/contrib.xml
  
  Index: contrib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/contrib.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- contrib.xml	2000/09/21 22:46:29	1.2
  +++ contrib.xml	2000/11/25 01:40:43	1.3
  @@ -39,6 +39,12 @@
         things.
       </p>
       
  +    <p>
  +      <a href="mailto:Juergen.Pill@softwareag.com"><b>Juergen Pill</b></a>
  +      <br/>
  +      Testing and fixes.
  +    </p>
  +    
     </section>
     
     <section title="Sponsors">
  
  
  
  1.9       +53 -16    jakarta-slide/src/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/index.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.xml	2000/10/29 20:27:29	1.8
  +++ index.xml	2000/11/25 01:40:43	1.9
  @@ -3,22 +3,34 @@
     <body>
     <title>The Jakarta Slide project</title>
     
  -  <header>
  +  <section title="Slide">
       <p>
  -      Welcome to the Jakarta Slide project ! The goal of this project is to 
  -      provide an open-source and standards-based content management framework.
  -      This documentation intends to be a User's guide to Slide.
  +      Welcome to the Jakarta Slide project !
  +      Slide is a project composed of multiple modules tied together using 
  +      WebDAV (see below for more details about WebDAV).
  +    </p>
  +    <p>
  +      It includes :
  +      <ul>
  +        <li>A content management system with a Java API</li>
  +        <li>A servlet implementing the WebDAV protocol on top of the content
  +          management system</li>
  +        <li>A Java WebDAV and HTTP client library</li>
  +        <li>A WebDAV command line client implemented using the client library
  +        </li>
  +      </ul>
       </p>
  -  </header>
  -  
  +  </section>
  +
     <section title="Overview">
  +
       <p>
  -      Slide is a Content Management and Integration System, which can be seen
  -      as 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.
  +      The Slide project main module is a Content Management and Integration 
  +      System, which can be seen as 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 security,
  +      locking, versioning, as well as many other services.
       </p>
       
       <p>
  @@ -43,11 +55,23 @@
       
     </section>
     
  -  <section title="Main Features (present and future)">
  +  <section title="Main Features">
  +    
  +    <section title="Current Status">
  +      <p>
  +        This feature list does not represent the current feature list
  +        of Slide, but more the goals we intend to achieve.
  +      </p>
  +      <p>
  +        To see what the current state of each of these components is, please
  +        see the <a href="status.xml">Status page</a>.
  +      </p>
  +    </section>
       
       <section title="Content Management">
       <p>
       <ul>
  +      <li>100% Pure Java</li>
         <li>Hierarchical object storage</li>
         <li>Data storage abstraction</li>
         <li>Distributable over a network</li>
  @@ -74,12 +98,25 @@
       </p>
       </section>
       
  +    <section title="WebDAV Client Library">
  +    <p>
  +    <ul>
  +      <li>100% Pure Java</li>
  +      <li>HTTP/1.1 support</li>
  +      <li>Easy to use object model</li>
  +      <li>WebDAV Level 2 support</li>
  +      <li>DAV ACL support</li>
  +      <li>Delta V support</li>
  +      <li>DASL support</li>
  +    </ul>
  +    </p>
  +    </section>
  +    
       <section title="Other Features">
       <p>
       <ul>
  -      <li>HTTP/1.1 and WebDAV client library</li>
  -      <li>Easy integration with Tomcat 4.0</li>
  -      <li>Client JSP Taglib</li>
  +      <li>Integration with Tomcat 4.0</li>
  +      <li>Easy to deploy on any Servlet 2.2 compliant engine</li>
         <li>Command line administration tool</li>
         <li>Swing-based administration tool</li>
       </ul>
  
  
  
  1.5       +16 -0     jakarta-slide/src/doc/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/news.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- news.xml	2000/11/19 21:02:17	1.4
  +++ news.xml	2000/11/25 01:40:44	1.5
  @@ -8,6 +8,14 @@
     
     <section title="Slide News">
       
  +    <section title="11/25/2000 - Slide 1.0M2 released !">
  +
  +      <p>
  +        Get it in <a \
href="http://jakarta.apache.org/builds/jakarta-slide/nightly/jakarta-slide-20001126.zip">.zip</a> \
or <a href="http://jakarta.apache.org/builds/jakarta-slide/nightly/jakarta-slide-20001126.tar.gz">.tar.gz</a> \
format.  +      </p>
  +
  +    </section>
  +
       <section title="11/19/2000 - Slide 1.0M1 released !">
   
         <p>
  @@ -16,6 +24,14 @@
   
       </section>
       
  +    <section title="May 2000 - Slide 0.7 (original CVS release)">
  +    
  +      <p>
  +        Original Slide codebase, donated by Intalio Inc.
  +      </p>
  +    
  +    </section>
  +  
     </section>
     
     <section title="WebDAV News">
  
  
  
  1.10      +3 -17     jakarta-slide/src/doc/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/status.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- status.xml	2000/11/19 21:02:18	1.9
  +++ status.xml	2000/11/25 01:40:44	1.10
  @@ -231,22 +231,9 @@
         <tr>
           <td align="center">High</td>
           <td>
  -          Response parsing (PROPFIND, PROPPATCH, ...).
  -        </td>
  -        <td>
  -          <a href="mailto:remm@apache.org">Remy Maucherat</a>
  -          <br/>
  -          <a href="mailto:bcholmes@interlog.com">B.C. Holmes</a>
  -        </td>
  -      </tr>
  -      <tr>
  -        <td align="center">High</td>
  -        <td>
             Locking support.
           </td>
           <td>
  -          <a href="mailto:remm@apache.org">Remy Maucherat</a>
  -          <br/>
             <a href="mailto:bcholmes@interlog.com">B.C. Holmes</a>
           </td>
         </tr>
  @@ -256,17 +243,16 @@
             Write a command line client using the DAV library.
           </td>
           <td>
  -          <a href="mailto:remm@apache.org">Remy Maucherat</a>
  -          <br/>
             <a href="mailto:bcholmes@interlog.com">B.C. Holmes</a>
  -        </td>
  +          <br/>
  +          <a href="mailto:daveb@miceda-data.com">Dave Bryson</a></td>
         </tr>
         <tr>
           <td align="center">Medium</td>
           <td>
             DAV ACL support.
           </td>
  -        <td>
  +        <td><a href="mailto:remm@apache.org">Remy Maucherat</a>
           </td>
         </tr>
       </table>
  
  
  
  1.8       +7 -0      jakarta-slide/src/doc/style/slide.xsl
  
  Index: slide.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/style/slide.xsl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- slide.xsl	2000/11/22 05:31:27	1.7
  +++ slide.xsl	2000/11/25 01:40:44	1.8
  @@ -281,6 +281,13 @@
       </tr>
     </xsl:template>
   
  +  <xsl:template match="changelog/scode">
  +    <tr>
  +      <td><img alt="code" class="icon" src="style/images/code.gif"/></td>
  +      <td><xsl:apply-templates/></td>
  +    </tr>
  +  </xsl:template>
  +
     <xsl:template name="link-convertor">
       <xsl:param name="href" select="empty"/>
       <xsl:choose>
  
  
  
  1.1                  jakarta-slide/src/doc/style/images/code.gif
  
  	<<Binary file>>
  
  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic