dims 01/07/22 14:33:20
Modified: skins/printer/stylesheets Tag: cocoon_20_branch
book2project.xsl
skins/xml.apache.org/stylesheets Tag: cocoon_20_branch
book2project.xsl document2html.xsl
webapp/stylesheets/documents Tag: cocoon_20_branch
book2sidebar.xsl
xdocs Tag: cocoon_20_branch docs-book.xml installing.xml
site-book.xml
Added: skins/printer/stylesheets Tag: cocoon_20_branch
faq2document.xsl
skins/xml.apache.org/stylesheets Tag: cocoon_20_branch
faq2document.xsl
Removed: skins/printer/stylesheets Tag: cocoon_20_branch
faqs2document.xsl
skins/xml.apache.org/stylesheets Tag: cocoon_20_branch
faqs2document.xsl
Log:
Standardize on faq2document.xsl.
Revision Changes Path
No revision
No revision
1.1.1.1.2.1 +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.1.1
retrieving revision 1.1.1.1.2.1
diff -u -r1.1.1.1 -r1.1.1.1.2.1
--- book2project.xsl 2001/05/09 20:50:35 1.1.1.1
+++ book2project.xsl 2001/07/22 21:33:19 1.1.1.1.2.1
@@ -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"/>
No revision
No revision
1.1.2.1 +50 -0 xml-cocoon2/skins/printer/stylesheets/Attic/faq2document.xsl
No revision
No revision
1.1.1.1.2.1 +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.1.1
retrieving revision 1.1.1.1.2.1
diff -u -r1.1.1.1 -r1.1.1.1.2.1
--- book2project.xsl 2001/05/09 20:50:39 1.1.1.1
+++ book2project.xsl 2001/07/22 21:33:20 1.1.1.1.2.1
@@ -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.1.1.1.2.1 +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.1.1
retrieving revision 1.1.1.1.2.1
diff -u -r1.1.1.1 -r1.1.1.1.2.1
--- document2html.xsl 2001/05/09 20:50:40 1.1.1.1
+++ document2html.xsl 2001/07/22 21:33:20 1.1.1.1.2.1
@@ -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>
No revision
No revision
1.1.2.1 +50 -0
xml-cocoon2/skins/xml.apache.org/stylesheets/Attic/faq2document.xsl
No revision
No revision
1.1.2.3 +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.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- book2sidebar.xsl 2001/07/20 10:58:56 1.1.2.2
+++ book2sidebar.xsl 2001/07/22 21:33:20 1.1.2.3
@@ -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>
No revision
No revision
1.3.2.17 +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.16
retrieving revision 1.3.2.17
diff -u -r1.3.2.16 -r1.3.2.17
--- docs-book.xml 2001/07/20 10:27:57 1.3.2.16
+++ docs-book.xml 2001/07/22 21:33:20 1.3.2.17
@@ -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.6.2.10 +1 -1 xml-cocoon2/xdocs/installing.xml
Index: installing.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/installing.xml,v
retrieving revision 1.6.2.9
retrieving revision 1.6.2.10
diff -u -r1.6.2.9 -r1.6.2.10
--- installing.xml 2001/07/22 19:57:22 1.6.2.9
+++ installing.xml 2001/07/22 21:33:20 1.6.2.10
@@ -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.3.2.19 +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.3.2.18
retrieving revision 1.3.2.19
diff -u -r1.3.2.18 -r1.3.2.19
--- site-book.xml 2001/07/20 10:27:57 1.3.2.18
+++ site-book.xml 2001/07/22 21:33:20 1.3.2.19
@@ -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]