You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/11/05 20:04:58 UTC

[52/54] [abbrv] storm git commit: Merge branch 'asf-site' of https://git-wip-us.apache.org/repos/asf/storm into asf-site

Merge branch 'asf-site' of https://git-wip-us.apache.org/repos/asf/storm into asf-site


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/6ba60dff
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/6ba60dff
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/6ba60dff

Branch: refs/heads/asf-site
Commit: 6ba60dfff4b5145c0d7665c7d54b1bb80293bf88
Parents: d13d168 ef7428d
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Thu Nov 5 13:54:26 2015 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Thu Nov 5 13:54:26 2015 -0500

----------------------------------------------------------------------
 _data/contributors.yml |  2 ++
 downloads.html         | 48 ++++++++++++++++++++++-----------------------
 2 files changed, 26 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/6ba60dff/downloads.html
----------------------------------------------------------------------
diff --cc downloads.html
index ff3308c,0e7f3e0..7460729
--- a/downloads.html
+++ b/downloads.html
@@@ -27,90 -27,15 +27,90 @@@ older
  				  </p>
  
  				  <h3>Source Code</h3>
 -				  Current source code is hosted on GitHub, <a href="https://github.com/apache/storm">apache/storm</a>
 +				  Current source code is mirrored on GitHub: <a href="https://github.com/apache/storm">apache/storm</a>
  				  
 -				  <h3>Current Beta Release</h3>
 -				  The current beta release is 0.10.0-beta1. Source and binary distributions can be found below.
 +				  <h3>Current 0.10.x Release</h3>
 +				  The current 0.10.x release is 0.10.0. Source and binary distributions can be found below.
  				  
 -				  The list of changes for this release can be found <a href="https://github.com/apache/storm/blob/v0.10.0-beta1/CHANGELOG.md">here.</a>
 +				  The list of changes for this release can be found <a href="https://github.com/apache/storm/blob/v0.10.0/CHANGELOG.md">here.</a>
 +
 +				  <ul>
 +					  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.10.0/apache-storm-0.10.0.tar.gz">apache-storm-0.10.0.tar.gz</a>
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0/apache-storm-0.10.0.tar.gz.asc">PGP</a>]
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0/apache-storm-0.10.0.tar.gz.sha">SHA512</a>] 
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0/apache-storm-0.10.0.tar.gz.md5">MD5</a>]
 +					  </li>
 +					  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.10.0/apache-storm-0.10.0.zip">apache-storm-0.10.0.zip</a>
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0/apache-storm-0.10.0.zip.asc">PGP</a>]
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0/apache-storm-0.10.0.zip.sha">SHA512</a>] 
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0/apache-storm-0.10.0.zip.md5">MD5</a>]
 +					  </li>
 +					  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.10.0/apache-storm-0.10.0-src.tar.gz">apache-storm-0.10.0-src.tar.gz</a>
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0/apache-storm-0.10.0-src.tar.gz.asc">PGP</a>]
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0/apache-storm-0.10.0-src.tar.gz.sha">SHA512</a>] 
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0/apache-storm-0.10.0-src.tar.gz.md5">MD5</a>]
 +					  </li>
 +					  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.10.0/apache-storm-0.10.0-src.zip">apache-storm-0.10.0-src.zip</a>
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0/apache-storm-0.10.0-src.zip.asc">PGP</a>]
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0/apache-storm-0.10.0-src.zip.sha">SHA512</a>] 
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0/apache-storm-0.10.0-src.zip.md5">MD5</a>]
 +					  </li>
 +				  </ul>
 +				  Storm artifacts are hosted in <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">Maven Central</a>. You can add Storm as a dependency with the following coordinates:
 +
 +				  <pre>
 +groupId: <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">org.apache.storm</a>
 +artifactId: storm-core
 +version: 0.10.0</pre>				  
 +				  
 +				  <h3>Current 0.9.x Release</h3>
 +				  The current 0.9.x release is 0.9.6. Source and binary distributions can be found below.
 +				  
 +				  The list of changes for this release can be found <a href="https://github.com/apache/storm/blob/v0.9.6/CHANGELOG.md">here.</a>
 +
 +				  <ul>
 +					  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.6/apache-storm-0.9.6.tar.gz">apache-storm-0.9.6.tar.gz</a>
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.6/apache-storm-0.9.6.tar.gz.asc">PGP</a>]
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.6/apache-storm-0.9.6.tar.gz.sha">SHA512</a>] 
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.6/apache-storm-0.9.6.tar.gz.md5">MD5</a>]
 +					  </li>
 +					  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.6/apache-storm-0.9.6.zip">apache-storm-0.9.6.zip</a>
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.6/apache-storm-0.9.6.zip.asc">PGP</a>]
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.6/apache-storm-0.9.6.zip.sha">SHA512</a>] 
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.6/apache-storm-0.9.6.zip.md5">MD5</a>]
 +					  </li>
 +					  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.6/apache-storm-0.9.6-src.tar.gz">apache-storm-0.9.6-src.tar.gz</a>
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.6/apache-storm-0.9.6-src.tar.gz.asc">PGP</a>]
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.6/apache-storm-0.9.6-src.tar.gz.sha">SHA512</a>] 
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.6/apache-storm-0.9.6-src.tar.gz.md5">MD5</a>]
 +					  </li>
 +					  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.6/apache-storm-0.9.6-src.zip">apache-storm-0.9.6-src.zip</a>
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.6/apache-storm-0.9.6-src.zip.asc">PGP</a>]
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.6/apache-storm-0.9.6-src.zip.sha">SHA512</a>] 
 +					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.6/apache-storm-0.9.6-src.zip.md5">MD5</a>]
 +					  </li>
 +				  </ul>
 +
 +				  Storm artifacts are hosted in <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">Maven Central</a>. You can add Storm as a dependency with the following coordinates:
 +
 +
 +				  <pre>
 +groupId: <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">org.apache.storm</a>
 +artifactId: storm-core
 +version: 0.9.6</pre>
 +				  
 +				  
 +				  The signing keys for releases can be found <a href="http://www.apache.org/dist/storm/KEYS">here.</a>
 +				  
 +				  <p>
 +					  
 +				  </p>
 +				  <h3>Previous Releases</h3>
 +                  
 +                  <b>0.10.0-beta1</b>
  
  				  <ul>
