Author: lewismc
Date: Wed Jun 29 16:17:09 2016
New Revision: 1750668
URL: http://svn.apache.org/viewvc?rev=1750668&view=rev
Log:
Update downloads page for 1.0 release
Modified:
oodt/cms_site/trunk/content/download.md
Modified: oodt/cms_site/trunk/content/download.md
URL:
http://svn.apache.org/viewvc/oodt/cms_site/trunk/content/download.md?rev=1750668&r1=1750667&r2=1750668&view=diff
==============================================================================
--- oodt/cms_site/trunk/content/download.md (original)
+++ oodt/cms_site/trunk/content/download.md Wed Jun 29 16:17:09 2016
@@ -1,212 +1,219 @@
<!-- SUBHEADER
-================================================== -->
+ ================================================== -->
<div id="subheader">
- <div class="row">
- <div class="twelve columns">
- <h4>Download</h4>
- </div>
- </div>
-</div>
-<div class="hr">
+ <div class="row">
+ <div class="twelve columns">
+ <h4>Download</h4>
+ </div>
+ </div>
</div>
+<div class="hr"></div>
<!-- CONTENT
-================================================== -->
+ ================================================== -->
<div class="row">
<!-- MAIN CONTENT-->
- <div class="eight columns">
- <h4>Introduction</h4>
- <p>Use the button below to download the newest release of OODT.
<b>N.B. OODT is ONLY released as source code and NOT binary.</b>
- This is because you will most likely want to recompile various aspects
of the codebase with configuration before deploying an OODT system.</p>
- <p>See the <a
href="https://raw.githubusercontent.com/apache/oodt/0.12/CHANGES.txt">0.12-CHANGES.txt</a>
file for more information on the list of updates in this release.</p>
- <p>OODT is always distributed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, version
2.0</a>.</p>
-
- <h4>Prerequisites</h4>
- <p>You require <a href="http://maven.apache.org">Apache Maven</a> to
build the OODT source code. Maven can either be downloaded and installed
- manually or alternatively via command line via your operating system
package manager.</p>
-
- <h4>Official Release</h4>
- <p>
- <b>February-2016</b>: The Latest Apache⢠OODT version 0.12 is now
released and available for download.</p>
- <p>
- <a href="http://www.apache.org/dyn/closer.lua/oodt" class="clear
actbutton">Download OODT</a>
- </p>
-
- <h4>Mirrors</h4>
- <p>The link in the Mirrors column below should display a default
mirror selection based on your inferred location.
- If (when you browse to it) you do not see that page, try a different
browser.
- The checksum and signature are links to the originals on the main
distribution server.</p>
-
-<table class="table">
- <thead>
- <tr>
- <th align="left">Version</th>
- <th align="left">Mirrors</th>
- <th align="left">MD5 Checksum</th>
- <th align="left">Signature</th>
- <th align="left">SHA Checksum</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>Apache OODT 0.12 (zip)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/oodt/apache-oodt-0.12-src.zip">apache-oodt-0.12-src.zip</a></td>
- <td><a
href="http://www.apache.org/dist/oodt/apache-oodt-0.12-src.zip.md5">apache-oodt-0.12-src.zip.md5</a></td>
- <td><a
href="http://www.apache.org/dist/oodt/apache-oodt-0.12-src.zip.asc">apache-oodt-0.12-src.zip.asc</a></td>
- <td><a
href="http://www.apache.org/dist/oodt/apache-oodt-0.12-src.zip.sha1">apache-oodt-0.12-src.zip.sha1</a></td>
- </tr>
- </tbody>
-</table>
-
- <h4>Verify Releases</h4>
- <p>It is essential that you verify the integrity of the downloaded
files using the PGP, MD5 and/or SHA signatures. published with every OODT
release.</p>
- <p>Please read <a
href="http://httpd.apache.org/dev/verification.html">Verifying Apache HTTP
Server Releases</a> for more information on why you should verify our
releases.</p>
- <p>We strongly recommend you verify your downloads with at least both
PGP and MD5. Guidance for doing so is provided below.</p>
-
- <h4>PGP Signature</h4>
- <p>The PGP signatures can be verified using PGP or GPG. First download
the <a href="https://people.apache.org/keys/group/oodt.asc">KEYS</a> as well as
the asc signature file for the relevant distribution.</p>
- <p>N.B.Make sure you get these files from the <a
href="http://www.apache.org/dist/oodt/">main distribution directory</a>, rather
than from a mirror. Then verify the signatures using the following:</p>
- <code>$ gpg --import KEYS </code>
- <code>$ gpg --verify apache-oodt-X.Y.Z-src.zip.asc</code>
- <p>The files in the most recent release are signed by B876884A
2007-12-24 Chris Mattmann (CODE SIGNING KEY) <[email protected]></p>
-
- <h4>MD5 Signature</h4>
- <p>Alternatively, you can verify the MD5 signature on the files. A
unix program called md5 or md5sum is included in many unix distributions.</p>
- <code>$ md5sum apache-oodt-X.Y.Z-src.tar.gz</code>
- <p>... output should match the string in
apache-oodt-X.Y.Z-src.zip.md5</p>
-
- </div><!-- end main content-->
-<!-- SIDEBAR-->
-<div class="four columns">
- <h4>Previous Releases</h4>
-<div class="team-profile">
- <span>
- <ul>
- <li>Date: JAN-2016</li>
- <li>Version: OODT 0.11</li>
- <li><a
href="http://www.apache.org/dyn/closer.lua/oodt/apache-oodt-0.11-src.zip">Download</a></li>
- <li><a
href-"http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
- </ul>
- </span>
- </div>
-<div class="team-profile">
- <span>
- <ul>
- <li>Date: AUG-2015</li>
- <li>Version: OODT 0.10</li>
- <li><a
href="http://www.apache.org/dyn/closer.lua/oodt/apache-oodt-0.10-src.zip">Download</a></li>
- <li><a
href-"http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
- </ul>
- </span>
- </div>
-<div class="team-profile">
- <span>
- <ul>
- <li>Date: JUN-2015</li>
- <li>Version: OODT 0.9</li>
- <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.9.zip">Download</a></li>
- <li><a
href-"http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
- </ul>
- </span>
- </div>
-<div class="team-profile">
- <span>
- <ul>
- <li>Date: FEB-2015</li>
- <li>Version: OODT 0.8.1</li>
- <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.8.1.zip">Download</a></li>
- <li><a
href-"http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
- </ul>
- </span>
- </div>
-<div class="team-profile">
- <span>
- <ul>
- <li>Date: DEC-2014</li>
- <li>Version: OODT 0.8</li>
- <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.8.zip">Download</a></li>
- <li><a
href-"http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
- </ul>
- </span>
- </div>
-<div class="team-profile">
- <span>
- <ul>
- <li>Date: SEP-2014</li>
- <li>Version: OODT 0.7</li>
- <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.7.zip">Download</a></li>
- <li><a
href-"http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
- </ul>
- </span>
- </div>
- <div class="team-profile">
- <span>
- <ul>
- <li>Date: SEP-2014</li>
- <li>Version: OODT 0.7</li>
- <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.7-src.zip">Download</a></li>
- <li><a
href="http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
- </ul>
- </span>
- </div>
- <div class="team-profile">
- <span>
- <ul>
- <li>Date: JUL-2013</li>
- <li>Version: OODT 0.6</li>
- <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.6-src.zip">Download</a></li>
- <li><a
href="http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
- </ul>
- </span>
- </div>
- <div class="team-profile">
- <span>
- <ul>
- <li>Date: DEC-2012</li>
- <li>Version: OODT 0.5</li>
- <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.5.zip">Download</a></li>
- <li><a
href="http://archive.apache.org/dist/oodt/KEYS">Verification KEYS</a></li>
- </ul>
- </span>
- </div>
- <div class="team-profile">
- <span>
- <ul>
- <li>Date: JUN-2012</li>
- <li>Version: OODT 0.4</li>
- <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.4-src.zip">Download</a></li>
- <li><a
href="http://archive.apache.org/dist/oodt/KEYS-0.4.txt">Verification
KEYS</a></li>
- </ul>
- </span>
- </div>
- <div class="team-profile">
- <span>
- <ul>
- <li>Date: JUN-2011</li>
- <li>Version: OODT 0.3</li>
- <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.3-src.zip">Download</a></li>
- <li><a
href="http://archive.apache.org/dist/oodt/KEYS-0.3.txt">Verification
KEYS</a></li>
- </ul>
- </span>
- </div>
- <div class="team-profile">
- <span>
- <ul>
- <li>Date: FEB-2011</li>
- <li>Version: OODT 0.2</li>
- <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.2-src.zip">Download</a></li>
- <li><a
href="http://archive.apache.org/dist/oodt/KEYS-0.2.txt">Verification
KEYS</a></li>
- </ul>
- </span>
- </div>
- <div class="team-profile">
- <span>
- <ul>
- <li>Date: NOV-2010</li>
- <li>Version: OODT 0.1-incubating</li>
- <li><a
href="http://archive.apache.org/dist/incubator/oodt/apache-oodt-0.1-incubating-src.tar.gz">Download</a></li>
- <li><a
href="http://archive.apache.org/dist/incubator/oodt/KEYS-0.1-incubating.txt">Verification
KEYS</a></li>
- </ul>
- </span>
- </div>
- </div><!-- end sidebar -->
-</div>
+ <div class="eight columns">
+ <h4>Introduction</h4>
+ <p>Use the button below to download the newest release of OODT. <b>N.B.
OODT is ONLY released as source code and NOT binary.</b>
+ This is because you will most likely want to recompile various aspects
of the codebase with configuration before deploying an OODT system.
+ </p>
+ <p>See the <a
href="https://raw.githubusercontent.com/apache/oodt/1.0/CHANGES.txt">1.0-CHANGES.txt</a>
file for more information on the list of updates in this release.</p>
+ <p>OODT is always distributed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, version
2.0</a>.</p>
+ <h4>Prerequisites</h4>
+ <p>You require <a href="http://maven.apache.org">Apache Maven</a> to build
the OODT source code. Maven can either be downloaded and installed
+ manually or alternatively via command line via your operating system
package manager.
+ </p>
+ <h4>Official Release</h4>
+ <p>
+ <b>February-2016</b>: The Latest Apache⢠OODT version 1.0 is now
released and available for download.
+ </p>
+ <p>
+ <a href="http://www.apache.org/dyn/closer.lua/oodt" class="clear
actbutton">Download OODT</a>
+ </p>
+ <h4>Mirrors</h4>
+ <p>The link in the Mirrors column below should display a default mirror
selection based on your inferred location.
+ If (when you browse to it) you do not see that page, try a different
browser.
+ The checksum and signature are links to the originals on the main
distribution server.
+ </p>
+ <table class="table">
+ <thead>
+ <tr>
+ <th align="left">Version</th>
+ <th align="left">Mirrors</th>
+ <th align="left">MD5 Checksum</th>
+ <th align="left">Signature</th>
+ <th align="left">SHA Checksum</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>Apache OODT 1.0 (zip)</td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/oodt/apache-oodt-1.0-src.zip">apache-oodt-1.0-src.zip</a></td>
+ <td><a
href="http://www.apache.org/dist/oodt/apache-oodt-1.0-src.zip.md5">apache-oodt-1.0-src.zip.md5</a></td>
+ <td><a
href="http://www.apache.org/dist/oodt/apache-oodt-1.0-src.zip.asc">apache-oodt-1.0-src.zip.asc</a></td>
+ <td><a
href="http://www.apache.org/dist/oodt/apache-oodt-1.0-src.zip.sha1">apache-oodt-1.0-src.zip.sha1</a></td>
+ </tr>
+ </tbody>
+ </table>
+ <h4>Verify Releases</h4>
+ <p>It is essential that you verify the integrity of the downloaded files
using the PGP, MD5 and/or SHA signatures. published with every OODT release.</p>
+ <p>Please read <a
href="http://httpd.apache.org/dev/verification.html">Verifying Apache HTTP
Server Releases</a> for more information on why you should verify our
releases.</p>
+ <p>We strongly recommend you verify your downloads with at least both PGP
and MD5. Guidance for doing so is provided below.</p>
+ <h4>PGP Signature</h4>
+ <p>The PGP signatures can be verified using PGP or GPG. First download the
<a href="https://people.apache.org/keys/group/oodt.asc">KEYS</a> as well as the
asc signature file for the relevant distribution.</p>
+ <p>N.B.Make sure you get these files from the <a
href="http://www.apache.org/dist/oodt/">main distribution directory</a>, rather
than from a mirror. Then verify the signatures using the following:</p>
+ <code>$ gpg --import KEYS </code>
+ <code>$ gpg --verify apache-oodt-X.Y.Z-src.zip.asc</code>
+ <p>The files in the most recent release are signed by 783CE7BB 2014-12-19
Tom Barber (CODE SIGNING KEY) <[email protected]></p>
+ <h4>MD5 Signature</h4>
+ <p>Alternatively, you can verify the MD5 signature on the files. A unix
program called md5 or md5sum is included in many unix distributions.</p>
+ <code>$ md5sum apache-oodt-X.Y.Z-src.tar.gz</code>
+ <p>... output should match the string in apache-oodt-X.Y.Z-src.zip.md5</p>
+ </div>
+ <!-- end main content-->
+ <!-- SIDEBAR-->
+ <div class="four columns">
+ <h4>Previous Releases</h4>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: FEB-2016</li>
+ <li>Version: OODT 0.12</li>
+ <li><a
href="http://www.apache.org/dyn/closer.lua/oodt/apache-oodt-0.12-src.zip">Download</a></li>
+ <li><a
href-"http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: DEC-2015</li>
+ <li>Version: OODT 0.11</li>
+ <li><a
href="http://www.apache.org/dyn/closer.lua/oodt/apache-oodt-0.11-src.zip">Download</a></li>
+ <li><a
href-"http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: AUG-2015</li>
+ <li>Version: OODT 0.10</li>
+ <li><a
href="http://www.apache.org/dyn/closer.lua/oodt/apache-oodt-0.10-src.zip">Download</a></li>
+ <li><a
href-"http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: JUN-2015</li>
+ <li>Version: OODT 0.9</li>
+ <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.9.zip">Download</a></li>
+ <li><a
href-"http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: FEB-2015</li>
+ <li>Version: OODT 0.8.1</li>
+ <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.8.1.zip">Download</a></li>
+ <li><a
href-"http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: DEC-2014</li>
+ <li>Version: OODT 0.8</li>
+ <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.8.zip">Download</a></li>
+ <li><a
href-"http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: SEP-2014</li>
+ <li>Version: OODT 0.7</li>
+ <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.7.zip">Download</a></li>
+ <li><a
href-"http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: SEP-2014</li>
+ <li>Version: OODT 0.7</li>
+ <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.7-src.zip">Download</a></li>
+ <li><a
href="http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: JUL-2013</li>
+ <li>Version: OODT 0.6</li>
+ <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.6-src.zip">Download</a></li>
+ <li><a
href="http://people.apache.org/keys/group/oodt.asc">Verification KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: DEC-2012</li>
+ <li>Version: OODT 0.5</li>
+ <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.5.zip">Download</a></li>
+ <li><a href="http://archive.apache.org/dist/oodt/KEYS">Verification
KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: JUN-2012</li>
+ <li>Version: OODT 0.4</li>
+ <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.4-src.zip">Download</a></li>
+ <li><a
href="http://archive.apache.org/dist/oodt/KEYS-0.4.txt">Verification
KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: JUN-2011</li>
+ <li>Version: OODT 0.3</li>
+ <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.3-src.zip">Download</a></li>
+ <li><a
href="http://archive.apache.org/dist/oodt/KEYS-0.3.txt">Verification
KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: FEB-2011</li>
+ <li>Version: OODT 0.2</li>
+ <li><a
href="http://archive.apache.org/dist/oodt/apache-oodt-0.2-src.zip">Download</a></li>
+ <li><a
href="http://archive.apache.org/dist/oodt/KEYS-0.2.txt">Verification
KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ <div class="team-profile">
+ <span>
+ <ul>
+ <li>Date: NOV-2010</li>
+ <li>Version: OODT 0.1-incubating</li>
+ <li><a
href="http://archive.apache.org/dist/incubator/oodt/apache-oodt-0.1-incubating-src.tar.gz">Download</a></li>
+ <li><a
href="http://archive.apache.org/dist/incubator/oodt/KEYS-0.1-incubating.txt">Verification
KEYS</a></li>
+ </ul>
+ </span>
+ </div>
+ </div>
+ <!-- end sidebar -->
+</div>
\ No newline at end of file