Author: bago
Date: Thu Apr 19 04:56:58 2007
New Revision: 530388
URL: http://svn.apache.org/viewvc?view=rev&rev=530388
Log:
Introduced a download page for unstable VOTED releases (RC/Betas).
Removed the "Test Builds" link as we are always voting for releases and test
builds should be only referenced on dev mailing list (by ASF policy).
Added 2.3.1 documentation link (so we can start publishing the 2.3.1 docs).
Small refactoring to the download page.
Added:
james/project/trunk/src/site/resources/downloadunstable.cgi
james/project/trunk/src/site/xdoc/downloadunstable.xml
Modified:
james/project/trunk/ (props changed)
james/project/trunk/server/ (props changed)
james/project/trunk/server/2.2.0/ (props changed)
james/project/trunk/server/src/site/site.xml
james/project/trunk/src/site/site.xml
james/project/trunk/src/site/xdoc/download.xml
Propchange: james/project/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Apr 19 04:56:58 2007
@@ -0,0 +1 @@
+target
Propchange: james/project/trunk/server/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Apr 19 04:56:58 2007
@@ -0,0 +1 @@
+target
Propchange: james/project/trunk/server/2.2.0/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Apr 19 04:56:58 2007
@@ -0,0 +1 @@
+target
Modified: james/project/trunk/server/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/server/src/site/site.xml?view=diff&rev=530388&r1=530387&r2=530388
==============================================================================
--- james/project/trunk/server/src/site/site.xml (original)
+++ james/project/trunk/server/src/site/site.xml Thu Apr 19 04:56:58 2007
@@ -44,7 +44,11 @@
</menu>
<menu name="Documentation">
+ <!--
+ <item name="Head" href="/head/index.html" />
+ -->
<item name="Server 2.3.0" href="/2.3.0/index.html" />
+ <item name="Server 2.3.1-DEV" href="/2.3.1/index.html" />
<item name="Server 2.2.0" href="/2.2.0/index.html" />
<item name="Archive" href="/archive/document_archive.html" />
</menu>
Added: james/project/trunk/src/site/resources/downloadunstable.cgi
URL:
http://svn.apache.org/viewvc/james/project/trunk/src/site/resources/downloadunstable.cgi?view=auto&rev=530388
==============================================================================
--- james/project/trunk/src/site/resources/downloadunstable.cgi (added)
+++ james/project/trunk/src/site/resources/downloadunstable.cgi Thu Apr 19
04:56:58 2007
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+# python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
Modified: james/project/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/src/site/site.xml?view=diff&rev=530388&r1=530387&r2=530388
==============================================================================
--- james/project/trunk/src/site/site.xml (original)
+++ james/project/trunk/src/site/site.xml Thu Apr 19 04:56:58 2007
@@ -69,7 +69,7 @@
<menu name="Downloads" inherit="bottom">
<item name="Stable releases" href="/download.cgi"/>
- <item name="Test builds" href="http://people.apache.org/dist/james"/>
+ <item name="Unstable releases" href="/downloadunstable.cgi"/>
<item name="Nightly builds"
href="http://people.apache.org/builds/james/nightly/"/>
</menu>
Modified: james/project/trunk/src/site/xdoc/download.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/src/site/xdoc/download.xml?view=diff&rev=530388&r1=530387&r2=530388
==============================================================================
--- james/project/trunk/src/site/xdoc/download.xml (original)
+++ james/project/trunk/src/site/xdoc/download.xml Thu Apr 19 04:56:58 2007
@@ -23,6 +23,7 @@
<title>Download</title>
</properties>
<body>
+
<section name="Downloading the Apache James Mail Server">
<p>Use the links below to download the Apache James Mail Server from one of
@@ -35,7 +36,9 @@
the <a href="http://archive.apache.org/dist/james/">archive download
site.</a></p>
-<section name="Mirror">
+</section>
+
+<subsection name="Mirror">
<p>[if-any logo]
<a href="[link]"><img align="right" src="[logo]" border="0" /></a>[end]
@@ -62,7 +65,7 @@
<p>You may also consult the <a href="http://www.apache.org/mirrors/">complete
list of mirrors</a>.</p>
-</section>
+</subsection>
<section name="Apache James 2.3.0 is the best available version">
@@ -107,7 +110,7 @@
</section>
-<section name="Verify the integrity of the files">
+<subsection name="Verify the integrity of the files">
<p>It is essential that you verify the integrity of the downloaded
files using the PGP or MD5 signatures.</p>
@@ -135,25 +138,29 @@
% gpg --verify james-<i>version</i>.tar.gz.asc
</code></p>
-</section>
+</subsection>
-<section name="Test Builds">
+<section name="Unstable releases and Nightlies">
<p>The software listed above represents the latest Release Build
available from the Apache James Project. From time to time, we also
-make available Test Builds. These Test Builds are <u>periodic
-snapshots during development</u>. Generally, these are considered
+make available <a href="/downloadunstable.cgi">Unstable releases</a>.
+Unstable releases are announced on the General mailing list
(general@james.apache.org).
+<!-- workaround for a doxia bug -->
+<br /><br />
+</p>
+
+<p>The JAMES project also provides
+<a href="http://people.apache.org/builds/james/nightly/">Nighly Builds</a>:
+<u>periodic snapshots during development</u>. Generally, these are considered
stable snapshots, but they have not undergone as much testing as a
Release Build, nor have they been voted upon for release by the
developer community. These are simply convenient test builds.
-Sometimes the purpose for a Test Build could be soliciting feedback on
-a specific change. Test Builds are announced on the General mailing
-list (general@james.apache.org).</p>
+Sometimes the purpose for a Nightly Build could be soliciting feedback on
+a specific change.</p>
-<a href="http://people.apache.org/dist/james">Latest Test Build</a>
</section>
-</section>
</body>
</document>
Added: james/project/trunk/src/site/xdoc/downloadunstable.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/src/site/xdoc/downloadunstable.xml?view=auto&rev=530388
==============================================================================
--- james/project/trunk/src/site/xdoc/downloadunstable.xml (added)
+++ james/project/trunk/src/site/xdoc/downloadunstable.xml Thu Apr 19 04:56:58
2007
@@ -0,0 +1,210 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<document>
+ <properties>
+ <author email="[email protected]">Apache James Mail Server
Project</author>
+ <title>Download</title>
+ </properties>
+<body>
+
+<section name="Downloading the Apache JAMES Unstable releases">
+
+<p>Use the links below to download the Apache JAMES products from one of
+our mirrors. You <strong>must</strong> <a href="#Verify the integrity of the
files">verify the
+integrity</a> of the downloaded files using signatures downloaded from
+our main distribution directory.</p>
+
+<p>Only current recommended releases are available on the main
+distribution site and its mirrors. Older releases are available from
+the <a href="http://archive.apache.org/dist/james/">archive download
+site.</a></p>
+
+</section>
+
+<subsection name="Mirror">
+
+<p>[if-any logo]
+<a href="[link]"><img align="right" src="[logo]" border="0" /></a>[end]
+The currently selected mirror is <b>[preferred]</b>. If you encounter a
+problem with this mirror, please select another mirror. If all
+mirrors are failing, there are <i>backup</i> mirrors (at the end of
+the mirrors list) that should be available.</p>
+
+<form action="[location]" method="get" id="SelectMirror">
+Other mirrors: <select name="Preferred">
+[if-any http]
+ [for http]<option value="[http]">[http]</option>[end]
+[end]
+[if-any ftp]
+ [for ftp]<option value="[ftp]">[ftp]</option>[end]
+[end]
+[if-any backup]
+ [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+[end]
+</select>
+<input type="submit" value="Change" />
+</form>
+
+<p>You may also consult the <a href="http://www.apache.org/mirrors/">complete
+list of mirrors</a>.</p>
+
+</subsection>
+
+<section name="Apache JAMES Server 2.3.1 RC1 is the latest unstable version">
+
+<p>This release has many enhancements and bug fixes over the previous
+release. See the <a href="server/2.3.1/changelog.html">Change Log</a>
+for a detailed list of changes.</p>
+
+<ul>
+
+<li>Binary (Unix TAR): <a
+href="[preferred]/james/server/rc/binaries/james-binary-2.3.1rc1.tar.gz">james-binary-2.3.1rc1.tar.gz</a>
[<a
+href="http://www.apache.org/dist/james/server/rc/binaries/james-binary-2.3.1rc1.tar.gz.asc">PGP</a>]</li>
+
+<li>Binary (ZIP Format): <a
+href="[preferred]/james/server/binaries/james-binary-2.3.1rc1.zip">james-binary-2.3.1rc1.zip</a>
[<a
+href="http://www.apache.org/dist/james/server/rc/binaries/james-binary-2.3.1rc1.zip.asc">PGP</a>]</li>
+
+<li>Mailet SDK (Unix TAR): <a
+href="[preferred]/james/server/rc/binaries/james-MailetSDK-2.3.1rc1.tar.gz">james-MailetSDK-2.3.1rc1.tar.gz</a>
[<a
+href="http://www.apache.org/dist/james/server/rc/binaries/james-MailetSDK-2.3.1rc1.tar.gz.asc">PGP</a>]</li>
+
+<li>Mailet SDK (ZIP Format): <a
+href="[preferred]/james/server/binaries/james-MailetSDK-2.3.1rc1.zip">james-MailetSDK-2.3.1rc1.zip</a>
[<a
+href="http://www.apache.org/dist/james/server/rc/binaries/james-MailetSDK-2.3.1rc1.zip.asc">PGP</a>]</li>
+
+<li>Source (Unix TAR): <a
+href="[preferred]/james/server/source/james-2.3.1-src.tar.gz">james-2.3.1rc1-src.tar.gz</a>
[<a
+href="http://www.apache.org/dist/james/server/rc/source/james-2.3.1rc1-src.tar.gz.asc">PGP</a>]</li>
+
+<li>Source (ZIP Format): <a
+href="[preferred]/james/server/rc/source/james-2.3.1rc1-src.zip">james-2.3.1rc1-src.zip</a>
[<a
+href="http://www.apache.org/dist/james/server/rc/source/james-2.3.1rc1-src.zip.asc">PGP</a>]</li>
+
+<li>Source with Avalon Phoenix binaries (Unix TAR): <a
+href="[preferred]/james/server/rc/source/james-with-phoenix-2.3.1rc1-src.tar.gz">james-with-phoenix-2.3.1rc1-src.tar.gz</a>
[<a
+href="http://www.apache.org/dist/james/server/rc/source/james-with-phoenix-2.3.1rc1-src.tar.gz.asc">PGP</a>]</li>
+
+<li>Source with Avalon Phoenix binaries (ZIP Format): <a
+href="[preferred]/james/server/rc/source/james-with-phoenix-2.3.1rc1-src.zip">james-with-phoenix-2.3.1rc1-src.zip</a>
[<a
+href="http://www.apache.org/dist/james/server/rc/source/james-with-phoenix-2.3.1rc1-src.zip.asc">PGP</a>]</li>
+
+<li><a
+href="[preferred]/james/server/rc/binaries/">Other
+Binaries</a></li>
+
+</ul>
+
+</section>
+
+<section name="Apache JAMES jSPF 0.9B4 is the latest jSPF unstable version">
+
+<ul>
+
+<li>Binary (JAR): <a
+href="[preferred]/james/jspf/beta/bin/jspf-0.9b4.jar">jspf-0.9b4.jar</a> [<a
+href="http://www.apache.org/dist/james/jspf/beta/bin/jspf-0.9b4.jar.asc">PGP</a>]</li>
+
+<li>Binary (ZIP Format): <a
+href="[preferred]/james/jspf/beta/bin/jspf-0.9b4-bin.zip">jspf-0.9b4-bin.zip</a>
[<a
+href="http://www.apache.org/dist/james/jspf/beta/bin/jspf-0.9b4-bin.zip.asc">PGP</a>]</li>
+
+<li>Binary (Unix TAR.GZ): <a
+href="[preferred]/james/jspf/beta/bin/jspf-0.9b4-bin.tar.gz">jspf-0.9b4-bin.tar.gz</a>
[<a
+href="http://www.apache.org/dist/james/jspf/beta/bin/jspf-0.9b4-bin.tar.gz.asc">PGP</a>]</li>
+
+<li>Binary (Unix TAR.BZ2): <a
+href="[preferred]/james/jspf/beta/bin/jspf-0.9b4-bin.tar.bz2">jspf-0.9b4-bin.tar.bz2</a>
[<a
+href="http://www.apache.org/dist/james/jspf/beta/bin/jspf-0.9b4-bin.tar.bz2.asc">PGP</a>]</li>
+
+<li>Source (Unix TAR.GZ): <a
+href="[preferred]/james/jspf/beta/src/jspf-0.9b4-src.tar.gz">jspf-0.9b4-src.tar.gz</a>
[<a
+href="http://www.apache.org/dist/james/jspf/beta/src/jspf-0.9b4-src.tar.gz.asc">PGP</a>]</li>
+
+<li>Source (Unix TAR.BZ2): <a
+href="[preferred]/james/jspf/beta/src/jspf-0.9b4-src.tar.bz2">jspf-0.9b4-src.tar.bz2</a>
[<a
+href="http://www.apache.org/dist/james/jspf/beta/src/jspf-0.9b4-src.tar.bz2.asc">PGP</a>]</li>
+
+<li>Source (ZIP Format): <a
+href="[preferred]/james/jspf/beta/src/jspf-0.9b4-src.zip">jspf-0.9b4-src.zip</a>
[<a
+href="http://www.apache.org/dist/james/jspf/beta/src/jspf-0.9b4-src.zip.asc">PGP</a>]</li>
+
+<li><a href="[preferred]/james/jspf/beta/binaries/">Other Binaries</a></li>
+
+</ul>
+
+</section>
+
+<subsection name="Verify the integrity of the files">
+
+<p>It is essential that you verify the integrity of the downloaded
+files using the PGP or MD5 signatures.</p>
+
+<p>The PGP signatures can be verified using PGP or GPG. First
+download the <a href="http://www.apache.org/dist/james/KEYS">KEYS</a>
+as well as the <code>asc</code> signature file for the particular
+distribution. Make sure you get these files from the <a
+href="http://www.apache.org/dist/james/">main distribution
+directory</a>, rather than from a mirror. Then verify the signatures
+using</p>
+
+<p><code>
+% pgpk -a KEYS<br />
+% pgpv james-<i>version</i>.tar.gz.asc<br />
+</code>
+<em>or</em><br />
+<code>
+% pgp -ka KEYS<br />
+% pgp james-<i>version</i>.tar.gz.asc<br />
+</code>
+<em>or</em><br />
+<code>
+% gpg --import KEYS<br />
+% gpg --verify james-<i>version</i>.tar.gz.asc
+</code></p>
+
+</subsection>
+
+<section name="Stable releases or Nightlies">
+
+<p>The software listed above represents the latest unstable builds
+available from the Apache JAMES Project.
+You can download Stable Releases <a href="/download.cgi">here</a>.
+Unstable releases are announced on the General mailing list
(general@james.apache.org).
+<!-- workaround for a doxia bug -->
+<br /><br />
+</p>
+
+<p>The JAMES project also provides
+<a href="http://people.apache.org/builds/james/nightly/">Nighly Builds</a>:
+<u>periodic snapshots during development</u>. Generally, these are considered
+stable snapshots, but they have not undergone as much testing as a
+Release Build, nor have they been voted upon for release by the
+developer community. These are simply convenient test builds.
+Sometimes the purpose for a Nightly Build could be soliciting feedback on
+a specific change.
+</p>
+
+
+</section>
+
+</body>
+</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]