dims 01/07/22 14:49:02
Modified: skins/printer/stylesheets book2project.xsl
skins/xml.apache.org/stylesheets book2project.xsl
document2html.xsl
webapp/stylesheets/documents book2sidebar.xsl
xdocs docs-book.xml installing.xml site-book.xml
Added: skins/printer/stylesheets faq2document.xsl
skins/xml.apache.org/stylesheets faq2document.xsl
Removed: skins/printer/stylesheets faqs2document.xsl
skins/xml.apache.org/stylesheets faqs2document.xsl
Log:
Standardize on faq2document.xsl.
Revision Changes Path
1.2 +1 -1 xml-cocoon2/skins/printer/stylesheets/book2project.xsl
Index: book2project.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/skins/printer/stylesheets/book2project.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- book2project.xsl 2001/05/09 20:50:35 1.1
+++ book2project.xsl 2001/07/22 21:49:02 1.2
@@ -54,7 +54,7 @@
</create>
</xsl:template>
- <xsl:template match="changes|faqs|todo">
+ <xsl:template match="changes|faq|todo">
<process source="{@source}" producer="parser">
<processor name="xslt">
<parameter name="stylesheet"
value="sbk:/style/stylesheets/{name(.)}2document.xsl"/>
1.2 +50 -0 xml-cocoon2/skins/printer/stylesheets/faq2document.xsl
1.2 +1 -1 xml-cocoon2/skins/xml.apache.org/stylesheets/book2project.xsl
Index: book2project.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/skins/xml.apache.org/stylesheets/book2project.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- book2project.xsl 2001/05/09 20:50:39 1.1
+++ book2project.xsl 2001/07/22 21:49:02 1.2
@@ -82,7 +82,7 @@
</create>
</xsl:template>
- <xsl:template match="changes|faqs|todo">
+ <xsl:template match="changes|faq|todo">
<process source="{@source}" producer="parser">
<processor name="xslt">
<parameter name="stylesheet"
value="sbk:/style/stylesheets/{name(.)}2document.xsl"/>
1.2 +1 -1 xml-cocoon2/skins/xml.apache.org/stylesheets/document2html.xsl
Index: document2html.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/skins/xml.apache.org/stylesheets/document2html.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- document2html.xsl 2001/05/09 20:50:40 1.1
+++ document2html.xsl 2001/07/22 21:49:02 1.2
@@ -117,7 +117,7 @@
<!-- book section -->
<!-- ====================================================================== -->
- <xsl:template match="page|faqs|changes|todo|spec">
+ <xsl:template match="page|faq|changes|todo|spec">
<xsl:if test="@id=$id">
<img src="graphics/{@id}-label-1.jpg" width="120" height="12" hspace="0"
vspace="0" border="0" alt="{@label}"/>
</xsl:if>
1.2 +50 -0 xml-cocoon2/skins/xml.apache.org/stylesheets/faq2document.xsl
1.4 +1 -1 xml-cocoon2/webapp/stylesheets/documents/book2sidebar.xsl
Index: book2sidebar.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/stylesheets/documents/book2sidebar.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- book2sidebar.xsl 2001/07/20 10:59:04 1.3
+++ book2sidebar.xsl 2001/07/22 21:49:02 1.4
@@ -17,7 +17,7 @@
</link>
</xsl:template>
- <xsl:template match="/book/page | /book/faqs | /book/changes | /book/todo">
+ <xsl:template match="/book/page | /book/faq | /book/changes | /book/todo">
<link href="{substring(@source,1,string-length(@source)-4)}">
<xsl:copy-of select="@label|@id"/>
</link>
1.20 +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.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- docs-book.xml 2001/07/20 10:27:32 1.19
+++ docs-book.xml 2001/07/22 21:49:02 1.20
@@ -85,7 +85,7 @@
<page id="3rdparty" label="3rd Party" source="3rdparty.xml"/>
<page id="patches" label="Patch Queue" source="patches.xml"/>
<separator/>
- <faqs id="faqs" 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/>
1.16 +1 -1 xml-cocoon2/xdocs/installing.xml
Index: installing.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/installing.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- installing.xml 2001/07/22 19:55:56 1.15
+++ installing.xml 2001/07/22 21:49:02 1.16
@@ -484,7 +484,7 @@
directory different than <code>resin-2.0.x/webapps</code>, you need
to edit <code>resin-2.0.x/conf/resin.conf</code> file and add a line
somewhere in <code><![CDATA[<host>]]></code> tag:
- <source><![CDATA[<web-app id='/cocoon'
app-dir='/path/to/webapp/cocoon.war'/>]]></source>
+ <code><![CDATA[<web-app id='/cocoon'
app-dir='/path/to/webapp/cocoon.war'/>]]></code>
</p>
</s2>
</s1>
1.23 +1 -1 xml-cocoon2/xdocs/site-book.xml
Index: site-book.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/site-book.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- site-book.xml 2001/07/20 10:27:32 1.22
+++ site-book.xml 2001/07/22 21:49:02 1.23
@@ -92,7 +92,7 @@
<separator/>
<external href="../cocoon/index.html" label="@docname@ 1 Site"/>
<separator/>
- <faqs id="faqs" 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/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]