tetsuya 2003/06/12 01:28:23
Modified: docs/site faqs.html idedevelopers.html news-2001.html
news-2002.html news.html
docs/site/news 200206.html 200208.html 200210.html
200212.html
xdocs/site faqs.xml idedevelopers.xml news-2001.xml
news-2002.xml news.xml
xdocs/site/news 200206.xml 200208.xml 200210.xml 200212.xml
Log:
Refactored: old url to new url to fit to reorg (e.g. jakarta/ant -> ant.apache)
Revision Changes Path
1.76 +1 -1 jakarta-site2/docs/site/faqs.html
Index: faqs.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/faqs.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- faqs.html 8 Jun 2003 04:05:09 -0000 1.75
+++ faqs.html 12 Jun 2003 08:28:14 -0000 1.76
@@ -220,7 +220,7 @@
<tr><td>
<blockquote>
<ul>
- <li><a
href="http://jakarta.apache.org/avalon/code-standards.html">Avalon</a></li>
+ <li><a href="http://avalon.apache.org/code-standards.html">Avalon</a></li>
<li><a
href="http://jakarta.apache.org/cactus/coding_conventions.html">Cactus</a></li>
<li><a href="http://jakarta.apache.org/jetspeed/site/code-standards.html"
/>Jetspeed</li>
<li><a
href="http://jakarta.apache.org/turbine/common/code-standards.html">Turbine</a></li>
1.25 +4 -4 jakarta-site2/docs/site/idedevelopers.html
Index: idedevelopers.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/idedevelopers.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- idedevelopers.html 8 Jun 2003 04:05:09 -0000 1.24
+++ idedevelopers.html 12 Jun 2003 08:28:14 -0000 1.25
@@ -234,7 +234,7 @@
first. There is nothing more frustrating than a hard to kill bug that
is actually fixed just someone has the old version in their classpath.
So whether you're setting it in your IDE's library manager or at the
- command line, shell script, or through <a
href="http://jakarta.apache.org/ant">your Ant build tool</a>: make sure you know what
is in your classpath and
+ command line, shell script, or through <a href="http://ant.apache.org">your
Ant build tool</a>: make sure you know what is in your classpath and
that only what you need is there.
</p>
<p>TODO: IDE specific instructions
for JBuilder, Netbeans and Eclipse.</p>
@@ -265,7 +265,7 @@
rigid in the source directory structures they allow, some are breaking this
presupposition, but some of the more popular ones still haven't). There
is a tool which meets all of these requirements and is the Cat's Meow too.
- Its called <a href="http://jakarta.apache.org/ant">Ant</a>.
+ Its called <a href="http://ant.apache.org">Ant</a>.
</p>
<p>
Ant started out as the build tool for the popular servlet engine
@@ -280,7 +280,7 @@
have GUIs to abstract you from the build file, however, you will need
to acquire some familiarity with Ant over time as these tools often
break with the complex build procedures often required. Read more about
- Ant <a href="http://jakarta.apache.org/ant">here</a>, <a
href="http://www.amazon.com/exec/obidos/tg/detail/-/1930110588/qid=1038156813/sr=8-4/ref=sr_8_4/102-7589210-1797738?v=glance&s=books&n=507846#product-details">here</a>
and <a
href="http://www.amazon.com/exec/obidos/tg/detail/-/0596001843/qid=1038156852/sr=1-3/ref=sr_1_3/102-7589210-1797738?v=glance&s=books">here</a>.
+ Ant <a href="http://ant.apache.org">here</a>, <a
href="http://www.amazon.com/exec/obidos/tg/detail/-/1930110588/qid=1038156813/sr=8-4/ref=sr_8_4/102-7589210-1797738?v=glance&s=books&n=507846#product-details">here</a>
and <a
href="http://www.amazon.com/exec/obidos/tg/detail/-/0596001843/qid=1038156852/sr=1-3/ref=sr_1_3/102-7589210-1797738?v=glance&s=books">here</a>.
</p>
</blockquote>
</p>
@@ -352,7 +352,7 @@
[name of IDE usually JBuilder] to run them in the debugger?" The answer
is often: you don't. This certainly might make sense for apps or applets,
but most applications these days are run in a servlet engine or other
- container such as <a
href="http://jakarta.apache.org/avalon/phoenix/index.html">Phoenix</a>. For these: you
set the sourcepath, you put the binaries in the classpath
+ container such as <a
href="http://avalon.apache.org/phoenix/index.html">Phoenix</a>. For these: you set the
sourcepath, you put the binaries in the classpath
but you debug the code remotely. Meaning the code runs in tomcat or
whatever and you run the debugger against it. Modern IDEs such as
<a href="http://www.eclipse.org">Eclipse</a> when running against
1.11 +30 -30 jakarta-site2/docs/site/news-2001.html
Index: news-2001.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news-2001.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- news-2001.html 8 Jun 2003 04:05:10 -0000 1.10
+++ news-2001.html 12 Jun 2003 08:28:14 -0000 1.11
@@ -191,7 +191,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Framework 4.1.1:</b>
@@ -217,14 +217,14 @@
The Avalon Framework is already used in
<a href="http://xml.apache.org/cocoon2">Cocoon2</a>, an XML
publishing framework. The Avalon Framework is also used in
- <a href="http://jakarta.apache.org/james">Apache JAMES</a>, a
+ <a href="http://james.apache.org">Apache JAMES</a>, a
Java(tm) Mail Server. Another project that is built on Avalon Framework
is <a href="http://www.jesktop.org">Jestkop</a>, a cross-platform
replacement for your ordinary desktop. If you are evaluating Avalon
and want the proof that it's claims are valid check them out.
</p>
<p>For more information about Avalon Framework 4.1.1, please go to
- <a
href="http://jakarta.apache.org/avalon/framework">http://jakarta.apache.org/avalon/framework</a>.</p>
+ <a
href="http://avalon.apache.org/framework">http://avalon.apache.org/framework</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<h3>21 December 2001 - Tomcat 4.0.2
Beta 1 Released</h3>
@@ -296,7 +296,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Framework 4.1:</b>
@@ -322,14 +322,14 @@
The Avalon Framework is already used in
<a href="http://xml.apache.org/cocoon2">Cocoon2</a>, an XML
publishing framework. The Avalon Framework is also used in
- <a href="http://jakarta.apache.org/james">Apache JAMES</a>, a
+ <a href="http://james.apache.org">Apache JAMES</a>, a
Java(tm) Mail Server. Another project that is built on Avalon Framework
is <a href="http://www.jesktop.org">Jestkop</a>, a cross-platform
replacement for your ordinary desktop. If you are evaluating Avalon
and want the proof that it's claims are valid check them out.
</p>
<p>For more information about Avalon Framework 4.1, please go to
- <a
href="http://jakarta.apache.org/avalon/framework">http://jakarta.apache.org/avalon/framework</a>.</p>
+ <a
href="http://avalon.apache.org/framework">http://avalon.apache.org/framework</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<h3>9 December 2001 - Velocity v1.2
Released</h3>
@@ -404,7 +404,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Phoenix 4.0a3:</b>
@@ -421,11 +421,11 @@
<p>
In order to see Avalon Phoenix at work, you should grab the example
applications or servers that are included in Avalon Cornerstone.
- <a href="http://jakarta.apache.org/james/">Apache James</a>
+ <a href="http://james.apache.org/">Apache James</a>
uses Phoenix for it's mail server.
</p>
<p>For more information about Avalon Phoenix 4.0a3, please go to
- <a
href="http://jakarta.apache.org/avalon/phoenix">http://jakarta.apache.org/avalon/phoenix</a>.</p>
+ <a
href="http://avalon.apache.org/phoenix">http://avalon.apache.org/phoenix</a>.</p>
<p>The release can be downloaded from
<a
href="http://jakarta.apache.org/builds/jakarta-avalon/release/phoenix/v4.0a3">here</a>.</p>
@@ -442,7 +442,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About LogKit 1.0:</b>
@@ -450,7 +450,7 @@
performance orientated logging. It's design encourages integration
into existing products with minimal impact.
<p>For more information about LogKit 1.0, please go to
- <a
href="http://jakarta.apache.org/avalon/logkit">http://jakarta.apache.org/avalon/logkit</a>.</p>
+ <a
href="http://avalon.apache.org/logkit">http://avalon.apache.org/logkit</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<h3>22 October 2001 - Apache Tomcat
3.3 Final Released</h3>
@@ -498,7 +498,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Phoenix 4.0a1:</b>
@@ -515,11 +515,11 @@
<p>
In order to see Avalon Phoenix at work, you should grab the example
applications or servers that are included in Avalon Cornerstone.
- <a href="http://jakarta.apache.org/james/">Apache James</a>
+ <a href="http://james.apache.org/">Apache James</a>
uses Phoenix for it's mail server.
</p>
<p>For more information about Avalon Phoenix 4.0a1, please go to
- <a
href="http://jakarta.apache.org/avalon/phoenix">http://jakarta.apache.org/avalon/phoenix</a>.</p>
+ <a
href="http://avalon.apache.org/phoenix">http://avalon.apache.org/phoenix</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<h3>25 September 2001 - Jakarta
Cactus 1.2 Released</h3>
@@ -582,7 +582,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About LogKit 1.0b5:</b>
@@ -590,7 +590,7 @@
performance orientated logging. It's design encourages integration
into existing products with minimal impact.
<p>For more information about LogKit 1.0b5, please go to
- <a
href="http://jakarta.apache.org/avalon/logkit">http://jakarta.apache.org/avalon/logkit</a>.</p>
+ <a
href="http://avalon.apache.org/logkit">http://avalon.apache.org/logkit</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<h3>15 September 2001 - Cactus is
now a Jakarta top level project</h3>
@@ -625,7 +625,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Excalibur 4.0:</b>
@@ -634,7 +634,7 @@
There are several pool implementations, Component management
implementations, and database management implementations.
<p>For more information about Avalon Excalibur 4.0, please go to
- <a
href="http://jakarta.apache.org/avalon/excalibur">http://jakarta.apache.org/avalon/excalibur</a>.</p>
+ <a
href="http://avalon.apache.org/excalibur">http://avalon.apache.org/excalibur</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<h3>9 September 2001 - Tomcat
4.0-rc1 Released</h3>
@@ -680,7 +680,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Excalibur 4.0b4:</b>
@@ -689,7 +689,7 @@
There are several pool implementations, Component management
implementations, and database management implementations.
<p>For more information about Avalon Excalibur 4.0b4, please go to
- <a
href="http://jakarta.apache.org/avalon/excalibur">http://jakarta.apache.org/avalon/excalibur</a>.</p>
+ <a
href="http://avalon.apache.org/excalibur">http://avalon.apache.org/excalibur</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<h3>9 August 2001 - Tomcat
4.0-beta-7 Released</h3>
@@ -720,7 +720,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Framework 4.0:</b>
@@ -732,14 +732,14 @@
The Avalon Framework is already used in
<a href="http://xml.apache.org/cocoon2">Cocoon2</a>, an XML
publishing framework. The Avalon Framework is also used in
- <a href="http://jakarta.apache.org/james">Apache JAMES</a>, a
+ <a href="http://james.apache.org">Apache JAMES</a>, a
Java(tm) Mail Server. Another project that is built on Avalon Framework
is <a href="http://www.jesktop.org">Jestkop</a>, a cross-platform
replacement for your ordinary desktop. If you are evaluating Avalon
and want the proof that it's claims are valid check them out.
</p>
<p>For more information about Avalon Framework 4.0, please go to
- <a
href="http://jakarta.apache.org/avalon/framework">http://jakarta.apache.org/avalon/framework</a>.</p>
+ <a
href="http://avalon.apache.org/framework">http://avalon.apache.org/framework</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<h3>22 July 2001 - Jakarta Tomcat
3.3-b1 Released</h3>
@@ -834,7 +834,7 @@
ExcaliburComponentSelector.
</p>
<p>
- The <a href="http://jakarta.apache.org/avalon">Avalon</a> project is Apache's
+ The <a href="http://avalon.apache.org">Avalon</a> project is Apache's
Java Server Framework. It is separated into six sub projects: Framework,
Excalibur, LogKit, Cornerstone, Phoenix, and Testlet. It's purpose is to
simplify server side programming for Java based projects. It formalizes
@@ -842,13 +842,13 @@
</p>
<h4>Avalon Framework 4.0 beta 3</h4>
<p>
- <a href="http://jakarta.apache.org/avalon/framework">Avalon Framework</a>
+ <a href="http://avalon.apache.org/framework">Avalon Framework</a>
is the core of all of the Avalon projects, and formalizes all the contracts
and patterns used within all Avalon compliant projects.
</p>
<h4>Avalon Excalibur 4.0 beta 3</h4>
<p>
- <a href="http://jakarta.apache.org/avalon/excalibur">Avalon Excalibur</a>
+ <a href="http://avalon.apache.org/excalibur">Avalon Excalibur</a>
contains several premade Avalon Components and utilities to make your server
side programming easier. There are several pool implementations, Component
management implamentations, and database management implementations.
@@ -873,7 +873,7 @@
includes bugfixes and more current documentation.
</p>
<p>
- The <a href="http://jakarta.apache.org/avalon">Avalon</a> project is Apache's
+ The <a href="http://avalon.apache.org">Avalon</a> project is Apache's
Java Server Framework. It is separated into six sub projects: Framework,
Excalibur, LogKit, Cornerstone, Phoenix, and Testlet. It's purpose is to
simplify server side programming for Java based projects. It formalizes
@@ -881,20 +881,20 @@
</p>
<h4>Avalon Framework 4.0 beta 2</h4>
<p>
- <a href="http://jakarta.apache.org/avalon/framework">Avalon Framework</a>
+ <a href="http://avalon.apache.org/framework">Avalon Framework</a>
is the core of all of the Avalon projects, and formalizes all the contracts
and patterns used within all Avalon compliant projects.
</p>
<h4>Avalon Excalibur 4.0 beta 2</h4>
<p>
- <a href="http://jakarta.apache.org/avalon/excalibur">Avalon Excalibur</a>
+ <a href="http://avalon.apache.org/excalibur">Avalon Excalibur</a>
contains several premade Avalon Components and utilities to make your server
side programming easier. There are several pool implementations, Component
management implamentations, and database management implementations.
</p>
<h4>Avalon LogKit 1.0 beta 2</h4>
<p>
- <a href="http://jakarta.apache.org/avalon/logkit">Avalon LogKit</a>
+ <a href="http://avalon.apache.org/logkit">Avalon LogKit</a>
is a logging toolkit designed for secure performance orientated logging
in applications. It is the logging toolkit used in all of Avalon's
projects.
1.11 +24 -24 jakarta-site2/docs/site/news-2002.html
Index: news-2002.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news-2002.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- news-2002.html 8 Jun 2003 04:05:11 -0000 1.10
+++ news-2002.html 12 Jun 2003 08:28:14 -0000 1.11
@@ -20,7 +20,7 @@
- <title>The Jakarta Site - New and Status - 2000</title>
+ <title>The Jakarta Site - New and Status - 2002</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
@@ -201,7 +201,7 @@
<a name="1229.1">
<h3>29 December 2002 - James 2.1 Released</h3>
</a>
- <p>This release has many
enhancements and bug fixes over the previous release. See the <a
href="http://jakarta.apache.org/james/announcement_2_1.html">announcement</a> for more
information, and the <a href="http://jakarta.apache.org/james/changelog.html">Change
Log</a> for a detailed list of changes. Some of the earlier defects could turn a James
mail server into an Open Relay. All users of James 2.0a3 and earlier are urged to
upgrade to James v2.1 as soon as possible.</p>
+ <p>This release has many
enhancements and bug fixes over the previous release. See the <a
href="http://james.apache.org/announcement_2_1.html">announcement</a> for more
information, and the <a href="http://james.apache.org/changelog.html">Change Log</a>
for a detailed list of changes. Some of the earlier defects could turn a James mail
server into an Open Relay. All users of James 2.0a3 and earlier are urged to upgrade
to James v2.1 as soon as possible.</p>
<hr size="1" noshade="noshade" />
<a name="1219.1">
<h3>19 December 2002 - Security update: Tomcat 4.1.18 Stable Released</h3>
@@ -413,7 +413,7 @@
logging have been addressed too.
<br />
Binary and source distributions are available <a
href="http://jakarta.apache.org/builds/jakarta-avalon-phoenix/release/v4.0.1/">here</a>.
- The project's homepage is <a
href="http://jakarta.apache.org/avalon/phoenix/">here</a>.
+ The project's homepage is <a href="http://avalon.apache.org/phoenix/">here</a>.
</p>
<hr size="1" noshade="noshade" />
<a name="1009.2">
@@ -580,7 +580,7 @@
The Avalon Team is pleased to announce the release of Avalon-Phoenix 4.0.
Binary and source distributions are available
<a
href="http://jakarta.apache.org/builds/jakarta-avalon-phoenix/release/v4.0/">here</a>.
- The project's homepage is <a
href="http://jakarta.apache.org/avalon/phoenix/">here</a>.
+ The project's homepage is <a href="http://avalon.apache.org/phoenix/">here</a>.
This stabilises Phoenix. MX4J is enabled by default, but can be turned off. The
standard Kernel can be replaced by one that additionally offers a Beanshell
Console.
<br />
@@ -743,7 +743,7 @@
The Avalon Team is pleased to announce the release of Avalon-Phoenix 4.0 Beta.
Binary and source distributions are available
<a
href="http://jakarta.apache.org/builds/jakarta-avalon-phoenix/release/v4.0beta/">here</a>.
- The project's homepage is <a
href="http://jakarta.apache.org/avalon/phoenix/">here</a>.
+ The project's homepage is <a href="http://avalon.apache.org/phoenix/">here</a>.
This release adds JMX capability via an HTTP adapter from the MX4J project on
Sourceforge.
</p>
<hr size="1" noshade="noshade" />
@@ -813,7 +813,7 @@
<ul>
<li>
Automatic detection of <a href="http://jakarta.apache.org/log4j/">log4j</a>
- or <a href="http://jakarta.apache.org/avalon/">Avalon's logkit</a>
+ or <a href="http://avalon.apache.org/">Avalon's logkit</a>
as the default logger. It's your
choice - just put either into the classpath and Velocity will find it.
</li>
@@ -912,12 +912,12 @@
<a name="0530.1">
<h3>30 May 2002 - James v2.0a3 Released</h3>
</a>
- <p>The <a
href="http://jakarta.apache.org/james/index.html">James</a> team are pleased to
announce the release of <a
href="http://jakarta.apache.org/builds/jakarta-james/release/v2.0a3/">version
2.0a3</a> of the James Server.
+ <p>The <a
href="http://james.apache.org/index.html">James</a> team are pleased to announce the
release of <a
href="http://jakarta.apache.org/builds/jakarta-james/release/v2.0a3/">version
2.0a3</a> of the James Server.
<br />James is a highly configurable, 100% Java, Email and News server currently
offering SMTP, POP3 and NNTP using file or RDBMS data storage.
<br />This version demonstrates improved stability, and contains a number of
significant bugfixes over the previous release.
<br />James is also an email application server supporting the Apache Mailet API.
-<br />The <a href="http://jakarta.apache.org/james/mailet/index.html">Mailet
API</a> provides a simple framework for developing email processing applications and
is maintained by the James project.
-<br />James is based upon the Apache <a
href="http://jakarta.apache.org/avalon/index.html">Avalon</a> application framework.
+<br />The <a href="http://james.apache.org/mailet/index.html">Mailet API</a>
provides a simple framework for developing email processing applications and is
maintained by the James project.
+<br />James is based upon the Apache <a
href="http://avalon.apache.org/index.html">Avalon</a> application framework.
</p>
<hr size="1" noshade="noshade" />
<a name="0527.1">
@@ -1078,8 +1078,8 @@
<a name="0411.1" />
<h3>11 April 2002 - Jakarta Turbine
Maven Beta 3 Released</h3>
<p>The Maven team is pleased to
announce the Beta 3 release!</p>
- <p><a
href="http://jakarta.apache.org/turbine/maven/">
-http://jakarta.apache.org/turbine/maven/</a></p>
+ <p><a
href="http://maven.apache.org/">
+http://maven.apache.org/</a></p>
<p>Maven is a Java project
management and project comprehension tool. Maven is
based on the concept of a project object model (POM) in that all the
artifacts produced by Maven are a result of consulting a well defined model
@@ -1097,8 +1097,8 @@
<a name="0330.1" />
<h3>30 March 2002 - Jakarta Turbine
Maven Beta 2 Released</h3>
<p>The Maven team is pleased to
announce the Beta 2 release!</p>
- <p><a
href="http://jakarta.apache.org/turbine/maven/">
-http://jakarta.apache.org/turbine/maven/</a></p>
+ <p><a
href="http://maven.apache.org/">
+http://maven.apache.org/</a></p>
<p>Maven is a Java project
management and project comprehension tool. Maven is
based on the concept of a project object model (POM) in that all the
artifacts produced by Maven are a result of consulting a well defined model
@@ -1399,7 +1399,7 @@
</a>
<p>
The <a href="http://jakarta.apache.org/poi">POI</a> committers have voted to
- <a href="http://jakarta.apache.org/ant">"innovate"</a> and hold a logo contest.
+ <a href="http://ant.apache.org">"innovate"</a> and hold a logo contest.
The big P at the top of the POI project page is just a placeholder. We're
hoping to tap the talent of all of the budding artists around the Jakarta
community.
@@ -1558,10 +1558,10 @@
API and offers support for filesystem and database email repositories.
</p>
<p>
-More information about <b>James</b> can be found here <a
href="http://jakarta.apache.org/james">http://jakarta.apache.org/james</a><br />
+More information about <b>James</b> can be found here <a
href="http://james.apache.org">http://james.apache.org</a><br />
The <b>Mailet API </b>is maintained by the James project and can be found here
-<a
href="http://jakarta.apache.org/james/mailet/">http://jakarta.apache.org/james/mailet/</a><br
/>
-Information about <b>Avalon</b> can be found here <a
href="http://jakarta.apache.org/avalon/">http://jakarta.apache.org/avalon/</a>
+<a href="http://james.apache.org/mailet/">http://james.apache.org/mailet/</a><br />
+Information about <b>Avalon</b> can be found here <a
href="http://avalon.apache.org/">http://avalon.apache.org/</a>
</p>
<hr size="1" noshade="noshade" />
<a name="0131.2">
@@ -1578,7 +1578,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Framework 4.1.2:</b>
@@ -1604,14 +1604,14 @@
The Avalon Framework is already used in
<a href="http://xml.apache.org/cocoon">Cocoon</a>, an XML
publishing framework. The Avalon Framework is also used in
- <a href="http://jakarta.apache.org/james">Apache JAMES</a>, a
+ <a href="http://james.apache.org">Apache JAMES</a>, a
Java(tm) Mail Server. Another project that is built on Avalon Framework
is <a href="http://www.jesktop.com">Jestkop</a>, a cross-platform
replacement for your ordinary desktop. If you are evaluating Avalon
and want the proof that it's claims are valid check them out.
</p>
<p>For more information about Avalon Framework 4.1.2, please go to
- <a
href="http://jakarta.apache.org/avalon/framework">http://jakarta.apache.org/avalon/framework</a>.</p>
+ <a
href="http://avalon.apache.org/framework">http://avalon.apache.org/framework</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<a name="0131">
@@ -1627,7 +1627,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About LogKit 1.0.1:</b>
@@ -1635,7 +1635,7 @@
performance oriented logging. It's design encourages integration
into existing products with minimal impact.
<p>For more information about LogKit 1.0.1, please go to
- <a
href="http://jakarta.apache.org/avalon/logkit">http://jakarta.apache.org/avalon/logkit</a>.</p>
+ <a
href="http://avalon.apache.org/logkit">http://avalon.apache.org/logkit</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<a name="0130.2">
@@ -1678,7 +1678,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Excalibur 4.1:</b>
@@ -1687,7 +1687,7 @@
There are several pool implementations, Component management
implementations, and database management implementations.
<p>For more information about Avalon Excalibur 4.1, please go to
- <a
href="http://jakarta.apache.org/avalon/excalibur">http://jakarta.apache.org/avalon/excalibur</a>.</p>
+ <a
href="http://avalon.apache.org/excalibur">http://avalon.apache.org/excalibur</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<a name="0121">
1.326 +1 -1 jakarta-site2/docs/site/news.html
Index: news.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -r1.325 -r1.326
--- news.html 9 Jun 2003 19:13:01 -0000 1.325
+++ news.html 12 Jun 2003 08:28:14 -0000 1.326
@@ -749,7 +749,7 @@
This has made both the core Jelly library much smaller as well as making Jelly
easier to embed. Currently Jelly is used in Jakarta projects like
<a href="http://jakarta.apache.org/commons/latka/index.html">Latka</a> and
-<a href="http://jakarta.apache.org/turbine/maven/">Maven</a> .
+<a href="http://maven.apache.org/">Maven</a> .
</p>
<hr size="1" noshade="noshade" />
<a name="20030204.2">
1.22 +1 -1 jakarta-site2/docs/site/news/200206.html
Index: 200206.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news/200206.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- 200206.html 8 Jun 2003 04:05:14 -0000 1.21
+++ 200206.html 12 Jun 2003 08:28:15 -0000 1.22
@@ -524,7 +524,7 @@
</p>
<p>
<li><a name="ojb1">[1] - <a href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]&msgNo=274">http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]&msgNo=274</a></a></li>
-<li><a name="ojb2">[2] - <a
href="http://jakarta.apache.org/ojb/jdo/jdo-proposal.html">http://jakarta.apache.org/ojb/jdo/jdo-proposal.html</a></a></li>
+<li><a name="ojb2">[2] - <a
href="http://db.apache.org/ojb/jdo/jdo-proposal.html">http://db.apache.org/ojb/jdo/jdo-proposal.html</a></a></li>
<li><a name="ojb3">[3] - <a href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]&msgId=382893">http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]&msgId=382893</a></a></li>
1.22 +1 -1 jakarta-site2/docs/site/news/200208.html
Index: 200208.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news/200208.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- 200208.html 8 Jun 2003 04:05:15 -0000 1.21
+++ 200208.html 12 Jun 2003 08:28:15 -0000 1.22
@@ -336,7 +336,7 @@
<li><a name="Avalon1">[1] - <a
href="http://marc.theaimsgroup.com/?l=avalon-dev&m=102823180701713&w=2">http://marc.theaimsgroup.com/?l=avalon-dev&m=102823180701713&w=2</a></a></li>
<li><a name="Avalon2">[2] - <a
href="http://cvs.apache.org/viewcvs.cgi/jakarta-avalon-excalibur/csframework/">http://cvs.apache.org/viewcvs.cgi/jakarta-avalon-excalibur/csframework/</a></a></li>
<li><a name="Avalon3">[3] - <a
href="http://marc.theaimsgroup.com/?l=avalon-dev&m=102957399421271&w=2">http://marc.theaimsgroup.com/?l=avalon-dev&m=102957399421271&w=2</a></a></li>
- <li><a name="Avalon4">[4] - <a
href="http://jakarta.apache.org/avalon/framework/reference-containers.html">http://jakarta.apache.org/avalon/framework/reference-containers.html</a></a></li>
+ <li><a name="Avalon4">[4] - <a
href="http://avalon.apache.org/framework/reference-containers.html">http://avalon.apache.org/framework/reference-containers.html</a></a></li>
<li><a name="Avalon5">[5] - <a
href="http://marc.theaimsgroup.com/?t=102967887900001&r=1&w=2">http://marc.theaimsgroup.com/?t=102967887900001&r=1&w=2</a></a></li>
<li><a name="Avalon6">[6] - <a
href="http://jakarta.apache.org/phoenix/">http://jakarta.apache.org/phoenix/</a></a></li>
<li><a name="Avalon7">[7] - <a
href="http://marc.theaimsgroup.com/?t=103043406700001&r=1&w=2">http://marc.theaimsgroup.com/?t=103043406700001&r=1&w=2</a></a></li>
1.23 +1 -1 jakarta-site2/docs/site/news/200210.html
Index: 200210.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news/200210.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- 200210.html 8 Jun 2003 04:05:15 -0000 1.22
+++ 200210.html 12 Jun 2003 08:28:15 -0000 1.23
@@ -260,7 +260,7 @@
<li><a name="Avalon3">[3] - <a
href="http://marc.theaimsgroup.com/?t=103545268100001&r=1&w=2">http://marc.theaimsgroup.com/?t=103545268100001&r=1&w=2</a></a></li>
<li><a name="Avalon4">[4] - <a
href="http://marc.theaimsgroup.com/?t=103546933700004&r=1&w=2">http://marc.theaimsgroup.com/?t=103546933700004&r=1&w=2</a></a></li>
<li><a name="Avalon5">[5] - <a
href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]&by=thread&from=268738">http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]&by=thread&from=268738</a></a></li>
- <li><a name="Avalon6">[6] - <a
href="http://jakarta.apache.org/avalon/apps/apps/sevak/">http://jakarta.apache.org/avalon/apps/apps/sevak/</a></a></li>
+ <li><a name="Avalon6">[6] - <a
href="http://avalon.apache.org/apps/apps/sevak/">http://avalon.apache.org/apps/apps/sevak/</a></a></li>
<li><a name="Avalon7">[7] - <a
href="http://marc.theaimsgroup.com/?t=103364295500007&r=1&w=2">http://marc.theaimsgroup.com/?t=103364295500007&r=1&w=2</a></a></li>
<li><a name="Avalon8">[8] - <a
href="http://marc.theaimsgroup.com/?t=103362114600002&r=1&w=2">http://marc.theaimsgroup.com/?t=103362114600002&r=1&w=2</a></a></li>
<li><a name="Avalon9">[9] - <a
href="http://marc.theaimsgroup.com/?t=103370102300001&r=1&w=2">http://marc.theaimsgroup.com/?t=103370102300001&r=1&w=2</a></a></li>
1.16 +1 -1 jakarta-site2/docs/site/news/200212.html
Index: 200212.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news/200212.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- 200212.html 8 Jun 2003 04:05:15 -0000 1.15
+++ 200212.html 12 Jun 2003 08:28:15 -0000 1.16
@@ -324,7 +324,7 @@
<blockquote>
<p><i>" James, a 100% pure Java Mail and News
server, and Mailet mail application plat form "</i></p>
<p><b>Editor:</b> Danny Angus</p>
- <p>Over the Holidays the James team
quietly released v2.1 of James, see details at <a
href="http://jakarta.apache.org/james">http://jakarta.apache.org/james</a>. Since then
we've been busy planning the next release of James, most of our plans are on the WIKI
<a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?JamesDevelopmentPages">http://nagoya.apache.org/wiki/apachewiki.cgi?JamesDevelopmentPages</a>.</p>
+ <p>Over the Holidays the James team
quietly released v2.1 of James, see details at <a
href="http://james.apache.org">http://james.apache.org</a>. Since then we've been busy
planning the next release of James, most of our plans are on the WIKI <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?JamesDevelopmentPages">http://nagoya.apache.org/wiki/apachewiki.cgi?JamesDevelopmentPages</a>.</p>
<p>There's also going to be a
revision and new version of the Mailet API aimed at de-coupling more complex Mailet
functionality from the server.</p>
<p>The other big news is that a
vote was passed to propose James become a top-level Apache project. Why? see: <a
href="http://nagoya.apache.org/eyebrowse/[EMAIL
PROTECTED]&msgId=523569">http://nagoya.apache.org/eyebrowse/[EMAIL
PROTECTED]&msgId=523569</a></p>
</blockquote>
1.17 +1 -1 jakarta-site2/xdocs/site/faqs.xml
Index: faqs.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/faqs.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- faqs.xml 10 Feb 2003 07:37:40 -0000 1.16
+++ faqs.xml 12 Jun 2003 08:28:16 -0000 1.17
@@ -42,7 +42,7 @@
<section name="Coding Conventions and Standards">
<ul>
- <li><a
href="http://jakarta.apache.org/avalon/code-standards.html">Avalon</a></li>
+ <li><a href="http://avalon.apache.org/code-standards.html">Avalon</a></li>
<li><a
href="http://jakarta.apache.org/cactus/coding_conventions.html">Cactus</a></li>
<li><a
href="http://jakarta.apache.org/jetspeed/site/code-standards.html"></a>Jetspeed</li>
<li><a
href="http://jakarta.apache.org/turbine/common/code-standards.html">Turbine</a></li>
1.10 +4 -4 jakarta-site2/xdocs/site/idedevelopers.xml
Index: idedevelopers.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/idedevelopers.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- idedevelopers.xml 26 Nov 2002 03:20:35 -0000 1.9
+++ idedevelopers.xml 12 Jun 2003 08:28:17 -0000 1.10
@@ -56,7 +56,7 @@
first. There is nothing more frustrating than a hard to kill bug that
is actually fixed just someone has the old version in their classpath.
So whether you're setting it in your IDE's library manager or at the
- command line, shell script, or through <a
href="http://jakarta.apache.org/ant">your Ant build tool</a>: make sure you know what
is in your classpath and
+ command line, shell script, or through <a href="http://ant.apache.org">your
Ant build tool</a>: make sure you know what is in your classpath and
that only what you need is there.
</p>
<p>TODO: IDE specific instructions for JBuilder, Netbeans and Eclipse.</p>
@@ -76,7 +76,7 @@
rigid in the source directory structures they allow, some are breaking this
presupposition, but some of the more popular ones still haven't). There
is a tool which meets all of these requirements and is the Cat's Meow too.
- Its called <a href="http://jakarta.apache.org/ant">Ant</a>.
+ Its called <a href="http://ant.apache.org">Ant</a>.
</p>
<p>
Ant started out as the build tool for the popular servlet engine
@@ -91,7 +91,7 @@
have GUIs to abstract you from the build file, however, you will need
to acquire some familiarity with Ant over time as these tools often
break with the complex build procedures often required. Read more about
- Ant <a href="http://jakarta.apache.org/ant">here</a>, <a
href="http://www.amazon.com/exec/obidos/tg/detail/-/1930110588/qid=1038156813/sr=8-4/ref=sr_8_4/102-7589210-1797738?v=glance&s=books&n=507846#product-details">here</a>
and <a
href="http://www.amazon.com/exec/obidos/tg/detail/-/0596001843/qid=1038156852/sr=1-3/ref=sr_1_3/102-7589210-1797738?v=glance&s=books">here</a>.
+ Ant <a href="http://ant.apache.org">here</a>, <a
href="http://www.amazon.com/exec/obidos/tg/detail/-/1930110588/qid=1038156813/sr=8-4/ref=sr_8_4/102-7589210-1797738?v=glance&s=books&n=507846#product-details">here</a>
and <a
href="http://www.amazon.com/exec/obidos/tg/detail/-/0596001843/qid=1038156852/sr=1-3/ref=sr_1_3/102-7589210-1797738?v=glance&s=books">here</a>.
</p>
</section>
<section name="CVS and Version control">
@@ -141,7 +141,7 @@
[name of IDE usually JBuilder] to run them in the debugger?" The answer
is often: you don't. This certainly might make sense for apps or applets,
but most applications these days are run in a servlet engine or other
- container such as <a
href="http://jakarta.apache.org/avalon/phoenix/index.html">Phoenix</a>. For these: you
set the sourcepath, you put the binaries in the classpath
+ container such as <a
href="http://avalon.apache.org/phoenix/index.html">Phoenix</a>. For these: you set the
sourcepath, you put the binaries in the classpath
but you debug the code remotely. Meaning the code runs in tomcat or
whatever and you run the debugger against it. Modern IDEs such as
<a href="http://www.eclipse.org">Eclipse</a> when running against
1.2 +30 -30 jakarta-site2/xdocs/site/news-2001.xml
Index: news-2001.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/news-2001.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- news-2001.xml 14 Mar 2003 22:49:51 -0000 1.1
+++ news-2001.xml 12 Jun 2003 08:28:18 -0000 1.2
@@ -25,7 +25,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Framework 4.1.1:</b>
@@ -51,14 +51,14 @@
The Avalon Framework is already used in
<a href="http://xml.apache.org/cocoon2">Cocoon2</a>, an XML
publishing framework. The Avalon Framework is also used in
- <a href="http://jakarta.apache.org/james">Apache JAMES</a>, a
+ <a href="http://james.apache.org">Apache JAMES</a>, a
Java(tm) Mail Server. Another project that is built on Avalon Framework
is <a href="http://www.jesktop.org">Jestkop</a>, a cross-platform
replacement for your ordinary desktop. If you are evaluating Avalon
and want the proof that it's claims are valid check them out.
</p>
<p>For more information about Avalon Framework 4.1.1, please go to
- <a
href="http://jakarta.apache.org/avalon/framework">http://jakarta.apache.org/avalon/framework</a>.</p>
+ <a
href="http://avalon.apache.org/framework">http://avalon.apache.org/framework</a>.</p>
</p>
<hr size="1" noshade="noshade" />
@@ -134,7 +134,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Framework 4.1:</b>
@@ -160,14 +160,14 @@
The Avalon Framework is already used in
<a href="http://xml.apache.org/cocoon2">Cocoon2</a>, an XML
publishing framework. The Avalon Framework is also used in
- <a href="http://jakarta.apache.org/james">Apache JAMES</a>, a
+ <a href="http://james.apache.org">Apache JAMES</a>, a
Java(tm) Mail Server. Another project that is built on Avalon Framework
is <a href="http://www.jesktop.org">Jestkop</a>, a cross-platform
replacement for your ordinary desktop. If you are evaluating Avalon
and want the proof that it's claims are valid check them out.
</p>
<p>For more information about Avalon Framework 4.1, please go to
- <a
href="http://jakarta.apache.org/avalon/framework">http://jakarta.apache.org/avalon/framework</a>.</p>
+ <a
href="http://avalon.apache.org/framework">http://avalon.apache.org/framework</a>.</p>
</p>
<hr size="1" noshade="noshade" />
@@ -251,7 +251,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Phoenix 4.0a3:</b>
@@ -268,11 +268,11 @@
<p>
In order to see Avalon Phoenix at work, you should grab the example
applications or servers that are included in Avalon Cornerstone.
- <a href="http://jakarta.apache.org/james/">Apache James</a>
+ <a href="http://james.apache.org/">Apache James</a>
uses Phoenix for it's mail server.
</p>
<p>For more information about Avalon Phoenix 4.0a3, please go to
- <a
href="http://jakarta.apache.org/avalon/phoenix">http://jakarta.apache.org/avalon/phoenix</a>.</p>
+ <a
href="http://avalon.apache.org/phoenix">http://avalon.apache.org/phoenix</a>.</p>
<p>The release can be downloaded from
<a
href="http://jakarta.apache.org/builds/jakarta-avalon/release/phoenix/v4.0a3">here</a>.</p>
@@ -289,7 +289,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About LogKit 1.0:</b>
@@ -297,7 +297,7 @@
performance orientated logging. It's design encourages integration
into existing products with minimal impact.
<p>For more information about LogKit 1.0, please go to
- <a
href="http://jakarta.apache.org/avalon/logkit">http://jakarta.apache.org/avalon/logkit</a>.</p>
+ <a
href="http://avalon.apache.org/logkit">http://avalon.apache.org/logkit</a>.</p>
</p>
<hr size="1" noshade="noshade" />
@@ -354,7 +354,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Phoenix 4.0a1:</b>
@@ -371,11 +371,11 @@
<p>
In order to see Avalon Phoenix at work, you should grab the example
applications or servers that are included in Avalon Cornerstone.
- <a href="http://jakarta.apache.org/james/">Apache James</a>
+ <a href="http://james.apache.org/">Apache James</a>
uses Phoenix for it's mail server.
</p>
<p>For more information about Avalon Phoenix 4.0a1, please go to
- <a
href="http://jakarta.apache.org/avalon/phoenix">http://jakarta.apache.org/avalon/phoenix</a>.</p>
+ <a
href="http://avalon.apache.org/phoenix">http://avalon.apache.org/phoenix</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<h3>25 September 2001 - Jakarta Cactus 1.2 Released</h3>
@@ -451,7 +451,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About LogKit 1.0b5:</b>
@@ -459,7 +459,7 @@
performance orientated logging. It's design encourages integration
into existing products with minimal impact.
<p>For more information about LogKit 1.0b5, please go to
- <a
href="http://jakarta.apache.org/avalon/logkit">http://jakarta.apache.org/avalon/logkit</a>.</p>
+ <a
href="http://avalon.apache.org/logkit">http://avalon.apache.org/logkit</a>.</p>
</p>
<hr size="1" noshade="noshade" />
@@ -502,7 +502,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Excalibur 4.0:</b>
@@ -511,7 +511,7 @@
There are several pool implementations, Component management
implementations, and database management implementations.
<p>For more information about Avalon Excalibur 4.0, please go to
- <a
href="http://jakarta.apache.org/avalon/excalibur">http://jakarta.apache.org/avalon/excalibur</a>.</p>
+ <a
href="http://avalon.apache.org/excalibur">http://avalon.apache.org/excalibur</a>.</p>
</p>
<hr size="1" noshade="noshade" />
@@ -569,7 +569,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Excalibur 4.0b4:</b>
@@ -578,7 +578,7 @@
There are several pool implementations, Component management
implementations, and database management implementations.
<p>For more information about Avalon Excalibur 4.0b4, please go to
- <a
href="http://jakarta.apache.org/avalon/excalibur">http://jakarta.apache.org/avalon/excalibur</a>.</p>
+ <a
href="http://avalon.apache.org/excalibur">http://avalon.apache.org/excalibur</a>.</p>
</p>
<hr size="1" noshade="noshade" />
@@ -617,7 +617,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Framework 4.0:</b>
@@ -629,14 +629,14 @@
The Avalon Framework is already used in
<a href="http://xml.apache.org/cocoon2">Cocoon2</a>, an XML
publishing framework. The Avalon Framework is also used in
- <a href="http://jakarta.apache.org/james">Apache JAMES</a>, a
+ <a href="http://james.apache.org">Apache JAMES</a>, a
Java(tm) Mail Server. Another project that is built on Avalon Framework
is <a href="http://www.jesktop.org">Jestkop</a>, a cross-platform
replacement for your ordinary desktop. If you are evaluating Avalon
and want the proof that it's claims are valid check them out.
</p>
<p>For more information about Avalon Framework 4.0, please go to
- <a
href="http://jakarta.apache.org/avalon/framework">http://jakarta.apache.org/avalon/framework</a>.</p>
+ <a
href="http://avalon.apache.org/framework">http://avalon.apache.org/framework</a>.</p>
</p>
<hr size="1" noshade="noshade" />
@@ -753,7 +753,7 @@
ExcaliburComponentSelector.
</p>
<p>
- The <a href="http://jakarta.apache.org/avalon">Avalon</a> project is Apache's
+ The <a href="http://avalon.apache.org">Avalon</a> project is Apache's
Java Server Framework. It is separated into six sub projects: Framework,
Excalibur, LogKit, Cornerstone, Phoenix, and Testlet. It's purpose is to
simplify server side programming for Java based projects. It formalizes
@@ -761,13 +761,13 @@
</p>
<h4>Avalon Framework 4.0 beta 3</h4>
<p>
- <a href="http://jakarta.apache.org/avalon/framework">Avalon Framework</a>
+ <a href="http://avalon.apache.org/framework">Avalon Framework</a>
is the core of all of the Avalon projects, and formalizes all the contracts
and patterns used within all Avalon compliant projects.
</p>
<h4>Avalon Excalibur 4.0 beta 3</h4>
<p>
- <a href="http://jakarta.apache.org/avalon/excalibur">Avalon Excalibur</a>
+ <a href="http://avalon.apache.org/excalibur">Avalon Excalibur</a>
contains several premade Avalon Components and utilities to make your server
side programming easier. There are several pool implementations, Component
management implamentations, and database management implementations.
@@ -798,7 +798,7 @@
includes bugfixes and more current documentation.
</p>
<p>
- The <a href="http://jakarta.apache.org/avalon">Avalon</a> project is Apache's
+ The <a href="http://avalon.apache.org">Avalon</a> project is Apache's
Java Server Framework. It is separated into six sub projects: Framework,
Excalibur, LogKit, Cornerstone, Phoenix, and Testlet. It's purpose is to
simplify server side programming for Java based projects. It formalizes
@@ -806,20 +806,20 @@
</p>
<h4>Avalon Framework 4.0 beta 2</h4>
<p>
- <a href="http://jakarta.apache.org/avalon/framework">Avalon Framework</a>
+ <a href="http://avalon.apache.org/framework">Avalon Framework</a>
is the core of all of the Avalon projects, and formalizes all the contracts
and patterns used within all Avalon compliant projects.
</p>
<h4>Avalon Excalibur 4.0 beta 2</h4>
<p>
- <a href="http://jakarta.apache.org/avalon/excalibur">Avalon Excalibur</a>
+ <a href="http://avalon.apache.org/excalibur">Avalon Excalibur</a>
contains several premade Avalon Components and utilities to make your server
side programming easier. There are several pool implementations, Component
management implamentations, and database management implementations.
</p>
<h4>Avalon LogKit 1.0 beta 2</h4>
<p>
- <a href="http://jakarta.apache.org/avalon/logkit">Avalon LogKit</a>
+ <a href="http://avalon.apache.org/logkit">Avalon LogKit</a>
is a logging toolkit designed for secure performance orientated logging
in applications. It is the logging toolkit used in all of Avalon's
projects.
1.2 +24 -24 jakarta-site2/xdocs/site/news-2002.xml
Index: news-2002.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/news-2002.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- news-2002.xml 14 Mar 2003 22:49:51 -0000 1.1
+++ news-2002.xml 12 Jun 2003 08:28:18 -0000 1.2
@@ -4,7 +4,7 @@
<properties>
<author email="[EMAIL PROTECTED]">Jon S. Stevens</author>
<author email="[EMAIL PROTECTED]">Ted Husted</author>
- <title>New and Status - 2000</title>
+ <title>New and Status - 2002</title>
</properties>
<body>
@@ -36,7 +36,7 @@
<a name="1229.1">
<h3>29 December 2002 - James 2.1 Released</h3>
</a>
-<p>This release has many enhancements and bug fixes over the previous release. See
the <a href="http://jakarta.apache.org/james/announcement_2_1.html">announcement</a>
for more information, and the <a
href="http://jakarta.apache.org/james/changelog.html">Change Log</a> for a detailed
list of changes. Some of the earlier defects could turn a James mail server into an
Open Relay. All users of James 2.0a3 and earlier are urged to upgrade to James v2.1 as
soon as possible.</p>
+<p>This release has many enhancements and bug fixes over the previous release. See
the <a href="http://james.apache.org/announcement_2_1.html">announcement</a> for more
information, and the <a href="http://james.apache.org/changelog.html">Change Log</a>
for a detailed list of changes. Some of the earlier defects could turn a James mail
server into an Open Relay. All users of James 2.0a3 and earlier are urged to upgrade
to James v2.1 as soon as possible.</p>
<hr size="1" noshade="noshade" />
@@ -274,7 +274,7 @@
<br/>
Binary and source distributions are available <a
href="http://jakarta.apache.org/builds/jakarta-avalon-phoenix/release/v4.0.1/">here</a>.
- The project's homepage is <a
href="http://jakarta.apache.org/avalon/phoenix/">here</a>.
+ The project's homepage is <a href="http://avalon.apache.org/phoenix/">here</a>.
</p>
<hr size="1" noshade="noshade" />
@@ -452,7 +452,7 @@
The Avalon Team is pleased to announce the release of Avalon-Phoenix 4.0.
Binary and source distributions are available
<a
href="http://jakarta.apache.org/builds/jakarta-avalon-phoenix/release/v4.0/">here</a>.
- The project's homepage is <a
href="http://jakarta.apache.org/avalon/phoenix/">here</a>.
+ The project's homepage is <a href="http://avalon.apache.org/phoenix/">here</a>.
This stabilises Phoenix. MX4J is enabled by default, but can be turned off. The
standard Kernel can be replaced by one that additionally offers a Beanshell
Console.
<br/>
@@ -628,7 +628,7 @@
The Avalon Team is pleased to announce the release of Avalon-Phoenix 4.0 Beta.
Binary and source distributions are available
<a
href="http://jakarta.apache.org/builds/jakarta-avalon-phoenix/release/v4.0beta/">here</a>.
- The project's homepage is <a
href="http://jakarta.apache.org/avalon/phoenix/">here</a>.
+ The project's homepage is <a href="http://avalon.apache.org/phoenix/">here</a>.
This release adds JMX capability via an HTTP adapter from the MX4J project on
Sourceforge.
</p>
<hr size="1" noshade="noshade" />
@@ -711,7 +711,7 @@
<ul>
<li>
Automatic detection of <a href="http://jakarta.apache.org/log4j/">log4j</a>
- or <a href="http://jakarta.apache.org/avalon/">Avalon's logkit</a>
+ or <a href="http://avalon.apache.org/">Avalon's logkit</a>
as the default logger. It's your
choice - just put either into the classpath and Velocity will find it.
</li>
@@ -832,12 +832,12 @@
<a name="0530.1">
<h3>30 May 2002 - James v2.0a3 Released</h3>
</a>
-<p>The <a href="http://jakarta.apache.org/james/index.html">James</a> team are
pleased to announce the release of <a
href="http://jakarta.apache.org/builds/jakarta-james/release/v2.0a3/">version
2.0a3</a> of the James Server.
+<p>The <a href="http://james.apache.org/index.html">James</a> team are pleased to
announce the release of <a
href="http://jakarta.apache.org/builds/jakarta-james/release/v2.0a3/">version
2.0a3</a> of the James Server.
<br/>James is a highly configurable, 100% Java, Email and News server currently
offering SMTP, POP3 and NNTP using file or RDBMS data storage.
<br/>This version demonstrates improved stability, and contains a number of
significant bugfixes over the previous release.
<br/>James is also an email application server supporting the Apache Mailet API.
-<br/>The <a href="http://jakarta.apache.org/james/mailet/index.html">Mailet API</a>
provides a simple framework for developing email processing applications and is
maintained by the James project.
-<br/>James is based upon the Apache <a
href="http://jakarta.apache.org/avalon/index.html">Avalon</a> application framework.
+<br/>The <a href="http://james.apache.org/mailet/index.html">Mailet API</a>
provides a simple framework for developing email processing applications and is
maintained by the James project.
+<br/>James is based upon the Apache <a
href="http://avalon.apache.org/index.html">Avalon</a> application framework.
</p>
<hr size="1" noshade="noshade" />
@@ -1034,8 +1034,8 @@
<p>The Maven team is pleased to announce the Beta 3 release!</p>
-<p><a href="http://jakarta.apache.org/turbine/maven/">
-http://jakarta.apache.org/turbine/maven/</a></p>
+<p><a href="http://maven.apache.org/">
+http://maven.apache.org/</a></p>
<p>Maven is a Java project management and project comprehension tool. Maven is
based on the concept of a project object model (POM) in that all the
@@ -1063,8 +1063,8 @@
<p>The Maven team is pleased to announce the Beta 2 release!</p>
-<p><a href="http://jakarta.apache.org/turbine/maven/">
-http://jakarta.apache.org/turbine/maven/</a></p>
+<p><a href="http://maven.apache.org/">
+http://maven.apache.org/</a></p>
<p>Maven is a Java project management and project comprehension tool. Maven is
based on the concept of a project object model (POM) in that all the
@@ -1384,7 +1384,7 @@
</a>
<p>
The <a href="http://jakarta.apache.org/poi">POI</a> committers have voted to
- <a href="http://jakarta.apache.org/ant">"innovate"</a> and hold a logo
contest.
+ <a href="http://ant.apache.org">"innovate"</a> and hold a logo contest.
The big P at the top of the POI project page is just a placeholder. We're
hoping to tap the talent of all of the budding artists around the Jakarta
community.
@@ -1568,10 +1568,10 @@
API and offers support for filesystem and database email repositories.
</p>
<p>
-More information about <b>James</b> can be found here <a
href="http://jakarta.apache.org/james">http://jakarta.apache.org/james</a><br />
+More information about <b>James</b> can be found here <a
href="http://james.apache.org">http://james.apache.org</a><br />
The <b>Mailet API </b>is maintained by the James project and can be found here
-<a
href="http://jakarta.apache.org/james/mailet/">http://jakarta.apache.org/james/mailet/</a><br
/>
-Information about <b>Avalon</b> can be found here <a
href="http://jakarta.apache.org/avalon/">http://jakarta.apache.org/avalon/</a>
+<a href="http://james.apache.org/mailet/">http://james.apache.org/mailet/</a><br />
+Information about <b>Avalon</b> can be found here <a
href="http://avalon.apache.org/">http://avalon.apache.org/</a>
</p>
<hr size="1" noshade="noshade" />
<a name="0131.2">
@@ -1588,7 +1588,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Framework 4.1.2:</b>
@@ -1614,14 +1614,14 @@
The Avalon Framework is already used in
<a href="http://xml.apache.org/cocoon">Cocoon</a>, an XML
publishing framework. The Avalon Framework is also used in
- <a href="http://jakarta.apache.org/james">Apache JAMES</a>, a
+ <a href="http://james.apache.org">Apache JAMES</a>, a
Java(tm) Mail Server. Another project that is built on Avalon Framework
is <a href="http://www.jesktop.com">Jestkop</a>, a cross-platform
replacement for your ordinary desktop. If you are evaluating Avalon
and want the proof that it's claims are valid check them out.
</p>
<p>For more information about Avalon Framework 4.1.2, please go to
- <a
href="http://jakarta.apache.org/avalon/framework">http://jakarta.apache.org/avalon/framework</a>.</p>
+ <a
href="http://avalon.apache.org/framework">http://avalon.apache.org/framework</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<a name="0131">
@@ -1637,7 +1637,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About LogKit 1.0.1:</b>
@@ -1645,7 +1645,7 @@
performance oriented logging. It's design encourages integration
into existing products with minimal impact.
<p>For more information about LogKit 1.0.1, please go to
- <a
href="http://jakarta.apache.org/avalon/logkit">http://jakarta.apache.org/avalon/logkit</a>.</p>
+ <a
href="http://avalon.apache.org/logkit">http://avalon.apache.org/logkit</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<a name="0130.2">
@@ -1694,7 +1694,7 @@
formalizes serveral best of breed practices and patterns for
server side programming.
<p>For more information about Avalon, please go to
- <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>.</p>
+ <a href="http://avalon.apache.org">http://avalon.apache.org</a>.</p>
</p>
<p>
<b>About Avalon Excalibur 4.1:</b>
@@ -1703,7 +1703,7 @@
There are several pool implementations, Component management
implementations, and database management implementations.
<p>For more information about Avalon Excalibur 4.1, please go to
- <a
href="http://jakarta.apache.org/avalon/excalibur">http://jakarta.apache.org/avalon/excalibur</a>.</p>
+ <a
href="http://avalon.apache.org/excalibur">http://avalon.apache.org/excalibur</a>.</p>
</p>
<hr size="1" noshade="noshade" />
<a name="0121">
1.277 +1 -1 jakarta-site2/xdocs/site/news.xml
Index: news.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/news.xml,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -r1.276 -r1.277
--- news.xml 9 Jun 2003 19:13:02 -0000 1.276
+++ news.xml 12 Jun 2003 08:28:18 -0000 1.277
@@ -648,7 +648,7 @@
This has made both the core Jelly library much smaller as well as making Jelly
easier to embed. Currently Jelly is used in Jakarta projects like
<a href="http://jakarta.apache.org/commons/latka/index.html">Latka</a> and
-<a href="http://jakarta.apache.org/turbine/maven/">Maven</a> .
+<a href="http://maven.apache.org/">Maven</a> .
</p>
<hr size="1" noshade="noshade" />
1.3 +1 -1 jakarta-site2/xdocs/site/news/200206.xml
Index: 200206.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/news/200206.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 200206.xml 5 Jul 2002 06:05:02 -0000 1.2
+++ 200206.xml 12 Jun 2003 08:28:19 -0000 1.3
@@ -295,7 +295,7 @@
</p>
<p>
<li><a name="ojb1">[1] - <a href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]&msgNo=274">http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]&msgNo=274</a></a></li>
-<li><a name="ojb2">[2] - <a
href="http://jakarta.apache.org/ojb/jdo/jdo-proposal.html">http://jakarta.apache.org/ojb/jdo/jdo-proposal.html</a></a></li>
+<li><a name="ojb2">[2] - <a
href="http://db.apache.org/ojb/jdo/jdo-proposal.html">http://db.apache.org/ojb/jdo/jdo-proposal.html</a></a></li>
<li><a name="ojb3">[3] - <a href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]&msgId=382893">http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]&msgId=382893</a></a></li>
1.4 +1 -1 jakarta-site2/xdocs/site/news/200208.xml
Index: 200208.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/news/200208.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 200208.xml 5 Sep 2002 20:00:30 -0000 1.3
+++ 200208.xml 12 Jun 2003 08:28:19 -0000 1.4
@@ -156,7 +156,7 @@
<li><a name="Avalon1">[1] - <a
href="http://marc.theaimsgroup.com/?l=avalon-dev&m=102823180701713&w=2">http://marc.theaimsgroup.com/?l=avalon-dev&m=102823180701713&w=2</a></a></li>
<li><a name="Avalon2">[2] - <a
href="http://cvs.apache.org/viewcvs.cgi/jakarta-avalon-excalibur/csframework/">http://cvs.apache.org/viewcvs.cgi/jakarta-avalon-excalibur/csframework/</a></a></li>
<li><a name="Avalon3">[3] - <a
href="http://marc.theaimsgroup.com/?l=avalon-dev&m=102957399421271&w=2">http://marc.theaimsgroup.com/?l=avalon-dev&m=102957399421271&w=2</a></a></li>
- <li><a name="Avalon4">[4] - <a
href="http://jakarta.apache.org/avalon/framework/reference-containers.html">http://jakarta.apache.org/avalon/framework/reference-containers.html</a></a></li>
+ <li><a name="Avalon4">[4] - <a
href="http://avalon.apache.org/framework/reference-containers.html">http://avalon.apache.org/framework/reference-containers.html</a></a></li>
<li><a name="Avalon5">[5] - <a
href="http://marc.theaimsgroup.com/?t=102967887900001&r=1&w=2">http://marc.theaimsgroup.com/?t=102967887900001&r=1&w=2</a></a></li>
<li><a name="Avalon6">[6] - <a
href="http://jakarta.apache.org/phoenix/">http://jakarta.apache.org/phoenix/</a></a></li>
<li><a name="Avalon7">[7] - <a
href="http://marc.theaimsgroup.com/?t=103043406700001&r=1&w=2">http://marc.theaimsgroup.com/?t=103043406700001&r=1&w=2</a></a></li>
1.4 +1 -1 jakarta-site2/xdocs/site/news/200210.xml
Index: 200210.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/news/200210.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 200210.xml 6 Nov 2002 17:44:07 -0000 1.3
+++ 200210.xml 12 Jun 2003 08:28:19 -0000 1.4
@@ -87,7 +87,7 @@
<li><a name="Avalon3">[3] - <a
href="http://marc.theaimsgroup.com/?t=103545268100001&r=1&w=2">http://marc.theaimsgroup.com/?t=103545268100001&r=1&w=2</a></a></li>
<li><a name="Avalon4">[4] - <a
href="http://marc.theaimsgroup.com/?t=103546933700004&r=1&w=2">http://marc.theaimsgroup.com/?t=103546933700004&r=1&w=2</a></a></li>
<li><a name="Avalon5">[5] - <a
href="http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]&by=thread&from=268738">http://archives.apache.org/eyebrowse/[EMAIL
PROTECTED]&by=thread&from=268738</a></a></li>
- <li><a name="Avalon6">[6] - <a
href="http://jakarta.apache.org/avalon/apps/apps/sevak/">http://jakarta.apache.org/avalon/apps/apps/sevak/</a></a></li>
+ <li><a name="Avalon6">[6] - <a
href="http://avalon.apache.org/apps/apps/sevak/">http://avalon.apache.org/apps/apps/sevak/</a></a></li>
<li><a name="Avalon7">[7] - <a
href="http://marc.theaimsgroup.com/?t=103364295500007&r=1&w=2">http://marc.theaimsgroup.com/?t=103364295500007&r=1&w=2</a></a></li>
<li><a name="Avalon8">[8] - <a
href="http://marc.theaimsgroup.com/?t=103362114600002&r=1&w=2">http://marc.theaimsgroup.com/?t=103362114600002&r=1&w=2</a></a></li>
<li><a name="Avalon9">[9] - <a
href="http://marc.theaimsgroup.com/?t=103370102300001&r=1&w=2">http://marc.theaimsgroup.com/?t=103370102300001&r=1&w=2</a></a></li>
1.5 +1 -1 jakarta-site2/xdocs/site/news/200212.xml
Index: 200212.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/news/200212.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- 200212.xml 19 Jan 2003 14:03:55 -0000 1.4
+++ 200212.xml 12 Jun 2003 08:28:19 -0000 1.5
@@ -106,7 +106,7 @@
<p><i>" James, a 100% pure Java Mail and News server, and
Mailet mail application plat form "</i></p>
<p><b>Editor:</b> Danny Angus</p>
- <p>Over the Holidays the James team quietly released v2.1 of
James, see details at <a
href="http://jakarta.apache.org/james">http://jakarta.apache.org/james</a>. Since then
we've been busy planning the next release of James, most of our plans are on the WIKI
<a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?JamesDevelopmentPages">http://nagoya.apache.org/wiki/apachewiki.cgi?JamesDevelopmentPages</a>.</p>
+ <p>Over the Holidays the James team quietly released v2.1 of
James, see details at <a href="http://james.apache.org">http://james.apache.org</a>.
Since then we've been busy planning the next release of James, most of our plans are
on the WIKI <a
href="http://nagoya.apache.org/wiki/apachewiki.cgi?JamesDevelopmentPages">http://nagoya.apache.org/wiki/apachewiki.cgi?JamesDevelopmentPages</a>.</p>
<p>There's also going to be a revision and new version of the
Mailet API aimed at de-coupling more complex Mailet functionality from the server.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]