Author: buildbot
Date: Fri Oct 17 01:21:18 2014
New Revision: 926033
Log:
Staging update by buildbot for climate
Added:
websites/staging/climate/trunk/content/downloads.html
Modified:
websites/staging/climate/trunk/content/ (props changed)
websites/staging/climate/trunk/content/sitemap.html
Propchange: websites/staging/climate/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Oct 17 01:21:18 2014
@@ -1 +1 @@
-1632453
+1632459
Added: websites/staging/climate/trunk/content/downloads.html
==============================================================================
--- websites/staging/climate/trunk/content/downloads.html (added)
+++ websites/staging/climate/trunk/content/downloads.html Fri Oct 17 01:21:18
2014
@@ -0,0 +1,211 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+
+ 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.
+-->
+ <link rel="stylesheet" type="text/css" media="screen"
href="/css/bootstrap.min.css">
+ <style type="text/css">
+ body {
+ padding-top: 60px;
+ padding-bottom: 40px;
+ }
+ .sidebar-nav {
+ padding: 9px 0;
+ }
+ @media (max-width: 980px) {
+ /* Enable use of floated navbar text */
+ .navbar-text.pull-right {
+ float: none;
+ padding-left: 5px;
+ padding-right: 5px;
+ }
+ }
+ </style>
+ <link rel="stylesheet" type="text/css" media="screen"
href="/css/bootstrap-responsive.min.css">
+ <link rel="stylesheet" type="text/css" media="screen" href="/css/main.css">
+ <title>Gora Releases </title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+
+<div class="navbar navbar-inverse navbar-fixed-top">
+ <div class="navbar-inner">
+ <div class="container">
+ <a class="btn btn-navbar" data-toggle="collapse"
data-target=".nav-collapse">
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span> </a>
+ <a class="brand" href="/index.html"> Apache Open Climate Workbench
</a>
+ <div class="nav-collapse">
+ <ul class="nav">
+ <li class="dropdown"> <a class="dropdown-toggle"
data-toggle="dropdown">Development<b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li><a href="/development/source.html">Source
Code</a></li>
+ <li><a href="/development/license.html">Project
License</a></li>
+ <li><a
href="https://issues.apache.org/jira/browse/climate">Issue Tracker</a></li>
+ <li><a href="/development/edit-website.html">Editing
Website</a></li>
+ </ul>
+ </li>
+ <li class="dropdown"> <a class="dropdown-toggle"
data-toggle="dropdown">Documentation<b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li><a
href="https://cwiki.apache.org/confluence/display/CLIMATE/Home">Climate
Wiki</a></li>
+ </ul>
+ </li>
+ <li class="dropdown"> <a class="dropdown-toggle"
data-toggle="dropdown">Community<b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li><a
href="/community/mailing-lists.html">Mailing Lists</a></li>
+ <li><a href="/community/people.html">Project
Team</a></li>
+ <li><a href="/community/get-involved.html">Get
Involved</a></li>
+ </ul>
+ </li>
+ <li class="dropdown"> <a class="dropdown-toggle"
data-toggle="dropdown">ASF <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li><a href="http://www.apache.org">Apache
Software Foundation</a></li>
+ <li><a
href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a
href="http://www.apache.org/foundation/sponsorship.html">Become a
Sponsor</a></li>
+ </ul>
+ </li>
+ </ul>
+ </div> <!-- /.nav-collapse -->
+ </div><!-- /.container -->
+ </div><!-- /.navbar-inner -->
+ </div>
+
+ <div id="main" role="main" class="container">
+ <section id="content" class="row">
+ <article class="span12">
+ <h1 id="download">Download</h1>
+<div class="toc">
+<ul>
+<li><a href="#download">Download</a><ul>
+<li><a href="#introduction">Introduction</a></li>
+<li><a href="#prerequsites">Prerequsites</a></li>
+<li><a href="#downloads">Downloads</a></li>
+<li><a href="#mirrors">Mirrors</a></li>
+<li><a href="#verify-releases">Verify Releases</a></li>
+<li><a href="#pgp-signature">PGP Signature</a></li>
+<li><a href="#md5-signature">MD5 Signature</a></li>
+<li><a href="#previous-releases">Previous Releases</a></li>
+</ul>
+</li>
+</ul>
+</div>
+<h2 id="introduction">Introduction</h2>
+<p>Download the newest release of Apache Gora. <b>Please Note</b> Gora is ONLY
released
+as source code and NOT binary. This is because you will most likely want to
recompile
+various aspects of the codebase during or as a prerequisite to using Gora in
your stack.</p>
+<p>See the <a
href="http://apache.org/dist/gora/0.5/CHANGES.txt">0.5-CHANGES.txt</a>
+file for more information on the list of updates in this release.</p>
+<p>Gora is always distributed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, version
2.0</a>.</p>
+<h2 id="prerequsites">Prerequsites</h2>
+<p>You require <a href="http://maven.apache.org">Apache Maven</a> to build the
Gora source code.
+Maven can either be downloaded and installed manually or alternatively via
command
+line via your operating system package manager.</p>
+<p><b>N.B.</b> Gora is NOT tested against the Windows platform.</p>
+<h2 id="downloads">Downloads</h2>
+<p><a
href="http://www.apache.org/dyn/closer.cgi/gora/0.5/apache-gora-0.5-src.tar.gz"
class="btn btn-primary btn-large">Download (0.5 src.tar.gz)</a>
+<a
href="http://www.apache.org/dyn/closer.cgi/gora/0.5/apache-gora-0.5-src.zip"
class="btn btn-primary btn-large">Download (0.5 src.zip)</a></p>
+<h2 id="mirrors">Mirrors</h2>
+<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 Gora 0.5 (tar.gz)</td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/gora/0.5/apache-gora-0.5-src.tar.gz">apache-gora-0.5-src.tar.gz</a></td>
+ <td><a
href="http://www.apache.org/dist/gora/0.5/apache-gora-0.5-src.tar.gz.md5">apache-gora-0.5-src.tar.gz.md5</a>
</td>
+ <td><a
href="http://www.apache.org/dist/gora/0.5/apache-gora-0.5-src.tar.gz.asc">apache-gora-0.5-src.tar.gz.asc</a>
</td>
+ <td><a
href="http://www.apache.org/dist/gora/0.5/apache-gora-0.5-src.tar.gz.sha">apache-gora-0.5-src.tar.gz.sha</a>
</td>
+ </tr>
+ <tr>
+ <td>Apache Gora 0.5 (zip)</td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/gora/0.5/apache-gora-0.5-src.zip">apache-gora-0.5-src.zip</a></td>
+ <td><a
href="http://www.apache.org/dist/gora/0.5/apache-gora-0.5-src.zip.md5">apache-gora-0.5-src.zip.md5</a></td>
+ <td><a
href="http://www.apache.org/dist/gora/0.5/apache-gora-0.5-src.zip.asc">apache-gora-0.5-src.zip.asc</a></td>
+ <td><a
href="http://www.apache.org/dist/gora/0.5/apache-gora-0.5-src.zip.sha">apache-gora-0.5-src.zip.sha</a></td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="verify-releases">Verify Releases</h2>
+<p>It is essential that you verify the integrity of the downloaded files using
the PGP, MD5 and/or SHA signatures.
+published with every Gora 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>
+<h2 id="pgp-signature">PGP Signature</h2>
+<p>The PGP signatures can be verified using PGP or GPG. First download the
+<a href="http://www.apache.org/dist/gora/KEYS">KEYS</a> as well as the asc
signature file
+for the relevant distribution. </p>
+<p><b>N.B.</b>Make sure you get these files from the
+<a href="http://www.apache.org/dist/gora/">main distribution directory</a>,
rather than from a
+mirror. Then verify the signatures using the following</p>
+<div class="codehilite"><pre>$ <span class="n">gpg</span> <span
class="o">--</span><span class="n">import</span> <span class="n">KEYS</span>
+$ <span class="n">gpg</span> <span class="o">--</span><span
class="n">verify</span> <span class="n">apache</span><span
class="o">-</span><span class="n">gora</span><span class="o">-</span><span
class="n">X</span><span class="p">.</span><span class="n">Y</span><span
class="p">.</span><span class="n">Z</span><span class="o">-</span><span
class="n">src</span><span class="p">.</span><span class="n">tar</span><span
class="p">.</span><span class="n">gz</span><span class="p">.</span><span
class="n">asc</span>
+</pre></div>
+
+
+<p>The files in the most recent release are signed by Lewis John McGibbney
(CODE SIGNING KEY) <a
href="mailto:lewismc@apache.org">lewismc@apache.org</a>
48BAEBF6</p>
+<h2 id="md5-signature">MD5 Signature</h2>
+<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>
+<div class="codehilite"><pre>$ <span class="n">md5sum</span> <span
class="n">apache</span><span class="o">-</span><span class="n">gora</span><span
class="o">-</span><span class="n">X</span><span class="p">.</span><span
class="n">Y</span><span class="p">.</span><span class="n">Z</span><span
class="o">-</span><span class="n">src</span><span class="p">.</span><span
class="n">tar</span><span class="p">.</span><span class="n">gz</span>
+</pre></div>
+
+
+<p>... output should match the string in apache-gora-X.Y.Z.tar.gz.md5</p>
+<h2 id="previous-releases">Previous Releases</h2>
+<p>If you are looking for previous releases of Apache Gora, have a look in the
+<a href="http://archive.apache.org/dist/gora/">Apache Archives</a>, or
alternatively
+for even older releases check out the <a
href="http://archive.apache.org/dist/incubator/gora/">Incubator
archives</a>.</p>
+<p>Subscribe to the dev@ <a href="./mailing_lists.html">mailing list</a> if
you want to
+get notified about future releases. You can check out the Gora
+<a href="./current/quickstart.html">Quick Start Guide</a> to get up and
running in no time. </p>
+<p>All Apache Gora releases are available under the Apache License, Version
2.0.
+See the NOTICE.txt file contained in each release artifact for applicable
+copyright attribution notices.</p>
+ </article>
+ </section>
+ </div>
+
+ <footer class="footer" align="center">
+ <div class="container">
+ <hr id="footer-hr" />
+ <p>Copyright © 2013 The Apache Software Foundation, Licensed under
the
+ <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
License, Version 2.0</a>.<br />
+ Apache SIS, Apache, the Apache feather logo are trademarks of
The Apache Software Foundation.</p>
+ </div>
+ </footer>
+
+ <script src="/js/jquery-1.9.1.min.js"></script>
+ <script src="/js/bootstrap.min.js"></script>
+
+</body>
+</html>
Modified: websites/staging/climate/trunk/content/sitemap.html
==============================================================================
--- websites/staging/climate/trunk/content/sitemap.html (original)
+++ websites/staging/climate/trunk/content/sitemap.html Fri Oct 17 01:21:18 2014
@@ -92,6 +92,7 @@
<article class="span12">
<ul>
<li><a href="/"></a></li>
+<li><a href="/downloads.html">Gora Releases </a></li>
</ul>
</article>
</section>