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/19 01:40:18 UTC

cvs commit: jakarta-slide/src/doc howto-avalon.xml howto-tomcat.xml macro.xml process.xml structure.xml domain.xml examples.xml lock.xml namespace.xml project.xml search.xml security.xml version.xml

remm        00/07/18 16:40:18

  Modified:    src/doc  domain.xml examples.xml lock.xml namespace.xml
                        project.xml search.xml security.xml version.xml
  Added:       src/doc  howto-avalon.xml howto-tomcat.xml macro.xml
                        process.xml structure.xml
  Log:
  - Expanded the documentation again. Many parts of it are still out
    of date.
  
  Revision  Changes    Path
  1.3       +4 -6      jakarta-slide/src/doc/domain.xml
  
  Index: domain.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/domain.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- domain.xml	2000/05/24 18:41:54	1.2
  +++ domain.xml	2000/07/18 23:40:17	1.3
  @@ -1,12 +1,10 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<document>
  -  <meta>
  -    <title>Domain</title>
  -    <author email="boisvert@exoffice.com"/>
  -    <copyright>Copyright (c) 2000 Exolab, Inc.</copyright>
  -  </meta>
  +<document url="./domain.xml">
  +
     <body>
  +
  +    <title>The Slide Domain</title>
   
       <section title="Overview">
   
  
  
  
  1.5       +27 -22    jakarta-slide/src/doc/examples.xml
  
  Index: examples.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/examples.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- examples.xml	2000/07/07 22:47:50	1.4
  +++ examples.xml	2000/07/18 23:40:17	1.5
  @@ -1,32 +1,37 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
   <document url="./examples.xml">
  -
  +  
     <body>
  -    <title>Slide examples</title>
  -
  -    <section title="Running The Examples">
  -
  -      <p>The script files <tt>example.sh</tt> and <tt>example.bat</tt> can
  -         be used to run the provided examples. The first argument is the example package name. For example, to build and run the xml import/export example:
  -<pre>
  +  <title>Slide examples</title>
  +  
  +  <section title="Running The Examples">
  +    
  +    <p>The script files <tt>example.sh</tt> and <tt>example.bat</tt> can
  +      be used to run the provided examples. The first argument is the example 
  +      package name. For example, to build and run the xml import/export 
  +      example :
  +    <pre>
     build.sh examples
     example.sh xml
  -</pre>
  -      </p>
  -
  -    </section>
  -
  -<section title="Examples list">
  -
  -    <section title="XML">
  +    </pre>
  +  </p>
       
  -      <p>The XML example simply imports an XML document into OpenDAV and tries to do various operations on it, including security checks, and different locking and versioning actions.
  +  </section>
  +  
  +  <section title="Examples list">
  +    
  +    <section title="XML">
  +      
  +      <p>
  +        The XML example simply imports an XML document into Slide and 
  +        tries to do various operations on it, including security checks, and 
  +        different locking and versioning actions.
         </p>
  -
  +      
       </section>
  -
  -</section>
  -
  -  </body>
  +    
  +  </section>
  +  
  +</body>
   </document>
  
  
  
  1.3       +4 -6      jakarta-slide/src/doc/lock.xml
  
  Index: lock.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/lock.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- lock.xml	2000/05/24 18:42:03	1.2
  +++ lock.xml	2000/07/18 23:40:17	1.3
  @@ -1,12 +1,10 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<document>
  -  <meta>
  -    <title>Locking</title>
  -    <author email="boisvert@exoffice.com"/>
  -    <copyright>Copyright (c) 2000 Exolab, Inc.</copyright>
  -  </meta>
  +<document url="./lock.xml">
  +
     <body>
  +
  +    <title>Lock Helper</title>
   
       <section title="Overview">
   
  
  
  
  1.3       +4 -6      jakarta-slide/src/doc/namespace.xml
  
  Index: namespace.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/namespace.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- namespace.xml	2000/05/24 18:42:03	1.2
  +++ namespace.xml	2000/07/18 23:40:17	1.3
  @@ -1,12 +1,10 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<document>
  -  <meta>
  -    <title>Namespace</title>
  -    <author email="boisvert@exoffice.com"/>
  -    <copyright>Copyright (c) 2000 Exolab, Inc.</copyright>
  -  </meta>
  +<document url="./namespace.xml">
  +
     <body>
  +
  +    <title>Slide Namespaces</title>
   
       <section title="Overview">
   
  
  
  
  1.8       +16 -7     jakarta-slide/src/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	2000/07/07 22:47:50	1.7
  +++ project.xml	2000/07/18 23:40:17	1.8
  @@ -2,7 +2,7 @@
   <project name="Slide" repository="slide"
            href="http://jakarta.apache.org/slide/" image="images/Slide.gif">
   
  -  <title>The Slide Project</title>
  +  <title>Jakarta Slide</title>
   
     <links>
       <link name="Home" href="index.xml"
  @@ -21,20 +21,29 @@
       <item name="First Steps" href="conf-lib.xml"/>
       <item name="FAQ" href="faq.xml"/>
       <item name="Examples" href="examples.xml"/>
  -    <item name="Tomcat Howto" href="howto.xml#Tomcat"/>
  -    <item name="Avalon Howto" href="howto.xml#Avalon"/>
  +    <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="JavaDoc" href="javadoc/index.html"/>
       <item name="Architecture" href="architecture.xml"/>
       <item name="Domain" href="domain.xml"/>
       <item name="Namespace" href="namespace.xml"/>
  +  </menu>
  +  <menu name="Slide API">
  +    <item name="Structure" href="structure.xml"/>
       <item name="Security" href="security.xml"/>
  -    <item name="Versioning" href="version.xml"/>
  -    <item name="Locking" href="lock.xml"/>
  -    <item name="Searching and Indexing" href="search.xml"/>
  +    <item name="Lock" href="lock.xml"/>
  +    <item name="Content" href="version.xml"/>
  +    <item name="Macro" href="macro.xml"/>
  +    <item name="Index" href="search.xml"/>
  +    <item name="Process" href="process.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       +4 -7      jakarta-slide/src/doc/search.xml
  
  Index: search.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/search.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- search.xml	2000/05/24 18:42:08	1.2
  +++ search.xml	2000/07/18 23:40:17	1.3
  @@ -1,14 +1,11 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<document>
  -  <meta>
  -    <title>Searching and Indexing</title>
  -    <author email="boisvert@exoffice.com"/>
  -    <copyright>Copyright (c) 2000 Exolab, Inc.</copyright>
  -  </meta>
  -  <body>
  +<document url="./search.xml">
   
  +  <body>
   
  +    <title>Index Helper</title>
  +   
       <section title="Overview">
   
       <p>There is no standardized searching/indexing interface in Slide yet.
  
  
  
  1.3       +4 -6      jakarta-slide/src/doc/security.xml
  
  Index: security.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/security.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- security.xml	2000/05/24 18:42:09	1.2
  +++ security.xml	2000/07/18 23:40:17	1.3
  @@ -1,12 +1,10 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<document>
  -  <meta>
  -    <title>Security</title>
  -    <author email="boisvert@exoffice.com"/>
  -    <copyright>Copyright (c) 2000 Exolab, Inc.</copyright>
  -  </meta>
  +<document url="./security.xml">
  +
     <body>
  +
  +    <title>Security Helper</title>
   
       <section title="Overview">
   
  
  
  
  1.3       +3 -6      jakarta-slide/src/doc/version.xml
  
  Index: version.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/version.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- version.xml	2000/05/24 18:42:21	1.2
  +++ version.xml	2000/07/18 23:40:17	1.3
  @@ -1,13 +1,10 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<document>
  -  <meta>
  -    <title>Versioning</title>
  -    <author email="maucherat@exoffice.com"/>
  -    <copyright>Copyright (c) 2000 Exolab, Inc.</copyright>
  -  </meta>
  +<document url="./version.xml">
  +
     <body>
   
  +    <title>Content Helper</title>
   
       <section title="Overview">
   
  
  
  
  1.1                  jakarta-slide/src/doc/howto-avalon.xml
  
  Index: howto-avalon.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <document url="./howto-avalon.xml">
  
    <body>
  
      <title>Avalon Howto</title>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-slide/src/doc/howto-tomcat.xml
  
  Index: howto-tomcat.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <document url="./howto-tomcat.xml">
  
    <body>
      <title>Tomcat Howto</title>
  
      <section title="Tomcat 3.1">
  
        <p>
        </p>
        
      </section>
  
      <section title="Tomcat Catalina">
      
        <p>
        </p>
        
      </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-slide/src/doc/macro.xml
  
  Index: macro.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <document url="./macro.xml">
  
    <body>
  
      <title>Macro Helper</title>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-slide/src/doc/process.xml
  
  Index: process.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <document url="./process.xml">
  
    <body>
  
      <title>Process Helper</title>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-slide/src/doc/structure.xml
  
  Index: structure.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <document url="./structure.xml">
  
    <body>
  
      <title>Structure Helper</title>
  
    </body>
  </document>