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...@apache.org on 2001/02/16 09:26:10 UTC

cvs commit: jakarta-slide/src/doc conf-lib.xml installation.xml news.xml

remm        01/02/16 00:26:09

  Modified:    src/doc  conf-lib.xml installation.xml news.xml
  Log:
  - Minor docs updates.
  - Document parameters of the WebDAV servlet (in the configuration page).
  
  Revision  Changes    Path
  1.16      +15 -0     jakarta-slide/src/doc/conf-lib.xml
  
  Index: conf-lib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/conf-lib.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- conf-lib.xml	2001/02/10 19:21:00	1.15
  +++ conf-lib.xml	2001/02/16 08:26:09	1.16
  @@ -104,6 +104,21 @@
             as defined in the Servlet 2.2 specification.
           </p>
           
  +        <p>
  +          Parameters can be specified to configure the servlet. They
  +          are defined in the web application descriptor of the web application.
  +          See the Servlet API documentation for more details about web 
  +          applications and the web.xml file. The parameters are :
  +          <ul>
  +            <li>namespace: Specify the name of the namespace which will be
  +              accessed in the Slide domain. Defaults to "webdav".</li>
  +            <li>domain: Path in the web application where the domain 
  +              configuration file is. Defaults to "/Domain.xml".</li>
  +            <li>manager: Path of the manager servlet in the web application.
  +              Defaults to "/manager/".</li>
  +          </ul>
  +        </p>
  +        
         </section>
   
         <section title="The Domain configuration file">
  
  
  
  1.9       +1 -1      jakarta-slide/src/doc/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/installation.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- installation.xml	2001/02/11 21:10:34	1.8
  +++ installation.xml	2001/02/16 08:26:09	1.9
  @@ -22,7 +22,7 @@
           <li>Sun JAXP 1.0 or later (JAXP 1.1ea2 recommended)</li>
           <li>DOM level 2 API (org.w3c.dom package)</li>
           <li>SAX 2 API (org.xml.* packages)</li>
  -        <li>Sun Servlet API 2.2or later</li>
  +        <li>Sun Servlet API 2.2 or later</li>
           <li>Sun Java Transaction API 1.0</li>
           <li>JDK 1.1 or later</li>
         </ul>
  
  
  
  1.13      +10 -0     jakarta-slide/src/doc/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/news.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- news.xml	2001/02/09 07:52:06	1.12
  +++ news.xml	2001/02/16 08:26:09	1.13
  @@ -6,6 +6,16 @@
       
     <title>News</title>
     
  +    <section title="02/16/2001 - JavaDoc available online">
  +
  +      <p>
  +        The JavaDoc of both the WebDAV/HTTP client API and of the Slide API is
  +        now available for online browsing. Coming soon : online UML class
  +        diagrams.
  +      </p>
  +
  +    </section>
  +
       <section title="02/11/2001 - Slide 1.0M7 released !">
   
         <p>