cziegeler 02/05/24 06:46:30
Modified: src/documentation/stylesheets/printer_skin Tag:
cocoon_2_0_3_branch book2menu.xsl
src/documentation/xdocs/developing Tag: cocoon_2_0_3_branch
book.xml httprequest.xml
src/documentation/xdocs/plan Tag: cocoon_2_0_3_branch
book.xml
Log:
Minor doc sync
Revision Changes Path
No revision
No revision
1.1.2.1 +1 -1
xml-cocoon2/src/documentation/stylesheets/printer_skin/book2menu.xsl
Index: book2menu.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/documentation/stylesheets/printer_skin/book2menu.xsl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- book2menu.xsl 8 Jan 2002 10:34:06 -0000 1.1
+++ book2menu.xsl 24 May 2002 13:46:29 -0000 1.1.2.1
@@ -35,7 +35,7 @@
<tr>
<td align="left" valign="top">
<xsl:choose>
- <xsl:when test="@href=$resource">
+ <xsl:when test="starts-with(@href, $resource)">
<xsl:value-of select="@label"/>
</xsl:when>
<xsl:otherwise>
No revision
No revision
1.5.2.1 +4 -3 xml-cocoon2/src/documentation/xdocs/developing/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/developing/book.xml,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -r1.5 -r1.5.2.1
--- book.xml 27 Feb 2002 04:08:01 -0000 1.5
+++ book.xml 24 May 2002 13:46:30 -0000 1.5.2.1
@@ -19,10 +19,10 @@
<menu-item label="DELI" href="deli.html"/>
</menu>
- <menu label="sunShine">
+ <menu label="Webapps">
<menu-item label="Session Contexts" href="sunshine-contexts.html"/>
- <menu-item label="sunRise" href="sunrise.html"/>
- <menu-item label="sunSpot" href="sunspot.html"/>
+ <menu-item label="Authentication" href="sunrise.html"/>
+ <menu-item label="Portal" href="sunspot.html"/>
</menu>
<menu label="Java">
@@ -30,5 +30,6 @@
</menu>
</book>
+
1.2.2.2 +5 -6 xml-cocoon2/src/documentation/xdocs/developing/httprequest.xml
Index: httprequest.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/developing/httprequest.xml,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- httprequest.xml 16 Apr 2002 01:13:07 -0000 1.2.2.1
+++ httprequest.xml 24 May 2002 13:46:30 -0000 1.2.2.2
@@ -8,14 +8,13 @@
<type>Technical Document</type>
<authors><person name="Tom Klaasen" email="[EMAIL PROTECTED]"/>
</authors>
- <abstract>This document tries to explain Cocoon (based on the version
- @version@) technically. We do this by describing what happens if
somebody types in
- the URL of a simple Cocoon page.</abstract>
+ <abstract>This document tries to explain Cocoon technically. We do this by
+ describing what happens if somebody types in the URL of a simple Cocoon
page.</abstract>
</header>
<body>
<s1 title="Introduction">
<s2 title="Goal">
- <p>This document tries to explain Apache Cocoon (based on the
version @version@)
+ <p>This document tries to explain Apache Cocoon
technically. We do this by describing what happens if
somebody types in the URL
of a simple Cocoon page.</p>
</s2>
@@ -38,7 +37,7 @@
apply to URI's called in one's browser.</p>
<p>This is the minimal sitemap that is necessary. The lines here are
included in the standard sitemap.xmap that comes with the
distribution of
- Cocoon @version@.</p>
+ Cocoon.</p>
<p>The sitemap is defined in
<code>${cocoon}/sitemap.xmap</code>.</p>
<source><![CDATA[
<?xml version="1.0"?>
@@ -98,7 +97,7 @@
<p><code>cocoon.xconf</code> is the file that defines the
<link href="avalon.html">Avalon</link> Components.</p>
<p>For our study, we need the standard <code>cocoon.xconf</code> file
- of Cocoon @version@.</p>
+ of Cocoon.</p>
<p>It can be found in
<code>${cocoon}/WEB-INF/cocoon.xconf</code>.</p>
<source><![CDATA[
<?xml version="1.0"?>
No revision
No revision
1.1.2.2 +0 -1 xml-cocoon2/src/documentation/xdocs/plan/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/plan/book.xml,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- book.xml 19 May 2002 08:43:28 -0000 1.1.2.1
+++ book.xml 24 May 2002 13:46:30 -0000 1.1.2.2
@@ -21,7 +21,6 @@
<menu label="Other Planning">
<menu-item label="Release Plan" href="release.html"/>
- <menu-item label="To Avalon" href="to-avalon.html"/>
<menu-item label="Entity Catalogs" href="catalog.html"/>
</menu>
</book>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]