- 					  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.10.0-beta1/apache-storm-0.10.0-beta1.tar.gz">apache-storm-0.10.0-beta1.tar.gz</a>
+ 					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-0.10.0-beta1/apache-storm-0.10.0-beta1.tar.gz">apache-storm-0.10.0-beta1.tar.gz</a>
  					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0-beta1/apache-storm-0.10.0-beta1.tar.gz.asc">PGP</a>]
  					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0-beta1/apache-storm-0.10.0-beta1.tar.gz.sha">SHA512</a>] 
  					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0-beta1/apache-storm-0.10.0-beta1.tar.gz.md5">MD5</a>]
@@@ -131,12 -56,15 +131,12 @@@
  					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.10.0-beta1/apache-storm-0.10.0-beta1-src.zip.md5">MD5</a>]
  					  </li>
  				  </ul>
 -				  
 -				  
 -				  <h3>Current Release</h3>
 -				  The current release is 0.9.5. Source and binary distributions can be found below.
 -				  
 -				  The list of changes for this release can be found <a href="https://github.com/apache/storm/blob/v0.9.5/CHANGELOG.md">here.</a>
 +
 +                  
 +                  <b>0.9.5</b>
  
  				  <ul>
- 					  <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz">apache-storm-0.9.5.tar.gz</a>
+ 					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz">apache-storm-0.9.5.tar.gz</a>
  					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz.asc">PGP</a>]
  					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz.sha">SHA512</a>] 
  					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz.md5">MD5</a>]