farra 2003/12/09 19:48:47
Modified: site download.html
xdocs download.html
Log:
an attempt to fix the download page. The version under xdocs was incorrect.
Added the wiki link to the sidebar.
Revision Changes Path
1.10 +115 -12 avalon-site/site/download.html
Index: download.html
===================================================================
RCS file: /home/cvs/avalon-site/site/download.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- download.html 6 Dec 2003 21:45:56 -0000 1.9
+++ download.html 10 Dec 2003 03:48:47 -0000 1.10
@@ -1,5 +1,4 @@
- <!DOCTYPE html PUBLIC "-//CollabNet//DTD XHTML 1.0 Transitional//EN"
"http://www.collabnet.com/dtds/collabnet_transitional_10.dtd">
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Apache Avalon - Apache Avalon Downloads</title>
@@ -48,7 +47,7 @@
</table>
</div>
- <table border="0" width="100%" cellpadding="8" cellspacing="0">
+ <table border="0" width="100%" cellpadding="8" cellspacing="0">
<tr valign="top">
<td width="200" id="leftcol">
<div id="navcolumn">
@@ -106,14 +105,12 @@
<h3>
<a name="download">Avalon Download Site</a>
</h3>
-
+
<div>
<!-- START DOWNLOAD PAGE CONTENT -->
- <h3>Download Notes</h3>
-
<p>Use the links below to download a binary distribution of
- Avalon from one of our mirrors. You <strong>must</strong>
+ Avalon from one of our mirrors. It's a good idea to
<a href="[location]#Verify Releases">verify the integrity</a>
of the downloaded files using signatures downloaded from our
main distribution directory.</p>
@@ -126,10 +123,10 @@
<p>If you do not see the file you need in the links below, please
see the <a href="http://www.apache.org/dist/avalon/">master
- distribution directory</a> or, preferably, its
+ distribution directory</a> or, preferably, its
<a href="[preferred]/avalon/">mirror</a>.</p>
- <h3>Miror</h3>
+<a name="Mirror"></a><h4>Mirror</h4>
<p>You are currently using the <strong>[preferred]</strong>.
If you encounter a problem with this mirror, please select another
mirror. If all mirrors are failing, there are <em>backup</em>
@@ -149,10 +146,117 @@
</select>
<input type="submit" value="Change">
</form>
- <!-- END DOWNLOAD PAGE CONTENT -->
+<a name="Projects"></a><h4>License</h4>
+
+<p>All avalon products are distributed under the terms of a slightly
+modified Apache Software License (version 1.1). See our
+<a href="license.html">License</a> page, or the LICENSE.txt files
+included in each distribution.</p>
+
+<a name="Projects"></a><h4>Projects</h4>
+
+<p>Here's a list of the most commonly requested distributions. You can
+<a href="[preferred]/avalon/">browse</a> the repository for a full
+range of our various distributions, including older versions.</p>
+
+<p>Please note: we're still filling up this list; its incomplete
+at the moment.</p>
+
+<!-- lets maintain alphabetical order, peeps! -->
+<table border="1" width="100%" cellspacing="2" cellpadding="3">
+ <tr class="a">
+ <th>Product</th>
+ <th>Binary</th>
+ <th>Source</th>
+ <th>Jars</th>
+ </tr>
+ <tr class="a">
+<td><a href="/fortress/">Avalon-Fortress</a></td>
+<td><a href="[preferred]/avalon/fortress/binaries">binaries</a></td>
+<td><a href="[preferred]/avalon/fortress/source">broswe</a></td>
+<td><a href="[preferred]/avalon/fortress/jars">jars</a></td>
+ </tr>
+ <tr class="b">
+<td><a href="/framework/">Avalon-Framework</a></td>
+<td><a href="[preferred]/avalon/framework/binaries">binaries</a></td>
+<td><a href="[preferred]/avalon/framework/source">source</a></td>
+<td><a href="[preferred]/avalon/framework/jars">jars</a></td>
+ </tr>
+ <tr class="a">
+<td><a href="/logkit/">Avalon-Logkit</a></td>
+<td><a href="[preferred]/avalon/logkit/binaries">binaries</a></td>
+<td><a href="[preferred]/avalon/logkit/source">broswe</a></td>
+<td><a href="[preferred]/avalon/logkit/jars">jars</a></td>
+ </tr>
+ <tr class="a">
+<td><a href="/merlin/">Avalon-Merlin</a></td>
+<td><a href="[preferred]/avalon/merlin/binaries">binaries</a></td>
+<td><a href="[preferred]/avalon/merlin/source">broswe</a></td>
+<td><a href="[preferred]/avalon/merlin/jars">jars</a></td>
+ </tr>
+ <tr class="a">
+<td><a href="/phoenix/">Avalon-Phoenix</a></td>
+<td><a href="[preferred]/avalon/phoenix/binaries">binaries</a></td>
+<td><a href="[preferred]/avalon/phoenix/source">broswe</a></td>
+<td><a href="[preferred]/avalon/phoenix/jars">jars</a></td>
+ </tr>
+</table>
+
+<a name="Verify Releases"></a><h4>Verify Releases</h4>
+
+<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/avalon/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/avalon/">main distribution
+directory</a>, rather than from a mirror. Then verify the signatures
+using</p>
+<p><code>
+% pgpk -a KEYS<br />
+% pgpv name-of-distributed-file.tar.gz.asc<br />
+</code>
+<em>or</em><br />
+<code>
+% pgp -ka KEYS<br />
+% pgp name-of-distributed-file.tar.gz.asc<br />
+</code>
+<em>or</em><br />
+<code>
+% gpg --import KEYS<br />
+% gpg --verify name-of-distributed-file.tar.gz.asc
+</code></p>
+
+<!--
+
+Using an automated process to retrieve files from mirrors is
+considered unsafe by the infrastructure team, as it is very
+easy to become a 'malicious mirror' and that could have grave
+consequences to users.
+
+Maven needs a way to verify distributions against md5 and/or asc
+files retrieved from the main distribution location before we
+re-enable this.
+
+<a name="Maven Repository"></a><h4>Maven Repository</h4>
+
+<p>The avalon distribution layout is compatible with the
+<a href="http://maven.apache.org/">Maven</a> repository format. To
+enable maven to automatically use your chosen distribution mirror
+as a remote repository, add a line to your project.properties file:
+</p>
+
+<p><code>
+maven.repo.remote = [preferred]/avalon,http://www.ibiblio.org/maven
+</code></p>-->
+
+<p>Doing so will ensure that your maven-enabled projects will always
+be able to find the latest avalon binaries.</p>
+ <!-- END DOWNLOAD PAGE CONTENT -->
</div>
-
+
</div>
</div>
</div>
@@ -170,4 +274,3 @@
</div>
</body>
</html>
-
1.3 +115 -12 avalon-site/xdocs/download.html
Index: download.html
===================================================================
RCS file: /home/cvs/avalon-site/xdocs/download.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- download.html 6 Dec 2003 21:45:57 -0000 1.2
+++ download.html 10 Dec 2003 03:48:47 -0000 1.3
@@ -1,5 +1,4 @@
- <!DOCTYPE html PUBLIC "-//CollabNet//DTD XHTML 1.0 Transitional//EN"
"http://www.collabnet.com/dtds/collabnet_transitional_10.dtd">
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Apache Avalon - Apache Avalon Downloads</title>
@@ -48,7 +47,7 @@
</table>
</div>
- <table border="0" width="100%" cellpadding="8" cellspacing="0">
+ <table border="0" width="100%" cellpadding="8" cellspacing="0">
<tr valign="top">
<td width="200" id="leftcol">
<div id="navcolumn">
@@ -106,14 +105,12 @@
<h3>
<a name="download">Avalon Download Site</a>
</h3>
-
+
<div>
<!-- START DOWNLOAD PAGE CONTENT -->
- <h3>Download Notes</h3>
-
<p>Use the links below to download a binary distribution of
- Avalon from one of our mirrors. You <strong>must</strong>
+ Avalon from one of our mirrors. It's a good idea to
<a href="[location]#Verify Releases">verify the integrity</a>
of the downloaded files using signatures downloaded from our
main distribution directory.</p>
@@ -126,10 +123,10 @@
<p>If you do not see the file you need in the links below, please
see the <a href="http://www.apache.org/dist/avalon/">master
- distribution directory</a> or, preferably, its
+ distribution directory</a> or, preferably, its
<a href="[preferred]/avalon/">mirror</a>.</p>
- <h3>Miror</h3>
+<a name="Mirror"></a><h4>Mirror</h4>
<p>You are currently using the <strong>[preferred]</strong>.
If you encounter a problem with this mirror, please select another
mirror. If all mirrors are failing, there are <em>backup</em>
@@ -149,10 +146,117 @@
</select>
<input type="submit" value="Change">
</form>
- <!-- END DOWNLOAD PAGE CONTENT -->
+<a name="Projects"></a><h4>License</h4>
+
+<p>All avalon products are distributed under the terms of a slightly
+modified Apache Software License (version 1.1). See our
+<a href="license.html">License</a> page, or the LICENSE.txt files
+included in each distribution.</p>
+
+<a name="Projects"></a><h4>Projects</h4>
+
+<p>Here's a list of the most commonly requested distributions. You can
+<a href="[preferred]/avalon/">browse</a> the repository for a full
+range of our various distributions, including older versions.</p>
+
+<p>Please note: we're still filling up this list; its incomplete
+at the moment.</p>
+
+<!-- lets maintain alphabetical order, peeps! -->
+<table border="1" width="100%" cellspacing="2" cellpadding="3">
+ <tr class="a">
+ <th>Product</th>
+ <th>Binary</th>
+ <th>Source</th>
+ <th>Jars</th>
+ </tr>
+ <tr class="a">
+<td><a href="/fortress/">Avalon-Fortress</a></td>
+<td><a href="[preferred]/avalon/fortress/binaries">binaries</a></td>
+<td><a href="[preferred]/avalon/fortress/source">broswe</a></td>
+<td><a href="[preferred]/avalon/fortress/jars">jars</a></td>
+ </tr>
+ <tr class="b">
+<td><a href="/framework/">Avalon-Framework</a></td>
+<td><a href="[preferred]/avalon/framework/binaries">binaries</a></td>
+<td><a href="[preferred]/avalon/framework/source">source</a></td>
+<td><a href="[preferred]/avalon/framework/jars">jars</a></td>
+ </tr>
+ <tr class="a">
+<td><a href="/logkit/">Avalon-Logkit</a></td>
+<td><a href="[preferred]/avalon/logkit/binaries">binaries</a></td>
+<td><a href="[preferred]/avalon/logkit/source">broswe</a></td>
+<td><a href="[preferred]/avalon/logkit/jars">jars</a></td>
+ </tr>
+ <tr class="a">
+<td><a href="/merlin/">Avalon-Merlin</a></td>
+<td><a href="[preferred]/avalon/merlin/binaries">binaries</a></td>
+<td><a href="[preferred]/avalon/merlin/source">broswe</a></td>
+<td><a href="[preferred]/avalon/merlin/jars">jars</a></td>
+ </tr>
+ <tr class="a">
+<td><a href="/phoenix/">Avalon-Phoenix</a></td>
+<td><a href="[preferred]/avalon/phoenix/binaries">binaries</a></td>
+<td><a href="[preferred]/avalon/phoenix/source">broswe</a></td>
+<td><a href="[preferred]/avalon/phoenix/jars">jars</a></td>
+ </tr>
+</table>
+
+<a name="Verify Releases"></a><h4>Verify Releases</h4>
+
+<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/avalon/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/avalon/">main distribution
+directory</a>, rather than from a mirror. Then verify the signatures
+using</p>
+<p><code>
+% pgpk -a KEYS<br />
+% pgpv name-of-distributed-file.tar.gz.asc<br />
+</code>
+<em>or</em><br />
+<code>
+% pgp -ka KEYS<br />
+% pgp name-of-distributed-file.tar.gz.asc<br />
+</code>
+<em>or</em><br />
+<code>
+% gpg --import KEYS<br />
+% gpg --verify name-of-distributed-file.tar.gz.asc
+</code></p>
+
+<!--
+
+Using an automated process to retrieve files from mirrors is
+considered unsafe by the infrastructure team, as it is very
+easy to become a 'malicious mirror' and that could have grave
+consequences to users.
+
+Maven needs a way to verify distributions against md5 and/or asc
+files retrieved from the main distribution location before we
+re-enable this.
+
+<a name="Maven Repository"></a><h4>Maven Repository</h4>
+
+<p>The avalon distribution layout is compatible with the
+<a href="http://maven.apache.org/">Maven</a> repository format. To
+enable maven to automatically use your chosen distribution mirror
+as a remote repository, add a line to your project.properties file:
+</p>
+
+<p><code>
+maven.repo.remote = [preferred]/avalon,http://www.ibiblio.org/maven
+</code></p>-->
+
+<p>Doing so will ensure that your maven-enabled projects will always
+be able to find the latest avalon binaries.</p>
+ <!-- END DOWNLOAD PAGE CONTENT -->
</div>
-
+
</div>
</div>
</div>
@@ -170,4 +274,3 @@
</div>
</body>
</html>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]