Mercurial > hg-website
comparison hgscm/templates/frontpage.html @ 93:deef381a5add
merge quick start fix.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Sat, 28 Mar 2009 11:29:41 +0100 |
parents | 6aa30181ae14 cbd90a4980e6 |
children | 55590dd8b231 |
comparison
equal
deleted
inserted
replaced
92:6aa30181ae14 | 93:deef381a5add |
---|---|
1 {% extends "base.html" %} | 1 {% extends "base.html" %} |
2 | 2 |
3 {% load extras %} | |
3 {% block content %} | 4 {% block content %} |
4 | 5 |
5 <div class="row"> | 6 <div class="row"> |
6 <div class="col big"> | 7 <div class="col big"> |
7 <h1>Work easier <br> Work faster</h1> | 8 <h1>Work easier <br> Work faster</h1> |
8 <h2>Benefit now from one of the easiest and fastest Source Control Management systems. Mercurial makes working with documents easier.</h2> | 9 <h2>Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.</h2> |
9 </div> | 10 </div> |
10 <div class="col"> | 11 <div class="col"> |
11 <a class="download typeface-js" href="javascript:void(0);"> | 12 {% download_button 'true' %} |
12 <strong>Download now</strong> | |
13 Mercurial <em>2.42</em> | |
14 <span>Windows XP | Vista | 7</span> | |
15 </a> | |
16 <dl> | |
17 <dt class="typeface-js">Requiurements</dt> | |
18 <dd>Python 2.5 (<a href="http://www.python.org">get python</a>)</dd> | |
19 | |
20 <dt>Another OS?<br><em>Get mercurial for:</em></dt> | |
21 <dd><a href="javascript:void(0);">Mac OS X</a></dd> | |
22 <dd><a href="javascript:void(0);">Linux</a></dd> | |
23 </dl> | |
24 </div> | 13 </div> |
25 </div> | 14 </div> |
26 | 15 |
27 <div class="row"> | 16 <div class="row"> |
28 <div class="col big"> | 17 <div class="col big"> |
29 <h3>How you can benefit from Mercurial</h3> | 18 <h3>How you can benefit from Mercurial</h3> |
30 <ol> | 19 <ol> |
20 <!-- The three sections should now grow more compact as you go down, with power and speed the longest and just works only two simple, clean sentences. --> | |
31 <li class="i-1"> | 21 <li class="i-1"> |
32 <h4>It is <a href="about.html">fast and powerful</a></h4> | 22 <h4>It is <a href="{% url about %}">fast and powerful</a></h4> |
33 <p>Mercurial offers you the power and speed to efficiently handle <a href="./who_uses_mercurial">projects of any size and kind</a>. You can use a multitude of <a href="./workflows">workflows</a> and easily enhance its functionality with <a href="./extensions">extensions</a>.</p> | 23 <p>Mercurial offers you the power and speed to efficiently handle <a href="./who_uses_mercurial">projects of any size and kind</a>. Every clone contains the whole project history, so committing, branching, tagging and merging are local operations which makes them fast and convenient. You can use a multitude of <a href="./workflows">workflows</a> and easily enhance its functionality with <a href="./extensions">extensions</a>.</p> |
34 </li> | 24 </li> |
35 <li class="i-2"> | 25 <li class="i-2"> |
36 <h4>It is <a href="./learn_mercurial">easy to learn</a></h4> | 26 <h4>It is <a href="./learn_mercurial">easy to learn</a></h4> |
37 <p>You can follow our simple <a href="guide">guide</a> to learn how to revision your documents with Mercurial, or just use the <a href="./quick_start">quick start</a> to get going instantly. </p> | 27 <p>You can follow our simple <a href="guide">guide</a> to learn how to revision your documents with Mercurial, or just use the <a href="./quick_start">quick start</a> to get going instantly. If you already know Subversion, please see <a href="mercurial_for_svn_users">Mercurial for svn users</a>.</p> |
38 </li> | 28 </li> |
39 <li class="i-3"> | 29 <li class="i-3"> |
40 <h4>And it <a href="./testimonies">just works</a></h4> | 30 <h4>And it <a href="./testimonies">just works</a></h4> |
41 <p>Mercurial strives to deliver on each of its promises. Most tasks simply work on the first try and without requiring arcane knowledge. <!--(If one doesn't, that's most likely no feature but a <a href="http://selenic.com/mercurial/bugs/">bug</a>. Please <a href="http://selenic.com/mercurial/bugs/">tell us about it</a>!) | 31 <p>Mercurial strives to deliver on each of its promises. Most tasks simply work on the first try and without requiring arcane knowledge. <!--(If one doesn't, that's most likely no feature but a <a href="http://selenic.com/mercurial/bugs/">bug</a>. Please <a href="http://selenic.com/mercurial/bugs/">tell us about it</a>!) |
42 commented out because it feels awkward.--></p> | 32 commented out because it feels awkward.--></p> |