annotate templates/data @ 283:b7d5f97e1034

simplify urls: point to mercurial.selenic.com, remove index.cgi from wiki urls
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 02 Nov 2009 15:39:20 +0100
parents dd7fababf8b6
children 257adca09001
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
260
dd7fababf8b6 Working version of the download button with simple OS detection
David Soria Parra <dsp@php.net>
parents: 258
diff changeset
1 {% set downloads = {
dd7fababf8b6 Working version of the download button with simple OS detection
David Soria Parra <dsp@php.net>
parents: 258
diff changeset
2 'current': '1.3.1',
dd7fababf8b6 Working version of the download button with simple OS detection
David Soria Parra <dsp@php.net>
parents: 258
diff changeset
3 '1.3.1': {
dd7fababf8b6 Working version of the download button with simple OS detection
David Soria Parra <dsp@php.net>
parents: 258
diff changeset
4 'Windows (Tortoise HG)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.8.1-hg-1.3.1.exe',
dd7fababf8b6 Working version of the download button with simple OS detection
David Soria Parra <dsp@php.net>
parents: 258
diff changeset
5 'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1.exe',
dd7fababf8b6 Working version of the download button with simple OS detection
David Soria Parra <dsp@php.net>
parents: 258
diff changeset
6 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1-py2.6-macosx10.6.zip',
dd7fababf8b6 Working version of the download button with simple OS detection
David Soria Parra <dsp@php.net>
parents: 258
diff changeset
7 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1-py2.5-macosx10.5.zip',
283
b7d5f97e1034 simplify urls: point to mercurial.selenic.com, remove index.cgi from wiki urls
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 260
diff changeset
8 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.3.1.tar.gz'}}
260
dd7fababf8b6 Working version of the download button with simple OS detection
David Soria Parra <dsp@php.net>
parents: 258
diff changeset
9 %}