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/07/04 09:15:49 UTC

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

remm        00/07/04 00:15:44

  Modified:    src/doc  index.xml
               src/doc/style default.css slide.xsl
  Added:       src/doc  faq.xml
  Log:
  - Updates to the stylesheets (to look fancier - now uses Tahoma)
  - Rewrote the Index
  - Added a FAQ page
  
  Revision  Changes    Path
  1.4       +25 -11    jakarta-slide/src/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	2000/07/04 00:40:17	1.3
  +++ index.xml	2000/07/04 07:15:16	1.4
  @@ -5,6 +5,14 @@
     
     <header>
       <p>
  +      Welcome to the Jakarta Slide project ! The goal of this project is to 
  +      provide an open-source and standards-based contant management framework.
  +      This documentation intends to be a User's guide to Slide.
  +    </p>
  +  </header>
  +  
  +  <section title="Overview">
  +    <p>
         Slide is 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 
  @@ -32,12 +40,13 @@
         in the Slide distribution as additional tools.
       </p>
       
  -  </header>
  +  </section>
     
  -  <section title="Main Features">
  +  <section title="Main Features (present and future)">
       
  +    
  +    <section title="Slide content management">
       <p>
  -      <b>Slide content management</b>
       <ul>
         <li>Hierarchical object storage</li>
         <li>Data storage abstraction</li>
  @@ -51,27 +60,32 @@
         <li>Integrated process engine</li>
         <li>Manageable (Apache Avalon and JMX support)</li>
       </ul>
  -  </p>
  +    </p>
  +    </section>
       
  +    <section title="WebDAV servlet">
       <p>
  -      <b>WebDAV servlet</b>
       <ul>
  -      <li>Based on Servlet 2.2 API</li>
  -      <li>WebDAV Level 2 compliant</li>
  +      <li>Uses Servlet 2.2 API</li>
  +      <li>WebDAV Level 2</li>
         <li>DAV ACL support</li>
         <li>Delta V support</li>
         <li>DASL support</li>
       </ul>
  -  </p>
  +    </p>
  +    </section>
       
  +    <section title="Other">
       <p>
  -      <b>Other</b>
       <ul>
         <li>DAV client library</li>
  +      <li>Easy integration with Tomcat 4.0</li>
  +      <li>Client JSP Taglib</li>
         <li>Command line administration tool</li>
  -      <li>GUI administration tool</li>
  +      <li>Swing-based administration tool</li>
       </ul>
  -  </p>
  +    </p>
  +    </section>
       
     </section>
     
  
  
  
  1.3       +47 -36    jakarta-slide/src/doc/faq.xml
  
  
  
  
  1.3       +9 -9      jakarta-slide/src/doc/style/default.css
  
  Index: default.css
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/style/default.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- default.css	2000/07/01 03:43:25	1.2
  +++ default.css	2000/07/04 07:15:31	1.3
  @@ -1,14 +1,14 @@
   body {
   	text-align:       justify;
  -	font-family:      "Myriad Web",Arial,Helvetica,sans-serif;
  +	font-family:      Tahoma,"Myriad Web",Arial,Helvetica,sans-serif;
   	font-size:        10;
  -	background-color: #666699;
  +	background-color: #ffffff;
   	color:            #424264;
   	left-margin:      0;
   	top-margin:       0;
   }
   
  -a:link {color:      #000000;}
  +a:link {color:      #666699;}
   a:active {color:    #ffff66;}
   a:visited {color:   #666699;}
   
  @@ -22,19 +22,19 @@
   
   h1 {
   	color:            #666699;
  -	font-size:        12pt;
  +	font-size:        14pt;
   	font-weight:      bold;
   }
   
   h2 {
   	color:            #666699;
  -	font-size:        10pt;
  +	font-size:        13pt;
   	font-weight:      bold;
   }
   
   h3 {
   	color:            #666699;
  -	font-size:        8pt;
  +	font-size:        12pt;
   	font-weight:      bold;
   }
   
  @@ -45,16 +45,16 @@
   
   
   span.alpha a:link {
  -	color:            #bfbffe;
  +	color:            #666699;
           text-decoration:  none
   }
   
   span.alpha a:visited {
  -	color:            #bfbffe;
  +	color:            #666699;
   }
   
   span.alpha a:active {
  -	color:            #bfbffe;
  +	color:            #666699;
   }
   
   span.alpha h1 {
  
  
  
  1.3       +2 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- slide.xsl	2000/07/01 03:43:25	1.2
  +++ slide.xsl	2000/07/04 07:15:32	1.3
  @@ -89,7 +89,7 @@
                 <xsl:for-each select="$project/menu">
                   <tr>
                     <td align="left" colspan="2">
  -                    <font color="{$color-link}"><small><xsl:value-of select="@name"/></small></font>
  +                    <font color="{$color-link}"><small><b><xsl:value-of select="@name"/></b></small></font>
                     </td>
                   </tr>
                   <xsl:for-each select="item">
  @@ -172,7 +172,7 @@
               <td bgcolor="{$color-alpha}" width="11">&#xA0;</td>
               <td bgcolor="{$color-alpha}">
                 <xsl:for-each select="$project/notice">
  -                <small><xsl:copy-of select="."/><br/>&#xA0;<br/></small>
  +                <small><hr/><xsl:copy-of select="."/><br/>&#xA0;<br/></small>
                 </xsl:for-each>
               </td>
             </tr>