Mercurial > hg-website
changeset 170:6ebe8ec48a77
Work on the front page. Now we only need the quick_start, the testimonies for ease of use and the projects_using_mercurial - TODO: Check if we can find a nice svn transition guide.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Thu, 14 May 2009 03:17:12 +0200 |
parents | 6bdb1b20d838 |
children | 2e205989c44d |
files | hgscm/templates/base.html hgscm/templates/frontpage.html |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/hgscm/templates/base.html Thu May 14 03:07:17 2009 +0200 +++ b/hgscm/templates/base.html Thu May 14 03:17:12 2009 +0200 @@ -17,10 +17,10 @@ <ul id="nav" class="typeface-js"> <li><a href="{% url about %}">about</a></li> + <li><a href="{% url workflow_guide %}">guide</a></li> <li><a href="{% url downloads %}">download</a></li> - <li><a href="javascript:void(0);">extensions</a></li> - <li><a href="javascript:void(0);">docs</a></li> - <li><a href="http://www.selenic.com/mercurial">wiki</a></li> + <li><a href="http://www.selenic.com/mercurial/wiki/UsingExtensions">extensions</a></li> + <li><a href="http://www.selenic.com/mercurial">docs</a></li> </ul> <form id="search" method="post" action="search/">
--- a/hgscm/templates/frontpage.html Thu May 14 03:07:17 2009 +0200 +++ b/hgscm/templates/frontpage.html Thu May 14 03:17:12 2009 +0200 @@ -20,11 +20,11 @@ <!-- 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>. 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> + <p>Mercurial offers you the power and speed to efficiently handle <a href="./who_uses_mercurial">projects of any size and kind</a><!--Reference: http://www.selenic.com/mercurial/wiki/ProjectsUsingMercurial -->. 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="http://www.selenic.com/mercurial/wiki/Workflows">workflows</a> and easily enhance its functionality with <a href="http://www.selenic.com/mercurial/wiki/UsingExtensions">extensions</a>.</p> </li> <li class="i-2"> <h4>It is <a href="./learn_mercurial">easy to learn</a></h4> <!-- point to a site which begins with a random "easy to learn" testimonial and then shows ways to learn Mercurial, from quick start to indepth --> - <p>You can follow our simple <a href="workflow_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> + <p>You can follow our simple <a href="workflow_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>