[PATCH hg-website] base: Add notice about Python included in binary packages

Adrian Buehlmann adrian at cadifra.com
Fri Nov 19 11:31:12 CST 2010


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1290187677 -3600
# Node ID b2a8c459063067cf507c022356efe852dfbc5cc0
# Parent  f0f64282e85cc3b902275355b3361010faadf5de
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"

diff --git a/templates/base.html b/templates/base.html
--- a/templates/base.html
+++ b/templates/base.html
@@ -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>


More information about the Mercurial-devel mailing list