You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/18 03:16:22 UTC

svn commit: r1578716 - /thrift/cms-site/trunk/content/download.md

Author: joes
Date: Tue Mar 18 02:16:21 2014
New Revision: 1578716

URL: http://svn.apache.org/r1578716
Log:
download fu

Modified:
    thrift/cms-site/trunk/content/download.md

Modified: thrift/cms-site/trunk/content/download.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/download.md?rev=1578716&r1=1578715&r2=1578716&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/download.md (original)
+++ thrift/cms-site/trunk/content/download.md Tue Mar 18 02:16:21 2014
@@ -2,11 +2,11 @@
 title: "Download"
 ---
 ## Release
-The latest stable release of Thrift is <%= @site.config[:current_release] %> (released on <%= @site.config[:current_release_date] %>).
+The latest stable release of Thrift is {{ conf.current_release }} (released on {{ conf.current_release_date }}).
 
-* [thrift-<%= @site.config[:current_release] %>.tar.gz](<%= @site.config[:mirror_url] %>/thrift/<%= @site.config[:current_release] %>/thrift-<%= @site.config[:current_release] %>.tar.gz) \[[PGP](<%= @site.config[:release_url] %>/<%= @site.config[:current_release] %>/thrift-<%= @site.config[:current_release] %>.tar.gz.asc)\]
-\[[MD5](<%= @site.config[:release_url] %>/<%= @site.config[:current_release] %>/thrift-<%= @site.config[:current_release] %>.tar.gz.md5)\]
-* [Thrift compiler for Windows (thrift-<%= @site.config[:current_release] %>.exe)](<%= @site.config[:mirror_url] %>/thrift/<%= @site.config[:current_release] %>/thrift-<%= @site.config[:current_release] %>.exe) \[[PGP](<%= @site.config[:release_url] %>/<%= @site.config[:current_release] %>/thrift-<%= @site.config[:current_release] %>.exe.asc)\] \[[MD5](<%= @site.config[:release_url] %>/<%= @site.config[:current_release] %>/thrift-<%= @site.config[:current_release] %>.exe.md5)\]
+* [thrift-{{ conf.current_release }}.tar.gz]({{ conf.mirror_url }}/thrift/{{ conf.current_release }}/thrift-{{ conf.current_release }}.tar.gz) \[[PGP]({{ conf.release_url }}/{{ conf.current_release }}/thrift-{{ conf.current_release }}.tar.gz.asc)\]
+\[[MD5]({{ conf.release_url }}/{{ conf.current_release }}/thrift-{{ conf.current_release }}.tar.gz.md5)\]
+* [Thrift compiler for Windows (thrift-{{ conf.current_release }}.exe)]({{ conf.mirror_url }}/thrift/{{ conf.current_release }}/thrift-{{ conf.current_release }}.exe) \[[PGP]({{ conf.release_url }}/{{ conf.current_release }}/thrift-{{ conf.current_release }}.exe.asc)\] \[[MD5]({{ conf.release_url }}/{{ conf.current_release }}/thrift-{{ conf.current_release }}.exe.md5)\]
 
 ## Maven artifact
 <pre><code>
@@ -17,7 +17,7 @@ The latest stable release of Thrift is <
 &lt;/dependency&gt;
 </code></pre>
 
-When downloading from a mirror, please be sure to [verify](http://www.apache.org/info/verification.html) the checksums and signature (see the MD5 and PGP links above). The [KEYS](<%= @site.config[:release_url] %>/KEYS) file contains the public key(s) used for signing releases.
+When downloading from a mirror, please be sure to [verify](http://www.apache.org/info/verification.html) the checksums and signature (see the MD5 and PGP links above). The [KEYS]({{ conf.release_url }}/KEYS) file contains the public key(s) used for signing releases.
 
 ---