martinc 2004/12/09 21:11:55
Modified: chain project.properties
chain/xdocs index.xml
Log:
Tweaks to the web site in preparation for 1.0 release.
Revision Changes Path
1.7 +2 -2 jakarta-commons/chain/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons/chain/project.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project.properties 1 Jul 2004 21:46:45 -0000 1.6
+++ project.properties 10 Dec 2004 05:11:55 -0000 1.7
@@ -44,7 +44,7 @@
# commons site L&F
######################################################################
maven.xdoc.jsl=../commons-build/commons-site.jsl
-maven.xdoc.date=bottom
+maven.xdoc.date=left
maven.xdoc.poweredby.image=maven-feather.png
maven.xdoc.version=${pom.currentVersion}
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
1.7 +44 -39 jakarta-commons/chain/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/chain/xdocs/index.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- index.xml 17 Nov 2004 08:05:39 -0000 1.6
+++ index.xml 10 Dec 2004 05:11:55 -0000 1.7
@@ -17,16 +17,16 @@
<document>
- <properties>
- <title>Overview</title>
- <author email="[EMAIL PROTECTED]">Commons Documentation
Team</author>
- <author email="[EMAIL PROTECTED]">Martin Cooper</author>
- <author email="[EMAIL PROTECTED]">Craig McClanahan</author>
- </properties>
+ <properties>
+ <title>Overview</title>
+ <author email="[EMAIL PROTECTED]">Commons Documentation
Team</author>
+ <author email="[EMAIL PROTECTED]">Martin Cooper</author>
+ <author email="[EMAIL PROTECTED]">Craig McClanahan</author>
+ </properties>
- <body>
+ <body>
-<section name="Commons Chain">
+ <section name="Commons Chain">
<p>A popular technique for organizing the execution of complex
processing flows is the "Chain of Responsibility" pattern, as
@@ -81,38 +81,43 @@
can be directly measured by observing the corresponding state
changes in the context that is supplied.</p>
-<subsection name="Latest Release">
-<p>
- The latest release of Apache Jakarta Commons Chain is version 1.0. It is
available (from mirrors) in <a
href="http://jakarta.apache.org/site/binindex.cgi">binary</a> and <a
href="http://jakarta.apache.org/site/sourceindex.cgi">source</a> downloads.
-</p>
-</subsection>
-
-</section>
-
-
-<section name="Documentation">
-<p>
- <ul>
- <li>The <a href="apidocs/index.html">Javadoc</a> of the latest CVS</li>
- <li>The <a href="cookbook.html">Cookbook</a> containing "recipes" for
using the chain.</li>
- <li>The <a href="http://cvs.apache.org/viewcvs/jakarta-commons/chain/">CVS
repository</a> can be browsed.</li>
- </ul>
-</p>
-</section>
-
-
-<section name="Releases">
-<p>
- <ul>
- <li><a href="http://www.apache.org/dist/jakarta/commons/chain/">Version
1.0</a></li>
- </ul>
-</p>
-<p>
-Unofficial <a
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-chain/">nightly
builds</a>
-are available, however these should be treated with care.
-</p>
+ </section>
-</section>
+ <section name="Documentation">
+ <p>
+ <ul>
+ <li>The <a href="apidocs/index.html">Javadoc</a> of the latest
CVS.</li>
+ <li>The <a href="cookbook.html">Cookbook</a> containing "recipes"
for using the chain.</li>
+ <li>The <a
href="http://cvs.apache.org/viewcvs/jakarta-commons/chain/">CVS repository</a>
can be browsed.</li>
+ </ul>
+ </p>
+ </section>
+
+ <section name="Downloading Chain">
+ <subsection name='Releases'>
+ <p>
+ <strong>Chain 1.0</strong> - 9 Dec 2004
+ <ul>
+ <li>Download the binary distribution from a mirror site
+ <a href='http://jakarta.apache.org/site/binindex.cgi'>here</a>
+ </li>
+ <li>Download the source distribution from a mirror site
+ <a href='http://jakarta.apache.org/site/sourceindex.cgi'>here</a>
+ </li>
+ </ul>
+ </p>
+ </subsection>
+ <subsection name='Nightly Builds'>
+ <p>
+ Nightly builds are built every day from the current CVS HEAD. This
is
+ the latest code and so should be treated with caution!
+ </p>
+ <p>
+ Download nightly builds from
+ <a
href='http://cvs.apache.org/builds/jakarta-commons/nightly/commons-chain/'>here</a>.
+ </p>
+ </subsection>
+ </section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]