annotate index.html @ 7:fa8c55bbe960

Add thanks to Jari
author Chris Cannam
date Tue, 23 Aug 2011 14:18:17 +0100
parents 1b0da5f5bd42
children 0916db73089d
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@6 19 <li><a href="http://bitbucket.org/cannam/easyhg" title="BitBucket">BitBucket</a></li>
Chris@1 20 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg/wiki/Screenshots" title="Screenshots">Screenshots</a></li>
Chris@1 21 <li class=last><a href="download.html" title="Download">Download</a></li>
Chris@1 22 </ul> </div>
Chris@1 23 </div></div>
Chris@1 24
Chris@1 25 <div id="page">
Chris@1 26 <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 27
Chris@3 28 <p>We have tried to make EasyMercurial straightforward to teach and
Chris@3 29 learn.<br>It makes common working patterns easy to follow,
Chris@3 30 particularly when using a shared remote repository: it uses a friendly
Chris@3 31 graph representation for the change history, to make branching and
Chris@3 32 merging easier to understand: and it looks and behaves consistently
Chris@3 33 across platforms.</p>
Chris@0 34
Chris@1 35 <p>EasyMercurial is not designed for large projects or for very
Chris@1 36 experienced users, and there are other Mercurial interfaces that
Chris@1 37 integrate more closely with particular operating system platforms (see
Chris@1 38 a list <a
Chris@1 39 href="http://mercurial.selenic.com/wiki/OtherTools">here</a>). But if
Chris@1 40 you are new to Mercurial or to version control systems in general &mdash; or
Chris@1 41 if you are trying to introduce it to other users &mdash;
Chris@1 42 consider using EasyMercurial.</p>
Chris@0 43
Chris@1 44 </div>
Chris@0 45
Chris@1 46 <div id="footer">
Chris@1 47 <div id="footer-content">
Chris@1 48 <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@7 49 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. Thanks to Jari Korhonen for HgExplorer on which this work is based.
Chris@1 50 </div>
Chris@1 51 </div>
Chris@0 52
Chris@0 53 </body>