Mercurial > hg-website
comparison original/hgscm/templates/fragments/downloadbutton.html @ 244:4b97017259f9
Move the original site into a single folder to reduce clutter.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 23 Sep 2009 20:05:13 -0400 |
parents | hgscm/templates/fragments/downloadbutton.html@8d25e34c21c2 |
children |
comparison
equal
deleted
inserted
replaced
240:85a7a53db1a5 | 244:4b97017259f9 |
---|---|
1 <a class="download typeface-js" href="{{download_url}}"> | |
2 <strong>Download now</strong> | |
3 Mercurial <em>{{ latest_version }}</em> | |
4 <span>{{ download_system }}</span> | |
5 </a> | |
6 {% if extended %} | |
7 <dl> | |
8 <dt class="typeface-js">Requirements</dt> | |
9 <dd>Python 2.4 (<a href="http://www.python.org">get python</a>)</dd> | |
10 <!--2.4 is necessary for TortoiseHG, Mercurial only needs 2.3--> | |
11 | |
12 <dt>Another OS?<br><em>Get mercurial for:</em></dt> | |
13 <dd><a href="{% url download "latest" "macosx" %}">Mac OS X</a></dd> | |
14 <dd><a href="{% url download "latest" "windows" %}">Windows</a></dd> | |
15 <dd><a href="{% url downloads %}">other</a></dd> | |
16 </dl> | |
17 {% endif %} |