Mercurial > hg-website
view hgscm/templates/fragments/downloadbutton.html @ 224:4bd9461104a8
Added tag v1.0 for changeset a0b71ad16383
author | David Soria Parra <dsp@php.net> |
---|---|
date | Fri, 10 Jul 2009 11:36:21 +0200 |
parents | 8d25e34c21c2 |
children |
line wrap: on
line source
<a class="download typeface-js" href="{{download_url}}"> <strong>Download now</strong> Mercurial <em>{{ latest_version }}</em> <span>{{ download_system }}</span> </a> {% if extended %} <dl> <dt class="typeface-js">Requirements</dt> <dd>Python 2.4 (<a href="http://www.python.org">get python</a>)</dd> <!--2.4 is necessary for TortoiseHG, Mercurial only needs 2.3--> <dt>Another OS?<br><em>Get mercurial for:</em></dt> <dd><a href="{% url download "latest" "macosx" %}">Mac OS X</a></dd> <dd><a href="{% url download "latest" "windows" %}">Windows</a></dd> <dd><a href="{% url downloads %}">other</a></dd> </dl> {% endif %}