Mercurial > hg-website
diff original/hgscm/templates/learn_mercurial.html @ 244:4b97017259f9
Move the original site into a single folder to reduce clutter.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 23 Sep 2009 20:05:13 -0400 |
parents | hgscm/templates/learn_mercurial.html@85a7a53db1a5 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/original/hgscm/templates/learn_mercurial.html Wed Sep 23 20:05:13 2009 -0400 @@ -0,0 +1,41 @@ +{% extends "base.html" %} + +{% load extras %} +{% block content %} + +<div class="row"> + <div class="col big"> +<h1>Learn Mercurial</h1> +<p><em>Some links to resources for learning Mercurial, sorted by length</em></p> +<ul> +<li> +<p><a href="{% url quick_start %}">Quick_Start</a><br /> + Get started using Mercurial and understanding its basic concepts.</p> +</li> +<li> +<p><a href="http://mercurial.selenic.com/wiki/QuickStart">Quick_Start from the wiki</a><br /> + Learn the basic Mercurial commands. A bit more verbose than the short quick start above. </p> +</li> +<li> +<p><a href="http://bitbucket.org/tortoisehg/stable/wiki/intro">TortoiseHG basics</a><br /> + Easily use Mercurial integrated into the Windows Explorer. </p> +</li> +<li> +<p><a href="{% url workflow_guide %}">workflow_guide</a><br /> + Learn using Mercurial step by step in workflows. This guide skips the conceptual explanations to focus only on the practical usage. </p> +</li> +<li> +<p><a href="http://hgbook.red-bean.com/">hgbook</a><br /> + The free book from Brian o Sullivan gives a detailed and easy to read introduction to Mercurial and the philosophy behind it. </p> +</li> + +<li><p><em>Further resources<br />A wiki-page with links. If you wrote some guide yourself, maybe for your team or for friends of yours, please add it! (it might be useful to have such a page in the wiki!)</em></p></li> +</ul> +</div> + <div class="col"> + {% download_button %} + {% random_quote %} + </div> +</div> + +{% endblock %}