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/11/19 22:02:19 UTC

cvs commit: jakarta-slide/src/doc release.xml changelog.xml news.xml project.xml status.xml

remm        00/11/19 13:02:18

  Modified:    src/doc  changelog.xml news.xml project.xml status.xml
  Added:       src/doc  release.xml
  Log:
  - Doc status updates.
  
  Revision  Changes    Path
  1.4       +4 -2      jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changelog.xml	2000/09/21 07:17:06	1.3
  +++ changelog.xml	2000/11/19 21:02:17	1.4
  @@ -6,10 +6,12 @@
       
     <title>Changes</title>
     
  -  <section title="Slide 1.0">
  +  <section title="November 2000 - Slide 1.0M1">
       
       <p>
  -      
  +      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>
  
  
  
  1.4       +7 -3      jakarta-slide/src/doc/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/news.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- news.xml	2000/09/21 07:17:07	1.3
  +++ news.xml	2000/11/19 21:02:17	1.4
  @@ -8,9 +8,13 @@
     
     <section title="Slide News">
       
  -    <p>
  -      
  -    </p>
  +    <section title="11/19/2000 - Slide 1.0M1 released !">
  +
  +      <p>
  +        Get it in <a href="http://jakarta.apache.org/builds/jakarta-slide/nightly/jakarta-slide-20001120.zip">.zip</a> or <a href="http://jakarta.apache.org/builds/jakarta-slide/nightly/jakarta-slide-20001120.tar.gz">.tar.gz</a> format.
  +      </p>
  +
  +    </section>
       
     </section>
     
  
  
  
  1.12      +4 -1      jakarta-slide/src/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	2000/09/24 17:20:07	1.11
  +++ project.xml	2000/11/19 21:02:17	1.12
  @@ -11,8 +11,11 @@
       <item name="Changelog" href="changelog.xml"/>
       <item name="Contributors" href="contrib.xml"/>
     </menu>
  +  <menu name="Downloads">
  +    <item name="Releases" href="release.xml"/>
  +    <item name="Nightly" href="http://jakarta.apache.org/builds/jakarta-slide/nightly/"/>
  +  </menu>
     <menu name="Resources">
  -    <item name="Builds" href="http://jakarta.apache.org/builds/jakarta-slide/nightly/"/>
       <item name="Source" href="http://jakarta.apache.org/builds/jakarta-slide/nightly/src/"/>
       <item name="Mailing Lists" href="http://jakarta.apache.org/getinvolved/mail.html"/>
       <item name="CVS" href="http://jakarta.apache.org/getinvolved/cvsindex.html"/>
  
  
  
  1.9       +2 -10     jakarta-slide/src/doc/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/status.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- status.xml	2000/10/08 22:47:21	1.8
  +++ status.xml	2000/11/19 21:02:18	1.9
  @@ -95,9 +95,10 @@
           <th width="30%">Volunteers</th>
         </tr>
         <tr>
  -        <td align="center">Low</td>
  +        <td align="center">Postponed</td>
           <td>
             Do a Slide implementation of Catalina's Resources interface.
  +          Delayed until Tomcat 4.1 is released.
           </td>
           <td><a href="mailto:remm@apache.org">Remy Maucherat</a></td>
         </tr>
  @@ -114,15 +115,6 @@
           <th width="10%">Priority</th>
           <th width="60%">Action Item</th>
           <th width="30%">Volunteers</th>
  -      </tr>
  -      <tr>
  -        <td align="center">Low</td>
  -        <td>
  -          Add a limited filesystem descriptors store (without versioning 
  -          support), to make it possible to have Slide manage existing
  -          data on the user's filesystem.
  -        </td>
  -        <td><a href="mailto:cvrc@netscape.com">Murthy Chintalapati</a></td>
         </tr>
       </table>
       </p>
  
  
  
  1.1                  jakarta-slide/src/doc/release.xml
  
  Index: release.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <document url="./release.xml">
  
    <body>
      
    <title>Releases</title>
    
    <section title="Releases">
      
      <section title="Slide 1.0M1">
  
        <p>
          Initial release.
          <ul>
          <li><a href="http://jakarta.apache.org/builds/jakarta-slide/nightly/jakarta-slide-20001120.zip">.zip format</a> (1.7M)</li>
          <li><a href="http://jakarta.apache.org/builds/jakarta-slide/nightly/jakarta-slide-20001120.tar.gz">.tar.gz format</a> (1.3M)</li>
          </ul>
        </p>
  
      </section>
      
    </section>
    
  </body>
  </document>