Way ahead of you :-) r1298552
On Thu, Mar 8, 2012 at 15:09, Hyrum K Wright <hyrum.wri...@wandisco.com> wrote: > 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, <gst...@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: <a href="#recommended-release">1.7.4</a></p> >> + is: <a href="#recommended-release">[version]</a></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">¶</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><a >> href="[preferred]subversion/subversion-1.7.4.tar.bz2">subversion-1.7.4.tar.bz2</a></td> >> + <td><a >> href="[preferred]subversion/subversion-[version].tar.bz2">subversion-[version].tar.bz2</a></td> >> <td class="checksum">57a3cd351c1dbedddd020e7a1952df6cd2674527</td> >> - <td>[<a >> href="http://www.apache.org/dist/subversion/subversion-1.7.4.tar.bz2.asc">PGP</a>]</td> >> + <td>[<a >> href="http://www.apache.org/dist/subversion/subversion-[version].tar.bz2.asc">PGP</a>]</td> >> </tr><tr> >> - <td><a >> href="[preferred]subversion/subversion-1.7.4.tar.gz">subversion-1.7.4.tar.gz</a></td> >> + <td><a >> href="[preferred]subversion/subversion-[version].tar.gz">subversion-[version].tar.gz</a></td> >> <td class="checksum">e269ea7e91d8b5df62492d8a0ed69dbf20f430e3</td> >> - <td>[<a >> href="http://www.apache.org/dist/subversion/subversion-1.7.4.tar.gz.asc">PGP</a>]</td> >> + <td>[<a >> href="http://www.apache.org/dist/subversion/subversion-[version].tar.gz.asc">PGP</a>]</td> >> </tr><tr> >> - <td><a >> href="[preferred]subversion/subversion-1.7.4.zip">subversion-1.7.4.zip</a></td> >> + <td><a >> href="[preferred]subversion/subversion-[version].zip">subversion-[version].zip</a></td> >> <td class="checksum">27ebf5fcb3e5e1a4e2c93d6e1c6b4cbcd0741193</td> >> - <td>[<a >> href="http://www.apache.org/dist/subversion/subversion-1.7.4.zip.asc">PGP</a>]</td> >> + <td>[<a >> href="http://www.apache.org/dist/subversion/subversion-[version].zip.asc">PGP</a>]</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/