changeset 343:b2a8c4590630

base: Add notice about Python included in binary packages Also: - Reorder "Requirements" to end, "Another OS?" first - Remove unneeded 'class="typeface-js"' - Remove html comment about Python version requirement - Link "Python 2.4" to python.org instead of "get python" text (which is removed) - Capitalize "Mercurial"
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 19 Nov 2010 18:27:57 +0100
parents f0f64282e85c
children 189363ddf400
files templates/base.html
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/templates/base.html	Fri Nov 19 16:07:29 2010 +0100
+++ b/templates/base.html	Fri Nov 19 18:27:57 2010 +0100
@@ -64,14 +64,13 @@
                                     <span><script language="javascript">dl.os_detection();</script></span>
                         </a>
                         <dl>
-                            <dt class="typeface-js">Requirements</dt>
-                            <dd>Python 2.4 (<a href="http://www.python.org">get python</a>)</dd>
-                            <!--2.4 is necessary for TortoiseHG, Mercurial only needs 2.3-->
-
-                            <dt>Another OS?<br><em>Get mercurial for:</em></dt>
+                            <dt>Another OS?<br><em>Get Mercurial for:</em></dt>
                             <dd><a href="/downloads">Mac OS X</a></dd>
                             <dd><a href="/downloads">Windows</a></dd>
                             <dd><a href="/downloads">other</a></dd>
+
+                            <dt>Requirements</dt>
+                            <dd><a href="http://www.python.org">Python 2.4</a> (already included in binary packages)</dd>
                         </dl>
                         {% endblock %}
                     </div>