cziegeler 01/10/25 07:49:04 Modified: documentation/xdocs Tag: cocoon_20_branch book.xml index.xml overview.xml documentation/xdocs/userdocs Tag: cocoon_20_branch book.xml documentation/xdocs/userdocs/generators Tag: cocoon_20_branch generators.xml documentation/xdocs/userdocs/serializers Tag: cocoon_20_branch serializers.xml documentation/xdocs/userdocs/transformers Tag: cocoon_20_branch transformers.xml Added: documentation/xdocs/developing Tag: cocoon_20_branch avalon.xml book.xml datasources.xml extending.xml httprequest.xml index.xml parent-component-manager.xml documentation/xdocs/installing Tag: cocoon_20_branch book.xml index.xml jars.xml documentation/xdocs/userdocs/concepts Tag: cocoon_20_branch 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 Tag: cocoon_20_branch 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 Tag: cocoon_20_branch actions.txt actions.xml avalon.xml caching.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: Stuctured documentation Revision Changes Path No revision No revision 1.5.2.4 +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.5.2.3 retrieving revision 1.5.2.4 diff -u -r1.5.2.3 -r1.5.2.4 --- book.xml 2001/10/25 07:43:49 1.5.2.3 +++ book.xml 2001/10/25 14:49:01 1.5.2.4 @@ -10,42 +10,12 @@ <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="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.1.2.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.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- index.xml 2001/10/25 07:43:49 1.1.2.2 +++ index.xml 2001/10/25 14:49:01 1.1.2.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.1.2.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.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- overview.xml 2001/10/25 07:43:49 1.1.2.2 +++ overview.xml 2001/10/25 14:49:01 1.1.2.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> No revision No revision 1.1.2.1 +131 -0 xml-cocoon2/documentation/xdocs/developing/Attic/avalon.xml 1.1.2.1 +21 -0 xml-cocoon2/documentation/xdocs/developing/Attic/book.xml 1.1.2.1 +182 -0 xml-cocoon2/documentation/xdocs/developing/Attic/datasources.xml 1.1.2.1 +177 -0 xml-cocoon2/documentation/xdocs/developing/Attic/extending.xml 1.1.2.1 +369 -0 xml-cocoon2/documentation/xdocs/developing/Attic/httprequest.xml 1.1.2.1 +23 -0 xml-cocoon2/documentation/xdocs/developing/Attic/index.xml 1.1.2.1 +190 -0 xml-cocoon2/documentation/xdocs/developing/Attic/parent-component-manager.xml No revision No revision 1.1.2.1 +19 -0 xml-cocoon2/documentation/xdocs/installing/Attic/book.xml 1.1.2.1 +497 -0 xml-cocoon2/documentation/xdocs/installing/Attic/index.xml 1.1.2.1 +253 -0 xml-cocoon2/documentation/xdocs/installing/Attic/jars.xml No revision No revision 1.2.2.4 +6 -2 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.2.2.3 retrieving revision 1.2.2.4 diff -u -r1.2.2.3 -r1.2.2.4 --- book.xml 2001/10/25 07:43:50 1.2.2.3 +++ book.xml 2001/10/25 14:49:03 1.2.2.4 @@ -1,14 +1,18 @@ <?xml version="1.0"?> <book software="Apache Cocoon" - title="Apache Cocoon User Documentation" + title="Apache Cocoon User Documentation - Concepts" copyright="@year@ The Apache Software Foundation"> <menu label="Navigation"> <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"/> No revision No revision 1.1.2.1 +294 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/Attic/actions.txt 1.1.2.1 +315 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/Attic/actions.xml 1.1.2.1 +26 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/Attic/book.xml 1.1.2.1 +257 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/Attic/caching.xml 1.1.2.1 +671 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/Attic/catalog.xml 1.1.2.1 +534 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/Attic/index.xml 1.1.2.1 +373 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/Attic/matchers_selectors.xml 1.1.2.1 +97 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/Attic/mrustore.xml 1.1.2.1 +901 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/Attic/sitemap.xml 1.1.2.1 +73 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/Attic/storejanitor.xml 1.1.2.1 +115 -0 xml-cocoon2/documentation/xdocs/userdocs/concepts/Attic/views.xml No revision No revision 1.3.2.3 +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.3.2.2 retrieving revision 1.3.2.3 diff -u -r1.3.2.2 -r1.3.2.3 --- generators.xml 2001/10/25 07:43:51 1.3.2.2 +++ generators.xml 2001/10/25 14:49:03 1.3.2.3 @@ -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"> No revision No revision 1.2.2.3 +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.2.2.2 retrieving revision 1.2.2.3 diff -u -r1.2.2.2 -r1.2.2.3 --- serializers.xml 2001/10/25 07:43:52 1.2.2.2 +++ serializers.xml 2001/10/25 14:49:04 1.2.2.3 @@ -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"> No revision No revision 1.2.2.3 +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.2.2.2 retrieving revision 1.2.2.3 diff -u -r1.2.2.2 -r1.2.2.3 --- transformers.xml 2001/10/25 07:43:52 1.2.2.2 +++ transformers.xml 2001/10/25 14:49:04 1.2.2.3 @@ -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"> No revision No revision 1.1.2.1 +26 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/Attic/book.xml 1.1.2.1 +187 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/Attic/esql.xml 1.1.2.1 +23 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/Attic/index.xml 1.1.2.1 +941 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/Attic/logicsheet-concepts.xml 1.1.2.1 +236 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/Attic/logicsheet-forms.xml 1.1.2.1 +429 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/Attic/logicsheet.xml 1.1.2.1 +516 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/Attic/request.xml 1.1.2.1 +355 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/Attic/session.xml 1.1.2.1 +248 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/Attic/sessions.xml 1.1.2.1 +1761 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/Attic/xsp-internals.xml 1.1.2.1 +28 -0 xml-cocoon2/documentation/xdocs/userdocs/xsp/Attic/xsp.xml
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]