You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/10/12 15:43:12 UTC

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/user/introduction book.xml preface.xml

cziegeler    2003/10/12 06:43:12

  Modified:    src/documentation/xdocs/userdocs/concepts databases.xml
                        book.xml
               src/documentation/xdocs/userdocs index.xml
  Added:       src/documentation/xdocs/userdocs/concepts persistence.xml
                        matchers_selectors.xml errorhandling.xml
                        sitemap-examples.xml mrustore.xml caching.xml
                        redirection.xml storejanitor.xml sitemap.xml
                        profiler.xml
  Removed:     src/documentation/xdocs/userdocs/config storejanitor.xml
                        preface.xml persistence.xml profiler.xml book.xml
                        caching.xml mrustore.xml
               src/documentation/xdocs/userdocs/user/advanced
                        errorhandling.xml book.xml preface.xml
                        matchers_selectors.xml actions.xml redirection.xml
               src/documentation/xdocs/userdocs/user/sitemap sitemap.xml
                        sitemap-examples.xml book.xml preface.xml
               src/documentation/xdocs/userdocs/user book.xml preface.xml
               src/documentation/xdocs/userdocs/user/introduction book.xml
                        preface.xml
  Log:
  Continue rearranging docs to the old places :(
  This will take some time - so please be patient...
  
  Revision  Changes    Path
  1.6       +6 -6      cocoon-2.1/src/documentation/xdocs/userdocs/concepts/databases.xml
  
  Index: databases.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/concepts/databases.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- databases.xml	3 Sep 2003 07:19:08 -0000	1.5
  +++ databases.xml	12 Oct 2003 13:43:11 -0000	1.6
  @@ -24,13 +24,13 @@
   	  <p>
   		This document will not explain how to set up database
   		connectivity with Apache Cocoon. For this, see <link
  -		  href="../developer/datasources.html">here.</link>
  +		  href="../../developing/datasources.html">here.</link>
   	  </p>
   	  <p>
   		Basically, there are three different approaches available:
   		<link href="actions.html">Actions,</link> <link
  -		  href="../advanced/xsp/logicsheet-concepts.html">logicsheets,</link>
  -		and <link href="../user/sitemap/preface.html">transformers.</link> Each approach has
  +		  href="../xsp/logicsheet-concepts.html">logicsheets,</link>
  +		and <link href="sitemap.html">transformers.</link> Each approach has
   		its pros and cons. 
   	  </p>
   	</s1>
  @@ -66,7 +66,7 @@
   	  </p>
   	  <p>
   		For more detailed information, read:  <link
  -		  href="../components/actions/database-actions.html">Database Actions</link>.
  +		  href="../actions/database-actions.html">Database Actions</link>.
   	  </p>
   	</s1>
   
  @@ -98,7 +98,7 @@
   	  </p>
   	  <p>
   		For more detailed information, read:  <link
  -		  href="../advanced/xsp/esql.html">ESQL Taglib</link>.
  +		  href="../xsp/esql.html">ESQL Taglib</link>.
   	  </p>
   	</s1>
   
  @@ -121,7 +121,7 @@
   	  </p>
   	  <p>
   		For more detailed information, read: <link
  -		  href="../components/transformers/sql-transformer.html">SQL Transformer</link>.
  +		  href="../transformers/sql-transformer.html">SQL Transformer</link>.
   	  </p>
   	</s1>
   
  
  
  
  1.10      +22 -12    cocoon-2.1/src/documentation/xdocs/userdocs/concepts/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/concepts/book.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- book.xml	3 Sep 2003 08:30:40 -0000	1.9
  +++ book.xml	12 Oct 2003 13:43:11 -0000	1.10
  @@ -5,20 +5,30 @@
         title="Apache Cocoon User Documentation - Concepts" 
         copyright="@year@ The Apache Software Foundation">
   
  -  <menu label="User Guide">
  -    <menu-item label="Intro" href="../intro.html"/>
  +  <menu label="Navigation">
  +    <menu-item label="Main" href="../../index.html"/>
  +    <menu-item label="User Documentation" href="../index.html"/>
     </menu>
   
  -  <menu label="C. Concepts">
  -    <menu-item label="C.1 Overview" href="index.html"/>
  -    <menu-item label="C.2 Views" href="views.html"/>
  -    <menu-item label="C.3 Actions" href="actions.html"/>
  -    <menu-item label="C.4 Entity Catalogs" href="catalog.html"/>
  -    <menu-item label="C.5 XMLSearching" href="xmlsearching.html"/>
  -    <menu-item label="C.6 XMLForm" href="xmlform.html"/>
  -    <menu-item label="C.7 XML Validation" href="validation.html"/>
  -    <menu-item label="C.8 Databases" href="databases.html"/>
  -    <menu-item label="C.9 Modules" href="modules.html"/>
  +  <menu label="Concepts">
  +    <menu-item label="Overview" href="index.html"/>
  +    <menu-item label="Sitemap" href="sitemap.html"/>
  +    <menu-item label="Views" href="views.html"/>
  +    <menu-item label="Caching" href="caching.html"/>
  +    <menu-item label="Actions" href="actions.html"/>
  +    <menu-item label="Matchers and Selectors" href="matchers_selectors.html"/>
  +    <menu-item label="Entity Catalogs" href="catalog.html"/>
  +    <menu-item label="MRUMemoryStore" href="mrustore.html"/>
  +    <menu-item label="Persistence" href="persistence.html"/>
  +    <menu-item label="StoreJanitor" href="storejanitor.html"/>
  +    <menu-item label="XMLSearching" href="xmlsearching.html"/>
  +    <menu-item label="XMLForm" href="xmlform.html"/>
  +    <menu-item label="XML Validation" href="validation.html"/>
  +    <menu-item label="Databases" href="databases.html"/>
  +    <menu-item label="Modules" href="modules.html"/>
  +    <menu-item label="Redirection" href="redirection.html"/>
  +    <menu-item label="Profiler" href="profiler.html"/>
  +    <menu-item label="Error Handling" href="errorhandling.html"/>
     </menu>
   
   </book>
  
  
  
  1.4       +1 -2      cocoon-2.1/src/documentation/xdocs/userdocs/concepts/persistence.xml
  
  
  
  
  1.3       +0 -0      cocoon-2.1/src/documentation/xdocs/userdocs/concepts/matchers_selectors.xml
  
  
  
  
  1.3       +0 -0      cocoon-2.1/src/documentation/xdocs/userdocs/concepts/errorhandling.xml
  
  
  
  
  1.3       +0 -0      cocoon-2.1/src/documentation/xdocs/userdocs/concepts/sitemap-examples.xml
  
  
  
  
  1.3       +1 -2      cocoon-2.1/src/documentation/xdocs/userdocs/concepts/mrustore.xml
  
  
  
  
  1.7       +0 -0      cocoon-2.1/src/documentation/xdocs/userdocs/concepts/caching.xml
  
  
  
  
  1.4       +0 -0      cocoon-2.1/src/documentation/xdocs/userdocs/concepts/redirection.xml
  
  
  
  
  1.3       +2 -6      cocoon-2.1/src/documentation/xdocs/userdocs/concepts/storejanitor.xml
  
  
  
  
  1.4       +1 -0      cocoon-2.1/src/documentation/xdocs/userdocs/concepts/sitemap.xml
  
  
  
  
  1.3       +0 -0      cocoon-2.1/src/documentation/xdocs/userdocs/concepts/profiler.xml
  
  
  
  
  1.8       +34 -0     cocoon-2.1/src/documentation/xdocs/userdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/index.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.xml	12 Oct 2003 13:16:32 -0000	1.7
  +++ index.xml	12 Oct 2003 13:43:12 -0000	1.8
  @@ -37,6 +37,40 @@
     </p>
   
    </s1>
  +    <s1 title="What do you need to know before taking-off with Cocoon?">
  +      <p>Well, the question above is not that easy to answer. It depends on what you
  +         want to do with Cocoon. If you are a usual user, then you can use Cocoon
  +         without ever coding Java or knowing how exactly servlet containers work.
  +         If you become an experienced user of Cocoon you might want to tweak
  +         and tune your application. Therefore it is helpful to know Java and
  +         some basics of servlet containers.
  +      </p>
  +      <p>  
  +         However, if you want to develop with Cocoon (building own components
  +         to extend Cocoon for example), then you need to program Java. So, we
  +         split up this description into two sections: one for users and one for
  +         developers.
  +      </p>
  +    </s1>
  +    <s1 title="The usual Cocoon User profile">
  +      <p>Before getting started, you should understand some basics for building
  +         web applications. This knowledge is not specific to Cocoon; it is useful
  +         for using any web framework.
  +      </p>
  +    <ul>
  +      <li>HTTP and the Request/Response cycle</li>
  +      <li>Extensible Markup Language (XML)</li>
  +      <li>Extensible Stylesheet Language (XSL)</li>
  +      <li>HTML</li>
  +    </ul>
  +    <p>As Cocoon enforces the separation of concerns you usually don't have
  +      to care about all these technologies at once. If you are the web
  +      application developer, you worry more about the request/response
  +      cycle and XML. A designer for instance has to have more knowledge
  +      about XML, XSL and HTML. But as always, it's good if you know
  +      at least something about the other aspects as well, even if you
  +      don't need them right now.</p>
  +    </s1>
   
    </body>
   </document>