diff 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
line wrap: on
line diff
--- a/templates/frontpage.html	Sun Oct 04 04:14:04 2009 +0200
+++ b/templates/frontpage.html	Sun Oct 04 04:21:47 2009 +0200
@@ -36,6 +36,17 @@
         </ol>
     </div>
     <div class="col">
+        <h3>Download</h3>
+        {% for version in downloads %}
+            <h4><strong>{{ version }}</strong></h4>
+            <ul>
+                {% for os in downloads[version] %}
+                    <li>{{ os }}: {{ downloads[version][os] }}</li>
+                {% endfor %}
+            </ul>
+            
+        {% endfor %}
+        
         <h3>Quick Start</h3>
 
         <p><em>Clone a project and create a patch</em>