Mercurial > hg-website
changeset 69:a7dceecdbd46
Added more specific information to the benefit section.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Wed, 18 Feb 2009 09:01:30 +0100 |
parents | 02a52c631816 |
children | bef09338eceb cea1ca632c04 |
files | hgscm/templates/frontpage.html |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgscm/templates/frontpage.html Wed Feb 18 06:55:04 2009 +0100 +++ b/hgscm/templates/frontpage.html Wed Feb 18 09:01:30 2009 +0100 @@ -30,13 +30,14 @@ <div class="col big"> <h3>How you can benefit from Mercurial</h3> <ol> + <!-- 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. --> <li class="i-1"> <h4>It is <a href="{% url about %}">fast and powerful</a></h4> - <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> + <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> </li> <li class="i-2"> <h4>It is <a href="./learn_mercurial">easy to learn</a></h4> - <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> + <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> </li> <li class="i-3"> <h4>And it <a href="./testimonies">just works</a></h4>