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

List:       slide-dev
Subject:    cvs commit: jakarta-slide STATUS.html
From:       remm () locus ! apache ! org
Date:       2000-05-25 22:58:07
[Download RAW message or body]

remm        00/05/25 15:58:07

  Modified:    .        STATUS.html
  Log:
  Added some new planned features.
  
  New, by popular demand, is a DAV client library which will be used
  for testing as new DAV drafts are implemented.
  
  Revision  Changes    Path
  1.7       +50 -28    jakarta-slide/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/STATUS.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- STATUS.html	2000/05/24 18:41:10	1.6
  +++ STATUS.html	2000/05/25 22:58:07	1.7
  @@ -1,6 +1,6 @@
   <html>
     <head>
  -    <title>Action Items List for Slide</title>
  +    <title>Action Items List for Slide 1.x</title>
     </head>
     <body bgcolor="white">
       
  @@ -40,15 +40,13 @@
         categories, which are presented in alphabetical order.  The following
         categories of actions are currently identified:
       <ul>
  -      <li><a href="#Architecture">Architecture</a> of the content 
  -        management API
  -      <li><a href="#Common">Common</a> components
  -      <li><a href="#Api">API</a>
  -      <li><a href="#Storage">Storage</a> of data
  -      <li><a href="#Utility">Utility</a> component functionality
  -      <li><a href="#Webdav">Webdav</a> servlet
  -      <li><a href="#Samples">Samples and tests</a>
  -      <li><a href="#Webdav">Webdav</a> servlet
  +      <li><a href="#Architecture">Slide Architecture</a>
  +      <li><a href="#Core">Core API components</a>
  +      <li><a href="#Clients">Clients</a>
  +      <li><a href="#Storage">Data Storage</a>
  +      <li><a href="#Utility">Utility Components</a>
  +      <li><a href="#Webdav">WebDAV Server</a>
  +      <li><a href="#Samples">Samples and Tests</a>
       </ul>
       
       <br><br>
  @@ -56,7 +54,7 @@
       <br>
       
       <a name="Architecture"></a>
  -    <div align="center"><h1>Architecture</h1></div>
  +    <div align="center"><h1>Slide Architecture</h1></div>
       <table border="1" width="100%">
         <tr>
           <th width="10%">Priority</th>
  @@ -66,15 +64,15 @@
         <tr>
           <td align="center">High</td>
           <td>
  -          Make Slide Avalon aware.
  +          Make Slide Avalon-aware.
           </td>
           <td><a href="mailto:remm@exoffice.com">Remy Maucherat</a></td>
         </tr>
       </table>
       
       
  -    <a name="Common"></a>
  -    <div align="center"><h1>Core functionality</h1></div>
  +    <a name="Core"></a>
  +    <div align="center"><h1>Core API Components</h1></div>
       <table border="1" width="100%">
         <tr>
           <th width="10%">Priority</th>
  @@ -152,8 +150,8 @@
       </table>
       
   
  -    <a name="Api"></a>
  -    <div align="center"><h1>API</h1></div>
  +    <a name="Clients"></a>
  +    <div align="center"><h1>Clients</h1></div>
       <table border="1" width="100%">
         <tr>
           <th width="10%">Priority</th>
  @@ -161,10 +159,28 @@
           <th width="30%">Volunteers</th>
         </tr>
         <tr>
  +        <td align="center">High</td>
  +        <td>
  +          Develop a Catalina Realm.
  +        </td>
  +        <td>---</td>
  +      </tr>
  +      <tr>
           <td align="center">Medium</td>
  +        <td>
  +          Design and develop a compact and easy to use client library for 
  +          WebDAV access.<br>
  +          That library will be used for tests purposes, by making it possible 
  +          to easily write test scripts, and providing support for
  +          the newest DAV specifications.
  +        </td>
  +        <td>---</td>
  +      </tr>
  +      <tr>
  +        <td align="center">Low</td>
           <td>
  -          Develop a Slide JSP Taglib (see the jakarta-taglibs project for more
  -          details).
  +          Design and develop a Slide JSP Taglib (see the jakarta-taglibs 
  +          project for more details).
           </td>
           <td>---</td>
         </tr>
  @@ -172,7 +188,7 @@
       
       
       <a name="Storage"></a>
  -    <div align="center"><h1>Storage implementations</h1></div>
  +    <div align="center"><h1>Data Storage</h1></div>
       <table border="1" width="100%">
         <tr>
           <th width="10%">Priority</th>
  @@ -201,7 +217,7 @@
       
       
       <a name="Utility"></a>
  -    <div align="center"><h1>Utility Component Functionality</h1></div>
  +    <div align="center"><h1>Utility Components</h1></div>
       <table border="1" width="100%">
         <tr>
           <th width="10%">Priority</th>
  @@ -219,7 +235,7 @@
         <tr>
           <td align="center">Medium</td>
           <td>
  -          Update the documentation's stylesheets.
  +          Rewrite the documentation's stylesheets.
           </td>
           <td>---</td>
         </tr>
  @@ -239,11 +255,18 @@
             [org.apache.slide.common.ScopeTokenizer]</td>
           <td>---</td>
         </tr>
  +      <tr>
  +        <td align="center">Low</td>
  +        <td>
  +          Enhance documentation.
  +        </td>
  +        <td>---</td>
  +      </tr>
       </table>
       
       
       <a name="WebDAV"></a>
  -    <div align="center"><h1>WebDAV support</h1></div>
  +    <div align="center"><h1>WebDAV Server</h1></div>
       <table border="1" width="100%">
         <tr>
           <th width="10%">Priority</th>
  @@ -261,8 +284,7 @@
         <tr>
           <td align="center">Medium</td>
           <td>
  -          Locks header support (when passing lock tokens in the 
  -          If header).
  +          Locks header support (when passing lock tokens in the If header).
           </td>
           <td>---</td>
         </tr>
  @@ -298,7 +320,7 @@
       
   
       <a name="Samples"></a>
  -    <div align="center"><h1>Samples and test cases</h1></div>
  +    <div align="center"><h1>Samples and Tests</h1></div>
       <table border="1" width="100%">
         <tr>
           <th width="10%">Priority</th>
  @@ -310,7 +332,7 @@
           <td>
             Write (or rewrite) some samples.
           </td>
  -        <td>---</td>
  +        <td><a href="mailto:remm@exoffice.com">Remy Maucherat</a></td>
         </tr>
         <tr>
           <td align="center">High</td>
  @@ -323,7 +345,7 @@
           <td align="center">Medium</td>
           <td>
             Develop a full-fledged application using Slide. Good candidates
  -          would be a portal kit, a discussion forum or a iDrive - like
  +          would be a portal kit, a discussion forum or an iDrive - like
             system.
           </td>
           <td>---</td>
  @@ -333,7 +355,7 @@
       
       <br>
       <div align="center"><hr width="75%"><font size="2">
  -        $Id: STATUS.html,v 1.6 2000/05/24 18:41:10 remm Exp $
  +        $Id: STATUS.html,v 1.7 2000/05/25 22:58:07 remm Exp $
         </font></div>
       
     </body>
  
  
  

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

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