Mercurial > hg > easyhg-website
comparison index.html @ 12:119ab0d2dc7f
Neaten up website
author | Chris Cannam |
---|---|
date | Fri, 25 Nov 2011 09:40:41 +0000 |
parents | 0916db73089d |
children | e91c71623519 |
comparison
equal
deleted
inserted
replaced
11:9d315cb41b5f | 12:119ab0d2dc7f |
---|---|
12 <div id="logo-title"><h1 id="site-name">EasyMercurial</h1></div> | 12 <div id="logo-title"><h1 id="site-name">EasyMercurial</h1></div> |
13 | 13 |
14 <div id="navbar"><div id="navbar-inner"> | 14 <div id="navbar"><div id="navbar-inner"> |
15 <a name="navigation" id="navigation"></a> | 15 <a name="navigation" id="navigation"></a> |
16 <div id="primary"> | 16 <div id="primary"> |
17 <ul class="links"><li class="first">Home</li> | 17 <ul class="links"> |
18 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg" title="Project page">Project page</a></li> | 18 <li class="first">Home</li> |
19 <li><a href="http://bitbucket.org/cannam/easyhg" title="BitBucket">BitBucket</a></li> | 19 <li><a href="development.html" title="Development">Development</a></li> |
20 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg/wiki/Screenshots" title="Screenshots">Screenshots</a></li> | 20 <li><a href="screenshots.html" title="Screenshots">Screenshots</a></li> |
21 <li><a href="videos.html" title="Videos">Videos</a></li> | 21 <li><a href="videos.html" title="Videos">Videos</a></li> |
22 <li class=last><a href="download.html" title="Download">Download</a></li> | 22 <li class=last><a href="download.html" title="Download">Download</a></li> |
23 </ul> </div> | 23 </ul> |
24 </div> | |
24 </div></div> | 25 </div></div> |
25 | 26 |
26 <div id="page"> | 27 <div id="page"> |
27 <p><big>EasyMercurial is a simple user interface for the <a href="http://mercurial.selenic.com/">Mercurial</a> distributed version control system. It's free, open source, and cross-platform. </big></p> | 28 <p><big>EasyMercurial is a simple user interface for the <a href="http://mercurial.selenic.com/">Mercurial</a> distributed version control system. It's free, open source, and cross-platform. </big></p> |
28 | 29 |
29 <p>We have tried to make EasyMercurial straightforward to teach and | 30 <p>We have set out to make EasyMercurial straightforward to teach and |
30 learn.<br>It makes common working patterns easy to follow, | 31 learn.<br>It makes common working patterns easy to follow, |
31 particularly when using a shared remote repository: it uses a friendly | 32 particularly when using a shared remote repository: it uses a friendly |
32 graph representation for the change history, to make branching and | 33 graph representation for the change history, to make branching and |
33 merging easier to understand: and it looks and behaves consistently | 34 merging easier to understand: and it looks and behaves consistently |
34 across platforms.</p> | 35 across platforms.</p> |