dirkv 2003/08/25 09:25:20
Modified: dbcp/xdocs index.xml
dbcp/xdocs/stylesheets project.xml
Added: dbcp/xdocs downloads.xml
Log:
update website to use the new commons menus
Revision Changes Path
1.3 +5 -10 jakarta-commons/dbcp/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml 7 Mar 2003 14:41:51 -0000 1.2
+++ index.xml 25 Aug 2003 16:25:20 -0000 1.3
@@ -35,6 +35,11 @@
</section>
+<section name="Releases">
+ <p>
+ See the <a href="downloads.html">downloads</a> page for information on
obtaining releases.
+ </p>
+</section>
<section name="Documentation">
@@ -50,16 +55,6 @@
of using DBCP available.</p>
</section>
-
-
-<section name="Releases">
-
-<ul>
-<li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-dbcp/v1.0/">Version
1.0</a></li>
-</ul>
-
-</section>
-
</body>
</document>
1.1 jakarta-commons/dbcp/xdocs/downloads.xml
Index: downloads.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Downloads</title>
<author email="[EMAIL PROTECTED]">Commons Documentation Team</author>
<revision>$Id: downloads.xml,v 1.1 2003/08/25 16:25:20 dirkv Exp $</revision>
</properties>
<body>
<section name="Releases">
<p>The following releases are available:</p>
<ul>
<li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-dbcp/v1.0/">Version
1.0</a></li>
</ul>
<p>
<a
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-dbcp/">Nightly
source and binary drops</a> are also available.
</p>
<p>
The CVS repository for <em>DBCP</em> can be
<a href="http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/">browsed
online</a>
or
<a href="http://jakarta.apache.org/site/cvsindex.html">downloaded using
a CVS client</a>.
</p>
</section>
</body>
</document>
1.3 +19 -23 jakarta-commons/dbcp/xdocs/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/stylesheets/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 11 Aug 2003 12:07:00 -0000 1.2
+++ project.xml 25 Aug 2003 16:25:20 -0000 1.3
@@ -1,29 +1,25 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Commons - DBCP" href="http://jakarta.apache.org/commons/pool">
+<!DOCTYPE org.apache.commons.menus SYSTEM
'../../../xdocs/stylesheets/menus/org-apache-commons-menus.dtd'>
+<project name="Commons - DBCP" href="http://jakarta.apache.org/commons/dbcp/">
<title>Commons DBCP</title>
<logo
href="http://jakarta.apache.org/commons/images/logo.jpg">Jakarta-Commons</logo>
- <!--
- Note: Per the .vsl file, "/site" links will be prefixed with
"http://jakarta.apache.org/site"
- Other links starting with "/" become "./...".
- -->
<body>
- <menu name="Home">
- <item name="Jakarta Commons"
href="http://jakarta.apache.org/commons/index.html" />
- <item name="Commons DBCP" href="/index.html" />
- </menu>
- <menu name="Information">
- <item name="API Documentation" href="/apidocs/index.html"/>
- <item name="Examples"
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/dbcp/doc/"/>
- </menu>
- <menu name="Project Files">
- <item name="Releases"
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-dbcp/"/>
- <item name="Snapshots"
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-dbcp/"/>
- <item name="Source (Browse)"
href="http://cvs.apache.org/viewcvs/jakarta-commons/pool/"/>
- <item name="Source (CVS)"
href="http://jakarta.apache.org/site/cvsindex.html"/>
- </menu>
- <menu name="Administrivia">
- <item name="License"
href="http://jakarta.apache.org/commons/license.html"/>
- <item name="Original Proposal"
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/dbcp/PROPOSAL.html?content-type=text/html"/>
- </menu>
+ &about-menu;
+ <menu name="Commons DBCP">
+ <item name="Overview" href="/index.html" />
+ <item name="API Documentation" href="/apidocs/index.html"/>
+ <item name="Examples"
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/dbcp/doc/"/>
+ <item name="Downloads" href="/downloads.html"/>
+ <item name="Source (Browse)"
href="http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/"/>
+ </menu>
+ <menu name="Project Files">
+ <item name="Releases"
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-dbcp/"/>
+ <item name="Snapshots"
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-dbcp/"/>
+ <item name="Source (Browse)"
href="http://cvs.apache.org/viewcvs/jakarta-commons/pool/"/>
+ <item name="Source (CVS)"
href="http://jakarta.apache.org/site/cvsindex.html"/>
+ </menu>
+ &information-menu;
+ &community-menu;
+ &translations-menu;
</body>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]