comparison hgscm/templates/frontpage.html @ 70:bef09338eceb

downloads: add initial handling for downloads We are using json as a format to store our download information as the format is rather simple and can be parsed without problems and dependencies.
author David Soria Parra <dsp@php.net>
date Wed, 18 Feb 2009 15:32:57 +0100
parents a7dceecdbd46
children 8d25e34c21c2
comparison
equal deleted inserted replaced
69:a7dceecdbd46 70:bef09338eceb
6 <div class="col big"> 6 <div class="col big">
7 <h1>Work easier <br> Work faster</h1> 7 <h1>Work easier <br> Work faster</h1>
8 <h2>Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface. <strong>Please notice, this page is currently under development and based on a mockup.</strong></h2> 8 <h2>Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface. <strong>Please notice, this page is currently under development and based on a mockup.</strong></h2>
9 </div> 9 </div>
10 <div class="col"> 10 <div class="col">
11 <a class="download typeface-js" href="javascript:void(0);"> 11 <a class="download typeface-js" href="{% url download "latest" "source"%}">
12 <strong>Download now</strong> 12 <strong>Download now</strong>
13 Mercurial <em>2.42</em> 13 Mercurial <em>{{ latest_version }}</em>
14 <span>Windows XP | Vista | 7</span> 14 <span>Source</span>
15 </a> 15 </a>
16 <dl> 16 <dl>
17 <dt class="typeface-js">Requirements</dt> 17 <dt class="typeface-js">Requirements</dt>
18 <dd>Python 2.4 (<a href="http://www.python.org">get python</a>)</dd> 18 <dd>Python 2.4 (<a href="http://www.python.org">get python</a>)</dd>
19 <!--2.4 is necessary for TortoiseHG, Mercurial only needs 2.3--> 19 <!--2.4 is necessary for TortoiseHG, Mercurial only needs 2.3-->
20 20
21 <dt>Another OS?<br><em>Get mercurial for:</em></dt> 21 <dt>Another OS?<br><em>Get mercurial for:</em></dt>
22 <dd><a href="javascript:void(0);">Mac OS X</a></dd> 22 <dd><a href="{% url download "latest" "macosx" %}">Mac OS X</a></dd>
23 <dd><a href="javascript:void(0);">Linux</a></dd> 23 <dd><a href="{% url download "latest" "windows" %}">Windows</a></dd>
24 <dd><a href="javascript:void(0);">other</a></dd> 24 <dd><a href="{% url downloads %}">other</a></dd>
25 </dl> 25 </dl>
26 </div> 26 </div>
27 </div> 27 </div>
28 28
29 <div class="row"> 29 <div class="row">