# HG changeset patch # User David Soria Parra # Date 1254622907 -7200 # Node ID b18d0f96829dfc682810bcf83ac9c40b99c60f1e # Parent f6ace8678dd1fae2ad1e380190f9381fcd585473# Parent 37c381bc813d8ade0c879a61f1193598a3347f90 Merge sjl/hg-website diff -r f6ace8678dd1 -r b18d0f96829d templates/base.html --- a/templates/base.html Sun Oct 04 04:14:04 2009 +0200 +++ b/templates/base.html Sun Oct 04 04:21:47 2009 +0200 @@ -1,3 +1,5 @@ +{% from 'data' import downloads %} + diff -r f6ace8678dd1 -r b18d0f96829d templates/data --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/data Sun Oct 04 04:21:47 2009 +0200 @@ -0,0 +1,1 @@ +{% set downloads = {'1.3.1': {'windows': 'linkwin', 'os.x': 'linkosx'}} %} \ No newline at end of file diff -r f6ace8678dd1 -r b18d0f96829d templates/frontpage.html --- 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 @@
+

Download

+ {% for version in downloads %} +

{{ version }}

+ + + {% endfor %} +

Quick Start

Clone a project and create a patch