[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1298548 - /subversion/site/publish/download/download.html

From: Hyrum K Wright <hyrum.wright_at_wandisco.com>
Date: Thu, 8 Mar 2012 14:09:39 -0600

Since much of this content is autogenerated from
tools/dist/templates/download.ezt, you should probably update it, too.

-Hyrum

On Thu, Mar 8, 2012 at 2:02 PM, <gstein_at_apache.org> wrote:
> Author: gstein
> Date: Thu Mar  8 20:02:24 2012
> New Revision: 1298548
>
> URL: http://svn.apache.org/viewvc?rev=1298548&view=rev
> Log:
> Use an EZT variable to specify the version numbers throughout the
> file. That way, we only need to update one place.
>
> * site/publish/download/download.html: use [version] and [supported]
>
> Modified:
>    subversion/site/publish/download/download.html
>
> Modified: subversion/site/publish/download/download.html
> URL: http://svn.apache.org/viewvc/subversion/site/publish/download/download.html?rev=1298548&r1=1298547&r2=1298548&view=diff
> ==============================================================================
> --- subversion/site/publish/download/download.html (original)
> +++ subversion/site/publish/download/download.html Thu Mar  8 20:02:24 2012
> @@ -1,8 +1,11 @@
>  <h1>Download Source Code</h1>
>
> +[define version]1.7.4[end]
> +[define supported]1.6.17[end]
> +
>  <div class="bigpoint">
>  <p>The best available version of Apache Subversion
> -   is:&nbsp;1.7.4</p>
> +   is:&nbsp;[version]</p>
>  </div> <!-- .bigpoint -->
>
>  <p>Use the links below to download Apache Subversion from our of our mirrors.
> @@ -78,7 +81,7 @@ Other mirrors:
>     title="Link to this section">&para;</a>
>  </h3>
>
> -<p style="font-size: 150%; text-align: center;">Subversion 1.7.4</p>
> +<p style="font-size: 150%; text-align: center;">Subversion [version]</p>
>  <table class="centered">
>  <tr>
>   <th>File</th>
> @@ -86,17 +89,17 @@ Other mirrors:
>   <th>Signatures</th>
>  </tr>
>  <tr>
> -  <td>subversion-1.7.4.tar.bz2</td>
> +  <td>subversion-[version].tar.bz2</td>
>   <td class="checksum">57a3cd351c1dbedddd020e7a1952df6cd2674527</td>
> -  <td>[PGP]</td>
> +  <td>[PGP]</td>
>  </tr><tr>
> -  <td>subversion-1.7.4.tar.gz</td>
> +  <td>subversion-[version].tar.gz</td>
>   <td class="checksum">e269ea7e91d8b5df62492d8a0ed69dbf20f430e3</td>
> -  <td>[PGP]</td>
> +  <td>[PGP]</td>
>  </tr><tr>
> -  <td>subversion-1.7.4.zip</td>
> +  <td>subversion-[version].zip</td>
>   <td class="checksum">27ebf5fcb3e5e1a4e2c93d6e1c6b4cbcd0741193</td>
> -  <td>[PGP]</td>
> +  <td>[PGP]</td>
>  </tr>
>  </table>

Since much of this content is autogenerated from
tools/dist/templates/download.ezt, you should probably update it, too.

> ...

-Hyrum

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com/
Received on 2012-03-08 21:10:11 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.