Mailing List Archive

svn commit: r1328190 - /forrest/trunk/site-author/content/xdocs/mirrors.html
Author: crossley
Date: Fri Apr 20 04:18:46 2012
New Revision: 1328190

URL: http://svn.apache.org/viewvc?rev=1328190&view=rev
Log:
Refer to the new "sources" and "dependencies" packages.

Modified:
forrest/trunk/site-author/content/xdocs/mirrors.html

Modified: forrest/trunk/site-author/content/xdocs/mirrors.html
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/mirrors.html?rev=1328190&r1=1328189&r2=1328190&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/mirrors.html (original)
+++ forrest/trunk/site-author/content/xdocs/mirrors.html Fri Apr 20 04:18:46 2012
@@ -36,16 +36,21 @@
<a href="http://www.apache.org/licenses/">Apache License, Version 2.0</a>
- see the README.txt and LICENSE.txt and NOTICE.txt files contained in each release artifact.
</p>
+<!--
<p>
Apache Forrest is distributed as a <code>zip</code> archive (for Windows)
and as a <code>tar.gz</code> archive (for UNIX). The contents are the
same, the only difference is the line-endings of all text files.
</p>
+-->
<p>
- The distribution contains all of the source code, documentation, and
- resources, together with the pre-built ready-to-run forrest binary. It
- also includes pre-packaged copies of relevant portions of Apache Cocoon
- and Apache Ant, and supporting products.
+ The "sources" package contains all of the source code, documentation, and
+ resources, together with the pre-built ready-to-run forrest binary. The "dependencies" package
+ includes pre-packaged copies of relevant portions of Apache Cocoon
+ and Apache Ant, and other supporting products.
+ </p>
+ <p>
+ First unpack the "sources" to your chosen installation location, then unpack the "dependencies" over the top of that, which will install each to the appropriate location.
</p>
<p>
After unpacking the distribution, follow the README.txt to see the
@@ -80,17 +85,17 @@ Other mirrors: <select name="Preferred">
and the full list of <a href="site:v0.90//changes/v09">changes</a>).
</p>
<ul>
- <li>For UNIX operating systems:
-<a href="[preferred]/forrest/apache-forrest-0.9.tar.gz">apache-forrest-0.9.tar.gz</a>
-(<a href="http://www.apache.org/dist/forrest/apache-forrest-0.9.tar.gz.asc">PGP</a> |
-<a href="http://www.apache.org/dist/forrest/apache-forrest-0.9.tar.gz.md5">MD5</a> |
-<a href="http://www.apache.org/dist/forrest/apache-forrest-0.9.tar.gz.sha1">SHA1</a>)</li>
- <li>For Windows operating systems:
-<a href="[preferred]/forrest/apache-forrest-0.9.zip">apache-forrest-0.9.zip</a>
-(<a href="http://www.apache.org/dist/forrest/apache-forrest-0.9.zip.asc">PGP</a> |
-<a href="http://www.apache.org/dist/forrest/apache-forrest-0.9.zip.md5">MD5</a> |
-<a href="http://www.apache.org/dist/forrest/apache-forrest-0.9.zip.sha1">SHA1</a>)</li>
+ <li>
+<a href="[preferred]/forrest/apache-forrest-0.9-sources.tar.gz">apache-forrest-0.9-sources.tar.gz</a>
+(<a href="http://www.apache.org/dist/forrest/apache-forrest-0.9-sources.tar.gz.asc">PGP</a> |
+<a href="http://www.apache.org/dist/forrest/apache-forrest-0.9-sources.tar.gz.md5">MD5</a> |
+<a href="http://www.apache.org/dist/forrest/apache-forrest-0.9-sources.tar.gz.sha1">SHA1</a>)</li>
</ul>
+ <li>
+<a href="[preferred]/forrest/apache-forrest-0.9-dependencies.tar.gz">apache-forrest-0.9-dependencies.tar.gz</a>
+(<a href="http://www.apache.org/dist/forrest/apache-forrest-0.9-dependencies.tar.gz.asc">PGP</a> |
+<a href="http://www.apache.org/dist/forrest/apache-forrest-0.9-dependencies.tar.gz.md5">MD5</a> |
+<a href="http://www.apache.org/dist/forrest/apache-forrest-0.9-dependencies.tar.gz.sha1">SHA1</a>)</li>
<h1><a name="archive" />Archive of old releases</h1>
<p>
Older releases are available in the
@@ -119,17 +124,17 @@ href="http://archive.apache.org/dist/for
</p>
<pre>
% pgpk -a KEYS
-% pgpv apache-forrest-X.Y.tar.gz.asc
+% pgpv apache-forrest-X.Y-sources.tar.gz.asc

<em>or</em>

% pgp -ka KEYS
-% pgp apache-forrest-X.Y.tar.gz.asc
+% pgp apache-forrest-X.Y-sources.tar.gz.asc

<em>or</em>

% gpg --import KEYS
-% gpg --verify apache-forrest-X.Y.tar.gz.asc
+% gpg --verify apache-forrest-X.Y-sources.tar.gz.asc
</pre>

<p>
@@ -153,8 +158,8 @@ href="http://www.pc-tools.net/win32/free
<a href="http://www.slproweb.com/products/Win32OpenSSL.html">here</a>.
</p>
<pre>
-% md5sum apache-forrest-X.Y.tar.gz
-... output should match the string in apache-forrest-X.Y.tar.gz.md5
+% md5sum apache-forrest-X.Y-sources.tar.gz
+... output should match the string in apache-forrest-X.Y-sources.tar.gz.md5
</pre>
<p>
We strongly recommend you verify your downloads with both PGP and MD5.