cziegeler 01/10/25 07:58:43 Modified: documentation/xdocs book.xml index.xml overview.xml documentation/xdocs/userdocs book.xml documentation/xdocs/userdocs/generators generators.xml documentation/xdocs/userdocs/serializers serializers.xml documentation/xdocs/userdocs/transformers transformers.xml Added: documentation/xdocs/developing avalon.xml book.xml datasources.xml extending.xml httprequest.xml index.xml parent-component-manager.xml documentation/xdocs/installing book.xml index.xml jars.xml documentation/xdocs/userdocs/concepts actions.txt actions.xml book.xml caching.xml catalog.xml index.xml matchers_selectors.xml mrustore.xml sitemap.xml storejanitor.xml views.xml documentation/xdocs/userdocs/xsp book.xml esql.xml index.xml logicsheet-concepts.xml logicsheet-forms.xml logicsheet.xml request.xml session.xml sessions.xml xsp-internals.xml xsp.xml Removed: documentation/xdocs IMPORTANT actions.txt actions.xml avalon.xml caching.xml catalog.xml datasources.xml esql.xml extending.xml httprequest.xml installing.xml jars.xml logicsheet-concepts.xml logicsheet-forms.xml logicsheet.xml matchers_selectors.xml mrustore.xml parent-component-manager.xml request.xml session.xml sessions.xml sitemap.xml storejanitor.xml uc2.xml views.xml xsp-internals.xml xsp.xml Log: Structured documentation Revision Changes Path 1.9 +2 -32 xml-cocoon2/documentation/xdocs/book.xml Index: book.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/book.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- book.xml 2001/10/25 07:49:12 1.8 +++ book.xml 2001/10/25 14:58:41 1.9 @@ -10,43 +10,13 @@ <menu-item label="License" href="license.html"/> </menu> - <menu label="Install"> - <external label="Download" href="http://xml.apache.org/cocoon2/dist"/> - <menu-item label="Install" href="installing.html"/> - <menu-item label="Jars" href="jars.html"/> - </menu> - <menu label="Cocoon"> + <menu-item label="Installing" href="installing/index.html"/> <menu-item label="Overview" href="overview.html"/> - <menu-item label="Concepts" href="uc2.html"/> <menu-item label="Tutorial" href="tutorial.html"/> <menu-item label="cTwIG" href="ctwig/index.html"/> - <menu-item label="Sitemap" href="sitemap.html"/> - <menu-item label="Views" href="views.html"/> - <menu-item label="Actions" href="actions.html"/> - <menu-item label="Matchers and Selectors" href="matchers_selectors.html"/> <menu-item label="User Documentation" href="userdocs/index.html"/> - <menu-item label="Flow" href="httprequest.html"/> - <menu-item label="Caching" href="caching.html"/> - <menu-item label="MRUMemoryStore" href="mrustore.html"/> - <menu-item label="StoreJanitor" href="storejanitor.html"/> - <menu-item label="Sessions" href="sessions.html"/> - <menu-item label="Entity Catalogs" href="catalog.html"/> - <menu-item label="Using Databases" href="datasources.html"/> - <menu-item label="Extending C2" href="extending.html"/> - <menu-item label="Avalon" href="avalon.html"/> - <menu-item label="Parent CM" href="parent-component-manager.html"/> - </menu> - - <menu label="Developer Documentation"> - <menu-item label="XSP" href="xsp.html"/> - <menu-item label="XSP Internals" href="xsp-internals.html"/> - <menu-item label="XSP Logicsheets" href="logicsheet-concepts.html"/> - <menu-item label="XSP Guide" href="logicsheet.html"/> - <menu-item label="Session Logicsheet" href="session.html"/> - <menu-item label="Request Logicsheet" href="request.html"/> - <menu-item label="ESQL Logicsheet" href="esql.html"/> - <menu-item label="Forms" href="logicsheet-forms.html"/> + <menu-item label="Developer Documentation" href="developing/index.html"/> </menu> <menu label="Links"> 1.3 +1 -1 xml-cocoon2/documentation/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 2001/10/25 07:49:12 1.2 +++ index.xml 2001/10/25 14:58:41 1.3 @@ -280,7 +280,7 @@ <p>The sitemap physically represents the central repository for web site administration, where the URI space and its handling is maintained.</p> - <p>Please, take a look at the <link href="sitemap.html">sitemap documentation</link> + <p>Please, take a look at the <link href="userdocs/concepts/sitemap.html">sitemap documentation</link> for more information on this.</p> </s1> 1.3 +1 -1 xml-cocoon2/documentation/xdocs/overview.xml Index: overview.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/overview.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- overview.xml 2001/10/25 07:49:12 1.2 +++ overview.xml 2001/10/25 14:58:41 1.3 @@ -40,7 +40,7 @@ <s1 title="Overview of XML document processing"> <p>This section gives a general overview of how an XML document is handled by Cocoon. See also the document - <link href="uc2.html">Understanding Cocoon</link> for explanation of + <link href="userdocs/concepts/index.html">Understanding Cocoon</link> for explanation of the separation of content, style, logic and management functions. </p> 1.2 +131 -0 xml-cocoon2/documentation/xdocs/developing/avalon.xml 1.2 +21 -0 xml-cocoon2/documentation/xdocs/developing/book.xml 1.2 +182 -0 xml-cocoon2/documentation/xdocs/developing/datasources.xml 1.2 +177 -0 xml-cocoon2/documentation/xdocs/developing/extending.xml 1.2 +369 -0 xml-cocoon2/documentation/xdocs/developing/httprequest.xml 1.2 +23 -0 xml-cocoon2/documentation/xdocs/developing/index.xml 1.2 +190 -0 xml-cocoon2/documentation/xdocs/developing/parent-component-manager.xml 1.2 +19 -0 xml-cocoon2/documentation/xdocs/installing/book.xml 1.2 +497 -0 xml-cocoon2/documentation/xdocs/installing/index.xml 1.2 +253 -0 xml-cocoon2/documentation/xdocs/installing/jars.xml 1.5 +5 -1 xml-cocoon2/documentation/xdocs/userdocs/book.xml Index: book.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/userdocs/book.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- book.xml 2001/10/25 07:49:13 1.4 +++ book.xml 2001/10/25 14:58:42 1.5 @@ -8,7 +8,11 @@ <menu-item label="Main" href="../index.html"/> </menu> - <menu label="Sitemap"> + <menu label="User Documentation"> + <menu-item label="Concepts" href="concepts/index.html"/> + </menu> + + <menu label="Sitemap Components"> <menu-item label="Generators" href="generators/generators.html"/> <menu-item label="Transformers" href="transformers/transformers.html"/> <menu-item label="Serializers" href="serializers/serializers.html"/> 1.2 +294 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/actions.txt 1.2 +315 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/actions.xml 1.2 +26 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/book.xml 1.2 +257 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/caching.xml 1.2 +671 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/catalog.xml 1.2 +534 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/index.xml 1.2 +373 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/matchers_selectors.xml 1.2 +97 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/mrustore.xml 1.2 +901 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/sitemap.xml 1.2 +73 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/storejanitor.xml 1.2 +115 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/views.xml 1.5 +1 -1 xml-cocoon2/documentation/xdocs/userdocs/generators/generators.xml Index: generators.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/userdocs/generators/generators.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- generators.xml 2001/10/25 07:49:14 1.4 +++ generators.xml 2001/10/25 14:58:42 1.5 @@ -20,7 +20,7 @@ <p>A generator is the starting point of an xml pipeline. It generates XML content as SAX events and initialize the pipeline processing. For more information on generators - see <link href="../../sitemap.html">the sitemap</link>. + see <link href="../concepts/sitemap.html">the sitemap</link>. </p> </s1> <s1 title="The Generators in Apache Cocoon"> 1.4 +1 -1 xml-cocoon2/documentation/xdocs/userdocs/serializers/serializers.xml Index: serializers.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/userdocs/serializers/serializers.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- serializers.xml 2001/10/25 07:49:14 1.3 +++ serializers.xml 2001/10/25 14:58:42 1.4 @@ -19,7 +19,7 @@ <s1 title="Overview"> <p>A serializer is the end point of an xml pipeline. It transform SAX events in binary or char streams for final client consumption. For more information about transformers - see <link href="../../sitemap.html">the sitemap</link>. + see <link href="../concepts/sitemap.html">the sitemap</link>. </p> </s1> <s1 title="The Serializers in Apache Cocoon"> 1.4 +1 -1 xml-cocoon2/documentation/xdocs/userdocs/transformers/transformers.xml Index: transformers.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/userdocs/transformers/transformers.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- transformers.xml 2001/10/25 07:49:15 1.3 +++ transformers.xml 2001/10/25 14:58:42 1.4 @@ -19,7 +19,7 @@ <s1 title="Overview"> <p>A transformer is the central point in the pipeline. It transform SAX events in SAX events. For more information about transformers - see <link href="../../sitemap.html">the sitemap</link>. + see <link href="../concepts/sitemap.html">the sitemap</link>. </p> </s1> <s1 title="The Transformers in Apache Cocoon"> 1.2 +26 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/book.xml 1.2 +187 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/esql.xml 1.2 +23 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/index.xml 1.2 +941 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/logicsheet-concepts.xml 1.2 +236 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/logicsheet-forms.xml 1.2 +429 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/logicsheet.xml 1.2 +516 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/request.xml 1.2 +355 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/session.xml 1.2 +248 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/sessions.xml 1.2 +1761 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/xsp-internals.xml 1.2 +28 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/xsp.xml
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]