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/12/05 06:21:50 UTC

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

remm        00/12/04 21:21:50

  Modified:    src/doc  conf-lib.xml faq.xml
  Log:
  - Update doc about the config file format changes.
  
  Revision  Changes    Path
  1.12      +11 -47    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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- conf-lib.xml	2000/10/09 04:58:30	1.11
  +++ conf-lib.xml	2000/12/05 05:21:49	1.12
  @@ -166,15 +166,15 @@
                 </p>
               </li>
               
  -            <li><b>slide/namespace/definition/descriptorsstore</b>
  +            <li><b>slide/namespace/definition/store</b>
                 <p>
  -                Declaration of a descriptors store service which will be used
  +                Declaration of a store service which will be used
                   by the namespace. The association of the service to a specific
                   path in the namespace is done by using the 
                   slide/namespace/definition/scope element (see below).<br/>
                   This element can have child stores elements.<br/>
                   If no classname is specified, the 
  -                org.apache.slide.store.StandardDescriptorsStore will be used.
  +                org.apache.slide.store.StandardStore will be used.
                 </p>
                 <p>
                   Attributes list :
  @@ -189,7 +189,7 @@
                 </p>
               </li>
               
  -            <li><b>slide/namespace/definition/descriptorsstore/parameter</b>
  +            <li><b>slide/namespace/definition/store/parameter</b>
                 <p>
                   Specifies an additional parameter.
                 </p>
  @@ -203,7 +203,7 @@
                 </p>
               </li>
               
  -            <li><b>slide/namespace/definition/descriptorsstore/[childstore]</b>
  +            <li><b>slide/namespace/definition/store/[childstore]</b>
                 <p>
                   Declaration of a substore which will handle storage of a type
                   of objects.<br/>
  @@ -217,9 +217,10 @@
                     <li>lockstore</li>
                     <li>revisiondescriptorsstore</li>
                     <li>revisiondescriptorstore</li>
  +                  <li>contentstore</li>
                   </ul>
                   The referenced child store must be a properly defined child 
  -                store defined in the same descriptorsstore. That is, it must
  +                store defined in the same store. That is, it must
                   have a classname attribute, and must not be a reference to 
                   another child store. Additionally, the child store must 
                   implement storage for both types.
  @@ -234,7 +235,7 @@
                 </p>
               </li>
               
  -            <li><b>slide/namespace/definition/descriptorsstore/[childstore]/reference</b>
  +            <li><b>slide/namespace/definition/store/[childstore]/reference</b>
                 <p>
                   Reference to a child store which has already been defined for 
                   thsi descriptors store.
  @@ -249,7 +250,7 @@
                 </p>
               </li>
               
  -            <li><b>slide/namespace/definition/descriptorsstore/[childstore]/parameter</b>
  +            <li><b>slide/namespace/definition/store/[childstore]/parameter</b>
                 <p>
                   Specifies an additional parameter.
                 </p>
  @@ -263,40 +264,6 @@
                 </p>
               </li>
               
  -            <li><b>slide/namespace/definition/contentstore</b>
  -              <p>
  -                Declaration of a content store service which will be used
  -                by the namespace. The association of the service to a specific
  -                path in the namespace is done by using the 
  -                slide/namespace/definition/scope element (see below).
  -              </p>
  -              <p>
  -                Attributes list :
  -                <attribute-list>
  -                  <attribute name="name" 
  -                   description="Name under which the service is mapped" 
  -                   required="true"/>
  -                  <attribute name="classname" 
  -                   description="Service class name" 
  -                   required="true"/>
  -                </attribute-list>
  -              </p>
  -            </li>
  -            
  -            <li><b>slide/namespace/definition/contentstore/parameter</b>
  -              <p>
  -                Specifies an additional parameter.
  -              </p>
  -              <p>
  -                Attributes list :
  -                <attribute-list>
  -                  <attribute name="name" 
  -                   description="Name of the parameter" 
  -                   required="true"/>
  -                </attribute-list>
  -              </p>
  -            </li>
  -            
               <li><b>slide/namespace/definition/scope</b>
                 <p>
                   Associates a service to a specified scope in the namespace.
  @@ -307,11 +274,8 @@
                     <attribute name="match" 
                      description="Uri filter" 
                      required="true"/>
  -                  <attribute name="descriptorsstore" 
  -                   description="Name of the descriptors store associated with the scope" 
  -                   required="true"/>
  -                  <attribute name="contentstore" 
  -                   description="Name of the content store associated with the scope" 
  +                  <attribute name="store" 
  +                   description="Name of the store associated with the scope" 
                      required="true"/>
                   </attribute-list>
                 </p>
  
  
  
  1.6       +8 -10     jakarta-slide/src/doc/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/faq.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- faq.xml	2000/07/20 00:10:22	1.5
  +++ faq.xml	2000/12/05 05:21:49	1.6
  @@ -16,16 +16,14 @@
       
       <p>
         Slide has compile time dependancies with :
  -    <ul>
  -      <li>Jakarta Ant</li>
  -      <li><a href="http://java.sun.com/xml/">JAXP</a></li>
  -      <li>Sun Servlet 2.2 API</li>
  -      <li><a href="http://java.apache.org/framework/index.html">Apache Avalon</a> for "avalon-dist" target</li>
  -      <li><a href="http://jakarta.apache.org">Tomcat Catalina</a> for "catalina-dist" target</li>
  -        </ul>
  -      </p>
  -
  -    </section>
  +      <ul>
  +        <li>Jakarta Ant</li>
  +        <li><a href="http://java.sun.com/xml/">JAXP</a></li>
  +        <li>Sun Servlet 2.2 API</li>
  +      </ul>
  +    </p>
  +    
  +  </section>
   
     <section title="It doesn't run !">