vgritsenko 01/07/22 19:37:31
Modified: xdocs Tag: cocoon_20_branch who.xml site-book.xml
docs-book.xml
webapp Tag: cocoon_20_branch sitemap.xmap
Log:
Updated link to CVS, other minor updates
Revision Changes Path
No revision
No revision
1.1.2.3 +1 -0 xml-cocoon2/xdocs/who.xml
Index: who.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/who.xml,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- who.xml 2001/07/19 14:20:01 1.1.2.2
+++ who.xml 2001/07/23 02:37:31 1.1.2.3
@@ -55,6 +55,7 @@
<li>Martin Man ([EMAIL PROTECTED])</li>
<li>Michael Anderson ([EMAIL PROTECTED])</li>
<li>Sylvain Wallez ([EMAIL PROTECTED])</li>
+ <li>Vadim Gritsenko ([EMAIL PROTECTED])</li>
</ul>
</s2>
</s1>
1.3.2.20 +3 -3 xml-cocoon2/xdocs/site-book.xml
Index: site-book.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/site-book.xml,v
retrieving revision 1.3.2.19
retrieving revision 1.3.2.20
diff -u -r1.3.2.19 -r1.3.2.20
--- site-book.xml 2001/07/22 21:33:20 1.3.2.19
+++ site-book.xml 2001/07/23 02:37:31 1.3.2.20
@@ -2,7 +2,7 @@
<book title="@doctitle@ documentation" copyright="@year@ The Apache Software
Foundation">
- <external href="../index.html" label="Back"/>
+ <external href="../" label="Back"/>
<separator/>
<external href="dist" label="Download"/>
<separator/>
@@ -92,7 +92,7 @@
<separator/>
<external href="../cocoon/index.html" label="@docname@ 1 Site"/>
<separator/>
- <faq id="faq" label="FAQ File" source="faq.xml" />
+ <faq id="faq" label="FAQ File" source="faq.xml" />
<changes id="changes" label="Changes" source="changes.xml"/>
<todo id="todo" label="Todo" source="todo.xml"/>
<separator/>
@@ -100,7 +100,7 @@
<page id="hosting" label="@docname@ Hosting" source="hosting.xml"/>
<separator/>
<external label="Bug Database"
href="http://nagoya.apache.org/bugzilla/index.html"/>
- <external label="Code Repository"
href="http://xml.apache.org/websrc/index.cgi/xml-cocoon2/"/>
+ <external label="Code Repository"
href="http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/"/>
<external label="Dev Snapshots"
href="http://xml.apache.org/from-cvs/xml-cocoon2/"/>
<page id="mail-lists" label="Mail Lists" source="mail-lists.xml"/>
<page id="mail-archives" label="Mail Archives" source="mail-archives.xml"/>
1.3.2.18 +1 -1 xml-cocoon2/xdocs/docs-book.xml
Index: docs-book.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/docs-book.xml,v
retrieving revision 1.3.2.17
retrieving revision 1.3.2.18
diff -u -r1.3.2.17 -r1.3.2.18
--- docs-book.xml 2001/07/22 21:33:20 1.3.2.17
+++ docs-book.xml 2001/07/23 02:37:31 1.3.2.18
@@ -93,7 +93,7 @@
<page id="hosting" label="@docname@ Hosting" source="hosting.xml"/>
<separator/>
<external label="Bug Database"
href="http://nagoya.apache.org/bugzilla/index.html"/>
- <external label="Code Repository"
href="http://xml.apache.org/websrc/index.cgi/xml-cocoon2/"/>
+ <external label="Code Repository"
href="http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/"/>
<external label="Dev Snapshots"
href="http://xml.apache.org/from-cvs/xml-cocoon2/"/>
<page id="mail-lists" label="Mail Lists" source="mail-lists.xml"/>
<page id="mail-archives" label="Mail Archives" source="mail-archives.xml"/>
No revision
No revision
1.11.2.28 +35 -30 xml-cocoon2/webapp/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/sitemap.xmap,v
retrieving revision 1.11.2.27
retrieving revision 1.11.2.28
diff -u -r1.11.2.27 -r1.11.2.28
--- sitemap.xmap 2001/07/20 11:55:22 1.11.2.27
+++ sitemap.xmap 2001/07/23 02:37:31 1.11.2.28
@@ -188,47 +188,52 @@
<!-- =========================== Pipelines ================================= -->
<map:pipelines>
+ <!-- sub-sitemap example pipeline -->
<map:pipeline>
<map:match pattern="sub/**">
<map:mount uri-prefix="sub" src="sub/" check-reload="yes"/>
</map:match>
</map:pipeline>
+
+ <!-- protected webapp example pipeline -->
<map:pipeline>
<map:match pattern="protected/**">
<map:mount uri-prefix="protected" src="protected/" check-reload="yes"/>
</map:match>
</map:pipeline>
+
+ <!-- i18n examples pipeline -->
<map:pipeline>
<map:match pattern="i18n/**">
<map:mount uri-prefix="i18n" src="i18n/" check-reload="yes"/>
</map:match>
</map:pipeline>
+ <!-- C2 documentation pipeline -->
<map:pipeline internal-only="true">
- <map:match pattern="shared/sidebar">
- <map:generate src="docs/xdocs/internal/site-book.xml"/>
- <map:transform src="stylesheets/documents/book2sidebar.xsl"/>
- <map:serialize/>
- </map:match>
-
- <map:match pattern="document/*.html">
- <map:generate src="docs/xdocs/{1}.xml"/>
- <map:act type="resource-exists">
- <map:parameter name="url"
value="context://stylesheets/documents/{1}2document.xsl"/>
- <map:transform src="stylesheets/documents/{../1}2document.xsl"/>
- </map:act>
- <map:serialize/>
- </map:match>
-
- <map:match pattern="document/*">
- <map:generate src="docs/xdocs/{1}.xml"/>
- <map:act type="resource-exists">
- <map:parameter name="url"
value="context://stylesheets/documents/{1}2document.xsl"/>
- <map:transform src="stylesheets/documents/{../1}2document.xsl"/>
- </map:act>
- <map:serialize/>
- </map:match>
+ <map:match pattern="shared/sidebar">
+ <map:generate src="docs/xdocs/internal/site-book.xml"/>
+ <map:transform src="stylesheets/documents/book2sidebar.xsl"/>
+ <map:serialize/>
+ </map:match>
+ <map:match pattern="document/*.html">
+ <map:generate src="docs/xdocs/{1}.xml"/>
+ <map:act type="resource-exists">
+ <map:parameter name="url"
value="context://stylesheets/documents/{1}2document.xsl"/>
+ <map:transform src="stylesheets/documents/{../1}2document.xsl"/>
+ </map:act>
+ <map:serialize/>
+ </map:match>
+
+ <map:match pattern="document/*">
+ <map:generate src="docs/xdocs/{1}.xml"/>
+ <map:act type="resource-exists">
+ <map:parameter name="url"
value="context://stylesheets/documents/{1}2document.xsl"/>
+ <map:transform src="stylesheets/documents/{../1}2document.xsl"/>
+ </map:act>
+ <map:serialize/>
+ </map:match>
</map:pipeline>
<map:pipeline>
@@ -257,16 +262,16 @@
</map:match>
<map:match pattern="welcome-svg">
- <map:generate src="docs/samples/samples.xml"/>
- <map:transform src="stylesheets/svg-samples2html.xsl"/>
- <map:transform type="extractor"/>
- <map:transform src="stylesheets/fragment-extractor.xsl"/>
- <map:serialize/>
+ <map:generate src="docs/samples/samples.xml"/>
+ <map:transform src="stylesheets/svg-samples2html.xsl"/>
+ <map:transform type="extractor"/>
+ <map:transform src="stylesheets/fragment-extractor.xsl"/>
+ <map:serialize/>
</map:match>
<map:match pattern="welcome-svg-images/*.png">
- <map:generate type="extractor" src="{1}"/>
- <map:serialize type="svg2png"/>
+ <map:generate type="extractor" src="{1}"/>
+ <map:serialize type="svg2png"/>
</map:match>
<!-- ================ Hello =========================== -->
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]