comparison templates/frontpage.html @ 259:b18d0f96829d

Merge sjl/hg-website
author David Soria Parra <dsp@php.net>
date Sun, 04 Oct 2009 04:21:47 +0200
parents 4a52186008ee cebed91e780d
children dd7fababf8b6
comparison
equal deleted inserted replaced
256:f6ace8678dd1 259:b18d0f96829d
34 commented out because it feels awkward.--></p> 34 commented out because it feels awkward.--></p>
35 </li> 35 </li>
36 </ol> 36 </ol>
37 </div> 37 </div>
38 <div class="col"> 38 <div class="col">
39 <h3>Download</h3>
40 {% for version in downloads %}
41 <h4><strong>{{ version }}</strong></h4>
42 <ul>
43 {% for os in downloads[version] %}
44 <li>{{ os }}: {{ downloads[version][os] }}</li>
45 {% endfor %}
46 </ul>
47
48 {% endfor %}
49
39 <h3>Quick Start</h3> 50 <h3>Quick Start</h3>
40 51
41 <p><em>Clone a project and create a patch</em> 52 <p><em>Clone a project and create a patch</em>
42 <pre>$ hg clone http://hg-scm.org/hello 53 <pre>$ hg clone http://hg-scm.org/hello
43 $ cd hello 54 $ cd hello