Author: roger
Date: Fri May 6 21:22:35 2011
New Revision: 1100382
URL: http://svn.apache.org/viewvc?rev=1100382&view=rev
Log:
Link to Snapshot Releases from CI added, Info about Maven artifact added
Modified:
thrift/site/dynathrift/download/index.php
thrift/site/dynathrift/static/thrift.css
thrift/site/publish/download/index.html
thrift/site/publish/static/thrift.css
Modified: thrift/site/dynathrift/download/index.php
URL:
http://svn.apache.org/viewvc/thrift/site/dynathrift/download/index.php?rev=1100382&r1=1100381&r2=1100382&view=diff
==============================================================================
--- thrift/site/dynathrift/download/index.php (original)
+++ thrift/site/dynathrift/download/index.php Fri May 6 21:22:35 2011
@@ -27,23 +27,23 @@ function distlink($path) {
return 'http://www.apache.org/dist'.$path;
}
-$DL_ROOT = "/thrift/0.6.1/";
+$DL_ROOT = "/thrift/0.6.0/";
echo '
-<h2>Direct Download</h2>
+<h2>Release</h2>
<p>
-The latest stable release of Thrift is 0.6.1 (released on 2011-04-25).
+The latest stable release of Thrift is 0.6.0 (released on 2011-02-08).
</p>
<div class="download_box">
'.
-alink('thrift-0.6.1.tar.gz',
- mirrorlink($DL_ROOT.'thrift-0.6.1.tar.gz')) .
+alink('thrift-0.6.0.tar.gz',
+ mirrorlink($DL_ROOT.'thrift-0.6.0.tar.gz')) .
' [' .
-alink('PGP', distlink($DL_ROOT.'thrift-0.6.1.tar.gz.asc')) .
+alink('PGP', distlink($DL_ROOT.'thrift-0.6.0.tar.gz.asc')) .
'] [' .
-alink('MD5', distlink($DL_ROOT.'thrift-0.6.1.tar.gz.md5')) .
+alink('MD5', distlink($DL_ROOT.'thrift-0.6.0.tar.gz.md5')) .
']
</div>
@@ -58,34 +58,58 @@ alink('MD5', distlink($DL_ROOT.'thrift-0
']
</div>
+<div class="download_box">
+Maven artifact
+<pre class="download">
+'.htmlentities('<dependency>
+ <groupId>org.apache.thrift</groupId>
+ <artifactId>libthrift</artifactId>
+ <version>0.6.1</version>
+</dependency>')
+.'
+</pre></div>
+
<p>
-When downloading from a mirror, please be sure to verify the checksums and
OpenPGP compatible signature (see the MD5 and PGP links above). The '.
+When downloading from a mirror, please be sure to
'.alink('verify','http://www.apache.org/info/verification.html').' the
checksums and signature (see the MD5 and PGP links above). The '.
alink('KEYS', 'http://www.apache.org/dist/thrift/KEYS') .
' file contains the public key(s) used for signing releases.
</p>
-<h2 class="topborder">Incubator Releases</h2>
+<h2 class="topborder">Snapshot Releases</h2>
<p>
-Releases from the incubator ( less than 0.6.0 )
-are availible from '.
-alink('www.apache.org',
- 'http://www.apache.org/dist/incubator/thrift') .
-'.</p>
+ The snapshot releases are built by '.alink('Thrift Continous
Integration','https://builds.apache.org/hudson/view/S-Z/view/Thrift/').'
running on Apache Jenkins instance.
+</p>
+<div class="download_box">
+'.
+alink('thrift-x.x.x.tar.gz - Latest successful build (make dist)',
+
'https://builds.apache.org/hudson/job/Thrift/lastSuccessfulBuild/artifact/thrift/')
.
+'</div>
-<h2 class="topborder">Development Snapshots</h2>
-<p>
-For developers who would like to download a snapshot of the current trunk,
-or any particular revision in recent history, these are available
-for direct download from '.
-alink('instant.thrift-rpc.org',
- 'http://instant.thrift-rpc.org') .
-'.</p>
+<div class="download_box">
+'.
+alink('Thrift compiler for Windows (thrift.exe) - Latest successful build',
+
'https://builds.apache.org/hudson/job/Thrift-Compiler-Windows/lastSuccessfulBuild/artifact/thrift/thrift.exe')
.
+'</div>
+
+<div class="download_box">
+'.
+alink('Thrift javadoc - Latest successful build',
+ 'https://builds.apache.org/hudson/job/Thrift/javadoc/') .
+'</div>
<p>
<em>N.B.</em>: These developer snapshots are not certified releases and
we recommend that users use the stable release above.
</p>
+<h2 class="topborder">Incubator Releases</h2>
+<p>
+Releases from the incubator ( less than 0.6.0 )
+are availible from '.
+alink('www.apache.org',
+ 'http://www.apache.org/dist/incubator/thrift') .
+'.</p>
+
<h2 class="topborder">SVN Checkout</h2>
<p>
For those who would like to participate in Thrift development, you
Modified: thrift/site/dynathrift/static/thrift.css
URL:
http://svn.apache.org/viewvc/thrift/site/dynathrift/static/thrift.css?rev=1100382&r1=1100381&r2=1100382&view=diff
==============================================================================
--- thrift/site/dynathrift/static/thrift.css (original)
+++ thrift/site/dynathrift/static/thrift.css Fri May 6 21:22:35 2011
@@ -386,6 +386,14 @@ img, a img {
margin-top: 24px;
padding-top: 24px;
}
+.download pre {
+ padding-left: 0px;
+ margin-left: 0px;
+ padding-right: 0px;
+ margin-right: 0px;
+ margin-bottom: 0px;
+ padding-bottom: 0px;
+}
/**
* Tutorial Page
Modified: thrift/site/publish/download/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/download/index.html?rev=1100382&r1=1100381&r2=1100382&view=diff
==============================================================================
--- thrift/site/publish/download/index.html (original)
+++ thrift/site/publish/download/index.html Fri May 6 21:22:35 2011
@@ -9,40 +9,57 @@
<div class="tframe"></div>
<div class="iframe">
<div class="frame"><div class="header"><h2><a href="../" class="logo"><img
src="../static/thrift_mask.png" class="Thrift" alt="" /></a><small>Software
minus logo.</small></h2></div><div class="wrapper"><div class="leftnav"><ul><li
class="ln_home"><a href="../">Home</a></li><li class="ln_about"><a
href="../about">About</a></li><li class="ln_mailing"><a
href="../mailing">Mailing Lists</a></li><li class="ln_developers"><a
href="../developers">Developers</a></li><li class="ln_download active"><a
href="../download">Download »</a></li><li class="ln_tutorial"><a
href="../tutorial">Tutorial</a></li></ul><ul class="ext"><li><a
href="http://wiki.apache.org/thrift">Thrift Wiki</a></li></ul></div><div
class="main download">
-<h2>Direct Download</h2>
+<h2>Release</h2>
<p>
-The latest stable release of Thrift is 0.6.1 (released on 2011-04-25).
+The latest stable release of Thrift is 0.6.0 (released on 2011-02-08).
</p>
<div class="download_box">
-<a
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.6.1/thrift-0.6.1.tar.gz">thrift-0.6.1.tar.gz</a>
[<a
href="http://www.apache.org/dist/thrift/0.6.1/thrift-0.6.1.tar.gz.asc">PGP</a>]
[<a
href="http://www.apache.org/dist/thrift/0.6.1/thrift-0.6.1.tar.gz.md5">MD5</a>]
+<a
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.6.0/thrift-0.6.0.tar.gz">thrift-0.6.0.tar.gz</a>
[<a
href="http://www.apache.org/dist/thrift/0.6.0/thrift-0.6.0.tar.gz.asc">PGP</a>]
[<a
href="http://www.apache.org/dist/thrift/0.6.0/thrift-0.6.0.tar.gz.md5">MD5</a>]
</div>
<div class="download_box">
-<a
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.6.1/thrift-0.6.0.exe">Thrift
compiler for Windows (thrift-0.6.0.exe)</a> [<a
href="http://www.apache.org/dist/thrift/0.6.1/thrift-0.6.0.exe.asc">PGP</a>]
[<a href="http://www.apache.org/dist/thrift/0.6.1/thrift-0.6.0.exe.md5">MD5</a>]
+<a
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.6.0/thrift-0.6.0.exe">Thrift
compiler for Windows (thrift-0.6.0.exe)</a> [<a
href="http://www.apache.org/dist/thrift/0.6.0/thrift-0.6.0.exe.asc">PGP</a>]
[<a href="http://www.apache.org/dist/thrift/0.6.0/thrift-0.6.0.exe.md5">MD5</a>]
</div>
+<div class="download_box">
+Maven artifact
+<pre class="download">
+<dependency>
+ <groupId>org.apache.thrift</groupId>
+ <artifactId>libthrift</artifactId>
+ <version>0.6.1</version>
+</dependency>
+</pre></div>
+
<p>
-When downloading from a mirror, please be sure to verify the checksums and
OpenPGP compatible signature (see the MD5 and PGP links above). The <a
href="http://www.apache.org/dist/thrift/KEYS">KEYS</a> file contains the public
key(s) used for signing releases.
+When downloading from a mirror, please be sure to <a
href="http://www.apache.org/info/verification.html">verify</a> the checksums
and signature (see the MD5 and PGP links above). The <a
href="http://www.apache.org/dist/thrift/KEYS">KEYS</a> file contains the public
key(s) used for signing releases.
</p>
-<h2 class="topborder">Incubator Releases</h2>
+<h2 class="topborder">Snapshot Releases</h2>
<p>
-Releases from the incubator ( less than 0.6.0 )
-are availible from <a
href="http://www.apache.org/dist/incubator/thrift">www.apache.org</a>.</p>
+ The snapshot releases are built by <a
href="https://builds.apache.org/hudson/view/S-Z/view/Thrift/">Thrift Continous
Integration</a> running on Apache Jenkins instance.
+</p>
+<div class="download_box">
+<a
href="https://builds.apache.org/hudson/job/Thrift/lastSuccessfulBuild/artifact/thrift/">thrift-x.x.x.tar.gz
- Latest successful build (make dist)</a></div>
-<h2 class="topborder">Development Snapshots</h2>
-<p>
-For developers who would like to download a snapshot of the current trunk,
-or any particular revision in recent history, these are available
-for direct download from <a
href="http://instant.thrift-rpc.org">instant.thrift-rpc.org</a>.</p>
+<div class="download_box">
+<a
href="https://builds.apache.org/hudson/job/Thrift-Compiler-Windows/lastSuccessfulBuild/artifact/thrift/thrift.exe">Thrift
compiler for Windows (thrift.exe) - Latest successful build</a></div>
+
+<div class="download_box">
+<a href="https://builds.apache.org/hudson/job/Thrift/javadoc/">Thrift javadoc
- Latest successful build</a></div>
<p>
<em>N.B.</em>: These developer snapshots are not certified releases and
we recommend that users use the stable release above.
</p>
+<h2 class="topborder">Incubator Releases</h2>
+<p>
+Releases from the incubator ( less than 0.6.0 )
+are availible from <a
href="http://www.apache.org/dist/incubator/thrift">www.apache.org</a>.</p>
+
<h2 class="topborder">SVN Checkout</h2>
<p>
For those who would like to participate in Thrift development, you
Modified: thrift/site/publish/static/thrift.css
URL:
http://svn.apache.org/viewvc/thrift/site/publish/static/thrift.css?rev=1100382&r1=1100381&r2=1100382&view=diff
==============================================================================
--- thrift/site/publish/static/thrift.css (original)
+++ thrift/site/publish/static/thrift.css Fri May 6 21:22:35 2011
@@ -386,6 +386,14 @@ img, a img {
margin-top: 24px;
padding-top: 24px;
}
+.download pre {
+ padding-left: 0px;
+ margin-left: 0px;
+ padding-right: 0px;
+ margin-right: 0px;
+ margin-bottom: 0px;
+ padding-bottom: 0px;
+}
/**
* Tutorial Page