vmassol 02/04/14 00:50:46
Modified: documentation build.xml
documentation/docs/skins/jakarta.apache.org/stylesheets
book2project.xsl document2html.xsl
documentation/docs/xdocs book.xml
Log:
added information on the web site to specify which version of Cactus it is
documenting
Revision Changes Path
1.2 +19 -1 jakarta-cactus/documentation/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 10 Mar 2002 14:10:25 -0000 1.1
+++ build.xml 14 Apr 2002 07:50:46 -0000 1.2
@@ -159,9 +159,26 @@
</taskdef>
<!-- Generate cvs log -->
+<!--
+ <cvschangelog dir="${doc.xdoc.dir}"
+ destfile="${doc.xdoc.dir}/cvslog/cvslog.xml"
+ usersfile="${doc.xdoc.dir}/cvslog/users.properties"
+ daysinpast="15">
+
+ <fileset dir="${doc.xdoc.dir}">
+
+ <exclude name="book.xml"/>
+ <exclude name="todo.xml"/>
+ <exclude name="changes.xml"/>
+ <exclude name="**/cvslog.xml"/>
+ <include name="**/*.xml"/>
+ </fileset>
+
+ </cvschangelog>
+
<cvslog users="${doc.xdoc.dir}/cvslog/users.properties"
work="${doc.xdoc.dir}" output="${doc.xdoc.dir}/cvslog/cvslog.xml"
- elapsed="15">
+ debug="toto.txt" elapsed="15">
<fileset dir="${doc.xdoc.dir}">
<exclude name="book.xml"/>
@@ -172,6 +189,7 @@
</fileset>
</cvslog>
+-->
<!-- Copy book.xml to replace the token filters (year) -->
<copy file="${doc.xdoc.dir}/book.xml"
1.2 +1 -0
jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/book2project.xsl
Index: book2project.xsl
===================================================================
RCS file:
/home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/book2project.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- book2project.xsl 10 Mar 2002 14:10:25 -0000 1.1
+++ book2project.xsl 14 Apr 2002 07:50:46 -0000 1.2
@@ -9,6 +9,7 @@
<parameter name="copyright" value="{@copyright}"/>
<parameter name="updated" value="{@updated}"/>
+ <parameter name="docfor" value="{@docfor}"/>
<parameter name="software" value="{@software}"/>
<resource source="sbk:/style/resources/logocactus.gif"
target="images/logocactus.gif"/>
1.2 +5 -0
jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl
Index: document2html.xsl
===================================================================
RCS file:
/home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- document2html.xsl 10 Mar 2002 14:10:25 -0000 1.1
+++ document2html.xsl 14 Apr 2002 07:50:46 -0000 1.2
@@ -5,6 +5,7 @@
<xsl:param name="stylebook.project"/>
<xsl:param name="copyright"/>
<xsl:param name="updated"/>
+ <xsl:param name="docfor"/>
<xsl:param name="docid"/>
<xsl:param name="target"/>
@@ -85,6 +86,10 @@
<font size="-2">
Last update : <xsl:value-of select="$updated"/>
+ </font>
+ <br/>
+ <font size="-2">
+ Doc for : v<xsl:value-of select="$docfor"/>
</font>
<br/>
1.3 +2 -1 jakarta-cactus/documentation/docs/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book.xml 14 Apr 2002 07:36:12 -0000 1.2
+++ book.xml 14 Apr 2002 07:50:46 -0000 1.3
@@ -3,7 +3,8 @@
<book software="Cactus"
title="Cactus Documentation"
copyright="@year@ The Apache Software Foundation"
- updated="@today@">
+ updated="@today@"
+ docfor="1.2">
<menu label="About">
<menu-item label="What is Cactus ?" source="index.xml"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>