cziegeler 02/05/24 06:52:40
Modified: . Tag: cocoon_2_0_3_branch build.xml
src/documentation/stylesheets Tag: cocoon_2_0_3_branch
book2menu.xsl
src/documentation/xdocs Tag: cocoon_2_0_3_branch book.xml
index-old.xml index.xml
src/documentation/xdocs/link Tag: cocoon_2_0_3_branch
book.xml
Added: src/documentation/xdocs/link Tag: cocoon_2_0_3_branch
hosting.xml livesites.xml
Removed: src/documentation/xdocs Tag: cocoon_2_0_3_branch hosting.xml
livesites.xml
src/documentation/xdocs/plan Tag: cocoon_2_0_3_branch
to-avalon.xml
Log:
Minor sync
Revision Changes Path
No revision
No revision
1.196.2.2 +3 -3 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.196.2.1
retrieving revision 1.196.2.2
diff -u -r1.196.2.1 -r1.196.2.2
--- build.xml 14 Apr 2002 04:14:57 -0000 1.196.2.1
+++ build.xml 24 May 2002 13:52:39 -0000 1.196.2.2
@@ -166,8 +166,8 @@
<property name="fullname" value="Apache Cocoon"/>
<property name="Name" value="Cocoon"/>
<property name="name" value="cocoon"/>
- <property name="version" value="2.0.3-dev"/>
- <property name="short.version" value="2.0.3-dev"/>
+ <property name="version" value="2.0.3-dev"/> <!-- This is the current
CVS version -->
+ <property name="released.version" value="2.0.2"/> <!-- This is the latest
official release -->
<property name="year" value="1999-2002"/>
<echo message="--------------------------------------------------------------"/>
@@ -181,7 +181,7 @@
<property name="optimize" value="off"/>
<property name="deprecation" value="off"/>
<property name="nowarn" value="on"/>
- <property name="build.compiler" value="classic"/>
+ <!-- <property name="build.compiler" value="classic"/> -->
<property name="target.vm" value="1.2"/>
<property name="src.dir" value="./src"/>
No revision
No revision
1.3.2.1 +1 -2 xml-cocoon2/src/documentation/stylesheets/book2menu.xsl
Index: book2menu.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/stylesheets/book2menu.xsl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- book2menu.xsl 17 Mar 2002 17:42:11 -0000 1.3
+++ book2menu.xsl 24 May 2002 13:52:39 -0000 1.3.2.1
@@ -30,7 +30,6 @@
<xsl:apply-templates/>
</xsl:template>
-
<xsl:template match="menu-item">
<xsl:if test="not(@type) or @type!='hidden'">
<xsl:variable name="encLabel" select="NetUtils:encodePath(@label)"/>
@@ -38,7 +37,7 @@
<td bgcolor="#959595" valign="top">
<xsl:attribute
name="background">images/label-background_a.gif</xsl:attribute>
<xsl:choose>
- <xsl:when test="@href=$resource">
+ <xsl:when test="starts-with(@href, $resource)">
<span class="menuselected"><xsl:value-of select="@label"/></span>
</xsl:when>
<xsl:otherwise>
No revision
No revision
1.8.2.3 +2 -2 xml-cocoon2/src/documentation/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/book.xml,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -u -r1.8.2.2 -r1.8.2.3
--- book.xml 19 May 2002 08:43:28 -0000 1.8.2.2
+++ book.xml 24 May 2002 13:52:39 -0000 1.8.2.3
@@ -45,8 +45,8 @@
<menu label="Links">
<menu-item label="Cocoon Links" href="link/index.html"/>
- <menu-item label="Live Sites" href="livesites.html"/>
- <menu-item label="Cocoon Hosting" href="hosting.html"/>
+ <menu-item label="Live Sites" href="link/livesites.html"/>
+ <menu-item label="Cocoon Hosting" href="link/hosting.html"/>
</menu>
<menu label="Cocoon 1.x">
1.1.2.1 +2 -2 xml-cocoon2/src/documentation/xdocs/index-old.xml
Index: index-old.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/index-old.xml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- index-old.xml 23 Feb 2002 23:28:15 -0000 1.1
+++ index-old.xml 24 May 2002 13:52:39 -0000 1.1.2.1
@@ -34,7 +34,7 @@
<p>
This documentation is not complete because documentation is never complete
anyway. However the current
release is stable and tested thoroughly and you'll find lots of samples which
show and explain
- the power of Apache Cocoon @version@. We welcome you into this new world of XML
wonders :-)
+ the power of Apache Cocoon @released.version@. We welcome you into this new
world of XML wonders :-)
</p>
<p>
Technologies like Extensible Server Pages (XSP) and the Action framework gives
@@ -48,7 +48,7 @@
<link href="http://xml.apache.org/dist/cocoon">download area.</link>
</p>
<p>
- Apache Cocoon @version@ is the latest release of the XML publishing framework.
+ Apache Cocoon @released.version@ is the latest release of the XML publishing
framework.
If you are looking for Cocoon 1 go <link
href="http://xml.apache.org/cocoon1/">here</link>.
</p>
</s1>
1.7.2.2 +1 -1 xml-cocoon2/src/documentation/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/index.xml,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -r1.7.2.1 -r1.7.2.2
--- index.xml 17 May 2002 05:19:09 -0000 1.7.2.1
+++ index.xml 24 May 2002 13:52:39 -0000 1.7.2.2
@@ -33,7 +33,7 @@
</s1>
<s1 title="Where is it?">
<p>
- If you want to download the latest release of Apache Cocoon just go to the
+ If you want to download the latest release @released.version@ of Apache Cocoon
just go to the
<link href="http://xml.apache.org/cocoon/dist/">download area.</link>
</p>
<p>
No revision
No revision
1.2.2.2 +2 -2 xml-cocoon2/src/documentation/xdocs/link/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/link/book.xml,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- book.xml 19 May 2002 08:16:24 -0000 1.2.2.1
+++ book.xml 24 May 2002 13:52:40 -0000 1.2.2.2
@@ -22,8 +22,8 @@
<menu label="External Sites">
<menu-item label="Info Sites" href="sites.html"/>
<menu-item label="Projects" href="projects.html"/>
- <menu-item label="Live Sites" href="../livesites.html"/>
- <menu-item label="Cocoon Hosting" href="../hosting.html"/>
+ <menu-item label="Live Sites" href="livesites.html"/>
+ <menu-item label="Cocoon Hosting" href="hosting.html"/>
</menu>
<menu label="Related Topics">
No revision
No revision
1.1.2.1 +0 -0 xml-cocoon2/src/documentation/xdocs/link/hosting.xml
Index: hosting.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/link/hosting.xml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0 xml-cocoon2/src/documentation/xdocs/link/livesites.xml
Index: livesites.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/link/livesites.xml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]