Mercurial > hg-website
comparison templates/base.html @ 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 | 1de4a7a49d94 |
children | 871e9821b5b9 |
comparison
equal
deleted
inserted
replaced
342:f0f64282e85c | 343:b2a8c4590630 |
---|---|
62 <strong>Download now</strong> | 62 <strong>Download now</strong> |
63 Mercurial <em>{{ downloads['current'] }}</em> | 63 Mercurial <em>{{ downloads['current'] }}</em> |
64 <span><script language="javascript">dl.os_detection();</script></span> | 64 <span><script language="javascript">dl.os_detection();</script></span> |
65 </a> | 65 </a> |
66 <dl> | 66 <dl> |
67 <dt class="typeface-js">Requirements</dt> | 67 <dt>Another OS?<br><em>Get Mercurial for:</em></dt> |
68 <dd>Python 2.4 (<a href="http://www.python.org">get python</a>)</dd> | |
69 <!--2.4 is necessary for TortoiseHG, Mercurial only needs 2.3--> | |
70 | |
71 <dt>Another OS?<br><em>Get mercurial for:</em></dt> | |
72 <dd><a href="/downloads">Mac OS X</a></dd> | 68 <dd><a href="/downloads">Mac OS X</a></dd> |
73 <dd><a href="/downloads">Windows</a></dd> | 69 <dd><a href="/downloads">Windows</a></dd> |
74 <dd><a href="/downloads">other</a></dd> | 70 <dd><a href="/downloads">other</a></dd> |
71 | |
72 <dt>Requirements</dt> | |
73 <dd><a href="http://www.python.org">Python 2.4</a> (already included in binary packages)</dd> | |
75 </dl> | 74 </dl> |
76 {% endblock %} | 75 {% endblock %} |
77 </div> | 76 </div> |
78 </div> | 77 </div> |
79 {% endblock %} | 78 {% endblock %} |