comparison templates/frontpage.html @ 260:dd7fababf8b6

Working version of the download button with simple OS detection
author David Soria Parra <dsp@php.net>
date Sun, 04 Oct 2009 05:03:28 +0200
parents b18d0f96829d
children 8d1d9b945192
comparison
equal deleted inserted replaced
259:b18d0f96829d 260:dd7fababf8b6
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
50 <h3>Quick Start</h3> 39 <h3>Quick Start</h3>
51 40
52 <p><em>Clone a project and create a patch</em> 41 <p><em>Clone a project and create a patch</em>
53 <pre>$ hg clone http://hg-scm.org/hello 42 <pre>$ hg clone http://hg-scm.org/hello
54 $ cd hello 43 $ cd hello