annotate index.html @ 3:815273d56c81

Minor reordering
author Chris Cannam
date Thu, 30 Jun 2011 16:57:13 +0100
parents 1091e7c07c8b
children 1b0da5f5bd42
rev   line source
Chris@0 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Chris@0 2 <html>
Chris@0 3 <head>
Chris@0 4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Chris@0 5 <title>EasyMercurial</title>
Chris@0 6 <link rel="stylesheet" href="screen.css" media="screen"/>
Chris@0 7 <meta name="robots" content="index">
Chris@0 8 <meta name="description" content="">
Chris@0 9 </head>
Chris@0 10 <body>
Chris@0 11
Chris@1 12 <div id="logo-title"><h1 id="site-name">EasyMercurial</h1></div>
Chris@1 13
Chris@1 14 <div id="navbar"><div id="navbar-inner">
Chris@1 15 <a name="navigation" id="navigation"></a>
Chris@1 16 <div id="primary">
Chris@1 17 <ul class="links"><li class="first">Home</li>
Chris@1 18 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg" title="Project page">Project page</a></li>
Chris@1 19 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg/wiki/Screenshots" title="Screenshots">Screenshots</a></li>
Chris@1 20 <li class=last><a href="download.html" title="Download">Download</a></li>
Chris@1 21 </ul> </div>
Chris@1 22 </div></div>
Chris@1 23
Chris@1 24 <div id="page">
Chris@1 25 <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>
Chris@0 26
Chris@3 27 <p>We have tried to make EasyMercurial straightforward to teach and
Chris@3 28 learn.<br>It makes common working patterns easy to follow,
Chris@3 29 particularly when using a shared remote repository: it uses a friendly
Chris@3 30 graph representation for the change history, to make branching and
Chris@3 31 merging easier to understand: and it looks and behaves consistently
Chris@3 32 across platforms.</p>
Chris@0 33
Chris@1 34 <p>EasyMercurial is not designed for large projects or for very
Chris@1 35 experienced users, and there are other Mercurial interfaces that
Chris@1 36 integrate more closely with particular operating system platforms (see
Chris@1 37 a list <a
Chris@1 38 href="http://mercurial.selenic.com/wiki/OtherTools">here</a>). But if
Chris@1 39 you are new to Mercurial or to version control systems in general &mdash; or
Chris@1 40 if you are trying to introduce it to other users &mdash;
Chris@1 41 consider using EasyMercurial.</p>
Chris@0 42
Chris@1 43 </div>
Chris@0 44
Chris@1 45 <div id="footer">
Chris@1 46 <div id="footer-content">
Chris@1 47 <div style="float:right"><a href="http://soundsoftware.ac.uk/"><img src="http://code.soundsoftware.ac.uk/attachments/19/soundsoftware-logo-title-only-transparent.png" width=223 height=17></a></div>
Chris@1 48 Development carried out at the Centre for Digital Music, Queen Mary University of London. Funded by grant EP/H043101/1 of the UK Engineering and Physical Sciences Research Council.
Chris@1 49 </div>
Chris@1 50 </div>
Chris@0 51
Chris@0 52 </body>