vgritsenko 01/07/22 19:30:43
Modified: xdocs docs-book.xml site-book.xml who.xml
webapp sitemap.xmap
Log:
Updated link to CVS, other minor updates
Revision Changes Path
1.21 +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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- docs-book.xml 2001/07/22 21:49:02 1.20
+++ docs-book.xml 2001/07/23 02:30:42 1.21
@@ -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"/>
1.24 +2 -2 xml-cocoon2/xdocs/site-book.xml
Index: site-book.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/site-book.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- site-book.xml 2001/07/22 21:49:02 1.23
+++ site-book.xml 2001/07/23 02:30:42 1.24
@@ -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/>
@@ -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.4 +1 -0 xml-cocoon2/xdocs/who.xml
Index: who.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/who.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- who.xml 2001/07/19 14:20:23 1.3
+++ who.xml 2001/07/23 02:30:42 1.4
@@ -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.41 +35 -30 xml-cocoon2/webapp/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/sitemap.xmap,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sitemap.xmap 2001/07/20 11:56:19 1.40
+++ sitemap.xmap 2001/07/23 02:30:43 1.41
@@ -191,47 +191,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>
@@ -260,16 +265,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]