CLOUDSTACK-1: Working on install docs for 4.1.0 and later.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/837f7e19 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/837f7e19 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/837f7e19 Branch: refs/heads/gslb-wip Commit: 837f7e1950da97f5c33ab1a4c411cfb4ae98fd79 Parents: 439dcae Author: Joe Brockmeier <j...@zonker.net> Authored: Thu Mar 7 16:41:56 2013 -0600 Committer: Joe Brockmeier <j...@zonker.net> Committed: Thu Mar 7 16:42:29 2013 -0600 ---------------------------------------------------------------------- docs/en-US/getting-release.xml | 40 +++++++--------------------------- 1 files changed, 9 insertions(+), 31 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/837f7e19/docs/en-US/getting-release.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/getting-release.xml b/docs/en-US/getting-release.xml index 09f0a7b..b9e97c9 100644 --- a/docs/en-US/getting-release.xml +++ b/docs/en-US/getting-release.xml @@ -29,35 +29,13 @@ <ulink url="http://incubator.apache.org/cloudstack/downloads.html"> Apache CloudStack project download page</ulink>. </para> - <para> - You'll notice several links under the 'Latest release' section. - </para> - <orderedlist> - <listitem> - <para> - <ulink url="http://www.apache.org/dyn/closer.cgi/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2"> - apache-cloudstack-4.0.0-incubating-src.tar.bz2</ulink> - - This is the link to the release itself. - </para> - </listitem> - <listitem> - <para> - <ulink url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc">PGP</ulink> - - This is a detached cryptographic signature that can be used to help - verify the authenticity of the release. - </para> - </listitem> - <listitem> - <para> - <ulink url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5">MD5</ulink> - - An MD5 hash of the release to aid in verify the validity of the release download. - </para> - </listitem> - <listitem> - <para> - <ulink url="http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha">SHA512</ulink> - - A SHA512 hash of the release to aid in verify the validity of the release download. - </para> - </listitem> - </orderedlist> + <para>Prior releases are available via archive.apache.org at <ulink url="http://archive.apache.org/dist/incubator/cloudstack/releases/">http://archive.apache.org/dist/incubator/cloudstack/releases/</ulink>. + </para> + <para>You'll notice several links under the 'Latest release' section. A link to a file ending in <filename>tar.bz2</filename>, as well as a PGP/GPG signature, MD5, and SHA512 file.</para> + <itemizedlist> + <listitem><para>The <filename>tar.bz2</filename> file contains the Bzip2-compressed tarball with the source code.</para></listitem> + <listitem><para>The <filename>.asc</filename> file is a detached cryptographic signature that can be used to help verify the authenticity of the release.</para></listitem> + <listitem><para>The <filename>.md5</filename> file is an MD5 hash of the release to aid in verify the validity of the release download.</para></listitem> + <listitem><para>The <filename>.sha</filename> file is a SHA512 hash of the release to aid in verify the validity of the release download.</para></listitem> + </itemizedlist> </section>