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/09/21 09:17:12 UTC

cvs commit: jakarta-slide/src/doc/style slide.xsl

remm        00/09/21 00:17:12

  Modified:    .        STATUS.html build.xml
               src/doc  index.xml library.xml project.xml
               src/doc/style slide.xsl
  Added:       src/doc  changelog.xml clients.xml contrib.xml news.xml
                        status.xml webdav.xml
               src/doc/images jakarta-logo.gif line.gif void.gif
  Removed:     src/doc  features.xml
  Log:
  - First pass at the new Slide website, which will be based on the
    current XML documentation included in the nightly builds.
  
  Revision  Changes    Path
  1.17      +12 -12    jakarta-slide/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/STATUS.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- STATUS.html	2000/09/19 04:21:03	1.16
  +++ STATUS.html	2000/09/21 07:17:04	1.17
  @@ -257,15 +257,6 @@
           </td>
           <td>---</td>
         </tr>
  -      <tr>
  -        <td align="center">Medium</td>
  -        <td>
  -          Develop a full-fledged application using Slide. Good candidates
  -          would be a portal kit, a discussion forum or an iDrive - like
  -          system.
  -        </td>
  -        <td>---</td>
  -      </tr>
       </table>
       
       
  @@ -303,7 +294,7 @@
           <td align="center"></td>
           <td>
             Rewrite of the core and of most of the helpers. Objective : cleaner 
  -          design with more functionality, while keeping the same API mostly
  +          design with more functionality, while keeping the API mostly
             unchanged.
           </td>
           <td><a href="mailto:remm@apache.org">Remy Maucherat</a></td>
  @@ -334,7 +325,7 @@
         <tr>
           <td align="center"></td>
           <td>
  -          Design and implement a bare bone process engine to deal with 
  +          Design and implement a simple process engine to deal with 
             approvals, acknowledgements, ...
           </td>
           <td><a href="mailto:remm@apache.org">Remy Maucherat</a></td>
  @@ -392,12 +383,21 @@
           </td>
           <td>---</td>
         </tr>
  +      <tr>
  +        <td align="center"></td>
  +        <td>
  +          Develop a full-fledged application using Slide. Good candidates
  +          would be a portal kit, a discussion forum or an iDrive - like
  +          system.
  +        </td>
  +        <td>---</td>
  +      </tr>
       </table>
       
       
       <br>
       <div align="center"><hr width="75%"><font size="2">
  -        $Id: STATUS.html,v 1.16 2000/09/19 04:21:03 remm Exp $
  +        $Id: STATUS.html,v 1.17 2000/09/21 07:17:04 remm Exp $
         </font></div>
       
     </body>
  
  
  
  1.43      +0 -1      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- build.xml	2000/09/20 06:06:15	1.42
  +++ build.xml	2000/09/21 07:17:04	1.43
  @@ -133,7 +133,6 @@
        includes="**/*.gif,**/*.png,**/*.css,**/*.sample" />
       <copydir src="src/schema" dest="${slide.build}/doc/schema"
        includes="**/*.xsd,**/*.dtd" />
  -    <copyfile src="STATUS.html" dest="${slide.build}/doc/STATUS.html" />
     </target>
     
     
  
  
  
  1.7       +2 -1      jakarta-slide/src/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/index.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.xml	2000/07/20 00:10:23	1.6
  +++ index.xml	2000/09/21 07:17:07	1.7
  @@ -13,7 +13,8 @@
     
     <section title="Overview">
       <p>
  -      Slide is a low-level <i>content management framework</i>.  Conceptually,
  +      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>, 
  
  
  
  1.3       +34 -28    jakarta-slide/src/doc/library.xml
  
  Index: library.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/library.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- library.xml	2000/05/24 18:42:00	1.2
  +++ library.xml	2000/09/21 07:17:07	1.3
  @@ -1,33 +1,39 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<document>
  -  <meta>
  -    <title>Library</title>
  -    <author email="ghalimi@exoffice.com"/>
  -    <copyright>Copyright (c) 2000 Exoffice Technologies, Inc.</copyright>
  -  </meta>
  +<document url="./library.xml">
  +
     <body>
  -    <library>
  -      <item>
  -        <name>WebDAV Resources</name>
  -        <org:data uri="http://www.webdav.org/"/>
  -        <reference uri="http://www.webdav.org/"/>
  -      </item>
  -      <item>
  -        <name>IETF WebDAV Working Group</name>
  -        <org:data uri="http://www.ietf.org/"/>
  -        <reference uri="http://www.ics.uci.edu/pub/ietf/webdav/"/>
  -      </item>
  -      <item>
  -        <name>IETF Delta-V Working Group</name>
  -        <org:data uri="http://www.ietf.org/"/>
  -        <reference uri="http://www.webdav.org/deltav/"/>
  -      </item>
  -      <item>
  -        <name>DAV Searching &amp; Locating Working Group</name>
  -        <org:data uri="http://www.ietf.org/"/>
  -        <reference uri="http://www.webdav.org/dasl/"/>
  -      </item>
  -    </library>
  +
  +  <title>Library</title>
  +
  +  <section title="IETF RFCs">
  +    
  +    <p>
  +      
  +    </p>
  +    
  +  </section>
  +  
  +  <section title="Internet Drafts">
  +    
  +    <p>
  +      
  +    </p>
  +    
  +  </section>
  +  
  +  <section title="Links">
  +    
  +    <p>
  +      <a href="http://www.webdav.org">WebDAV.org</a><br/>
  +      <a href="http://www.ics.uci.edu/pub/ietf/webdav/">IETF WebDAV Working Group</a><br/>
  +      <a href="http://www.webdav.org/deltav/">IETF Delta-V Working Group</a><br/>
  +      <a href="http://www.webdav.org/dasl/">DAV Searching &amp; Locating Working Group</a><br/>
  +      <a href="http://www.webdav.org/acl/">WebDAV Access Control Protocol sub-group</a><br/>
  +      <a href="http://www.interlog.com/~bcholmes/geek/slide-home.html">The Slide Guide</a>
  +    </p>
  +    
  +  </section>
  +  
     </body>
   </document>
  
  
  
  1.9       +16 -14    jakarta-slide/src/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	2000/07/18 23:40:17	1.8
  +++ project.xml	2000/09/21 07:17:07	1.9
  @@ -4,27 +4,26 @@
   
     <title>Jakarta Slide</title>
   
  -  <links>
  -    <link name="Home" href="index.xml"
  -          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="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="Status" href="STATUS.html"/>
  +    <item name="News" href="news.xml"/>
  +    <item name="Status" href="status.xml"/>
  +    <item name="Changelog" href="changelog.xml"/>
  +    <item name="Contributors" href="contrib.xml"/>
     </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"/>
  +    <item name="Library" href="library.xml"/>
  +  </menu>
     <menu name="User's Guide">
  -    <item name="First Steps" href="conf-lib.xml"/>
  +    <item name="Configuration" href="conf-lib.xml"/>
       <item name="FAQ" href="faq.xml"/>
       <item name="Examples" href="examples.xml"/>
       <item name="Tomcat Howto" href="howto-tomcat.xml"/>
       <item name="Avalon Howto" href="howto-avalon.xml"/>
  -    <item name="The Slide Guide" 
  -     href="http://www.interlog.com/~bcholmes/geek/slide-home.html"/>
     </menu>
     <menu name="Programmer's Corner">
       <item name="Architecture" href="architecture.xml"/>
  @@ -40,10 +39,13 @@
       <item name="Index" href="search.xml"/>
       <item name="Process" href="process.xml"/>
     </menu>
  +  <menu name="WebDAV">
  +    <item name="General Info" href="webdav.xml"/>
  +    <item name="Clients" href="clients.xml"/>
  +  </menu>
     <menu name="API Reference">
       <item name="JavaDoc" href="javadoc/index.html"/>
       <item name="WebDAV Client" href="../../webdavclient/doc/index.html"/>
  -    <item name="WebDAV Specifications" href="http://www.webdav.org/specs/"/>
     </menu>
   
     <notice>
  
  
  
  1.3       +22 -22    jakarta-slide/src/doc/changelog.xml
  
  
  
  
  1.1                  jakarta-slide/src/doc/clients.xml
  
  Index: clients.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <document url="./clients.xml">
  
    <body>
      
    <title>WebDAV clients</title>
    
    <section title="Slide Client">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="Microsoft clients">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="DAV Explorer">
      
      <p>
        
      </p>
      
    </section>
    
  </body>
  </document>
  
  
  
  1.1                  jakarta-slide/src/doc/contrib.xml
  
  Index: contrib.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <document url="./contrib.xml">
  
    <body>
      
    <title>Contributors</title>
    
    <section title="Commiters">
      
      <p>
        <a href="mailto:remm@apache.org"><b>Remy Maucherat</b></a>
        <br/>
        Original developer of Slide, current project maintainer.
      </p>
      
      <p>
        <a href="mailto:bcholmes@apache.org"><b>B.C. Holmes</b></a>
        <br/>
        Client library, documentation.
      </p>
      
    </section>
    
    <section title="Contributors">
      
      <p>
        <a href="mailto:Craig.McClanahan@eng.sun.com"><b>Craig McClanahan</b></a>
        <br/>
        CVS, mailing lists, nightly builds setup, as well as countless other 
        things.
      </p>
      
    </section>
    
    <section title="Sponsors">
      
      <p>
        <a href="http://www.intalio.com">Intalio Inc.</a> donated on May 2000 an 
        early version of the Exolab.org OpenDAV project to Jakarta, which 
        renamed it Slide.
      </p>
      
    </section>
    
  </body>
  </document>
  
  
  
  1.3       +26 -18    jakarta-slide/src/doc/news.xml
  
  
  
  
  1.4       +388 -63   jakarta-slide/src/doc/status.xml
  
  
  
  
  1.1                  jakarta-slide/src/doc/webdav.xml
  
  Index: webdav.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <document url="./webdav.xml">
  
    <body>
      
    <title>About WebDAV</title>
    
    <section title="Introduction">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="WebDAV level 2">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="Delta V">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="DASL">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="DAV ACL">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="Other Extensions">
      
      <p>
        
      </p>
      
    </section>
    
    <section title="Links">
      
      <p>
        
      </p>
      
    </section>
    
  </body>
  </document>
  
  
  
  1.1                  jakarta-slide/src/doc/images/jakarta-logo.gif
  
  	<<Binary file>>
  
  
  1.1                  jakarta-slide/src/doc/images/line.gif
  
  	<<Binary file>>
  
  
  1.1                  jakarta-slide/src/doc/images/void.gif
  
  	<<Binary file>>
  
  
  1.5       +5 -2      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- slide.xsl	2000/07/07 22:47:56	1.4
  +++ slide.xsl	2000/09/21 07:17:11	1.5
  @@ -59,7 +59,7 @@
         </xsl:choose>
       </head>
   
  -    <body bgcolor="{$color-alpha}" link="{$color-link}" vlink="{$color-link}" alink="{$color-link}" leftmargin="0" topmargin="0">
  +    <body bgcolor="{$color-alpha}" link="{$color-link}" vlink="{$color-link}" alink="{$color-link}" leftmargin="4" marginheight="4" marginwidth="4" topmargin="4">
         <table border="0" cellpadding="0" cellspacing="0" width="100%">
   
           <tr>
  @@ -70,11 +70,14 @@
                   </tr>
                   <tr>
                     <td bgcolor="{$color-alpha}" width="*" align="left" valign="top">
  +                    <a href="http://jakarta.apache.org"><img src="images/jakarta-logo.gif" border="0" vspace="0" hspace="0"/></a>
  +                  </td>
  +                  <td bgcolor="{$color-alpha}" width="*" align="right" valign="top">
                       <xsl:value-of select="$nbsp"/><xsl:value-of select="$nbsp"/>
                       <a href="{$project/@href}"><img src="{$project/@image}" border="0" vspace="8" hspace="16"/></a>
                     </td>
                   </tr>
  -
  +                <TR><TD><IMG border="0" height="5" hspace="0" src="images/void.gif" vspace="0" width="5"/></TD></TR><TR><TD background="images/line.gif" colspan="2" height="2" width="100%"><IMG alt="" border="0" height="2" hspace="0" src="images/line.gif" vspace="0" width="1"/></TD></TR>
               </table>
   
             </td>