changeset 206:d3c0ba7f5284

Turned learn_mercurial into html.
author Arne Babenhauserheide <bab@draketo.de>
date Thu, 02 Jul 2009 14:50:04 +0200
parents 88364e82ca61
children c1c9a4f809ba
files hgscm/templates/learn_mercurial.html text/learn_mercurial.txt
diffstat 2 files changed, 24 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgscm/templates/learn_mercurial.html	Thu Jul 02 14:50:04 2009 +0200
@@ -0,0 +1,24 @@
+<h1>Learn Mercurial</h1>
+<p><em>Here you can find links to resources for learning Mercurial</em></p>
+<ul>
+<li>
+<p><a href="/quick_start.html">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>
+<!--(* TortoiseHG basics (For the Mercurial GUI) - when acessed from a windows box)-->
+
+<li>
+<p><a href="/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>
\ No newline at end of file
--- a/text/learn_mercurial.txt	Thu Jul 02 14:45:13 2009 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-Learn Mercurial
-===============
-
-*Here you can find links to resources for learning Mercurial*
-
-* [Quick_Start](/quick_start.html)  
-  Get started using Mercurial and understanding its basic concepts.
-
-* [Quick_Start from the wiki](http://mercurial.selenic.com/wiki/QuickStart)  
-  Learn the basic Mercurial commands. A bit more verbose than the short quick start above. 
-
-<!--(* TortoiseHG basics (For the Mercurial GUI) - when acessed from a windows box)-->
-
-* [workflow_guide](/workflow_guide)  
-  Learn using Mercurial step by step in workflows. This guide skips the conceptual explanations to focus only on the practical usage. 
-
-* [hgbook](http://hgbook.red-bean.com/)  
-  The free book from Brian o Sullivan gives a detailed and easy to read introduction to Mercurial and the philosophy behind it. 
-
-*( Other resources (links in the wiki, publicly editable. 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! )*