annotate index.html @ 1:1091e7c07c8b

Much work, including preliminary download page
author Chris Cannam
date Thu, 30 Jun 2011 16:34:40 +0100
parents 942405da97e3
children 815273d56c81
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@1 27 <p>Our aim has been to make EasyMercurial straightforward to teach and learn.<br>It uses a friendly graph representation for history, to make
Chris@1 28 branching and merging easier to understand: it makes common working
Chris@1 29 patterns easy to find and learn, particularly when using a shared
Chris@1 30 remote repository: and it is consistent across platforms.</p>
Chris@0 31
Chris@1 32 <p>EasyMercurial is not designed for large projects or for very
Chris@1 33 experienced users, and there are other Mercurial interfaces that
Chris@1 34 integrate more closely with particular operating system platforms (see
Chris@1 35 a list <a
Chris@1 36 href="http://mercurial.selenic.com/wiki/OtherTools">here</a>). But if
Chris@1 37 you are new to Mercurial or to version control systems in general &mdash; or
Chris@1 38 if you are trying to introduce it to other users &mdash;
Chris@1 39 consider using EasyMercurial.</p>
Chris@0 40
Chris@1 41 </div>
Chris@0 42
Chris@1 43 <div id="footer">
Chris@1 44 <div id="footer-content">
Chris@1 45 <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 46 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 47 </div>
Chris@1 48 </div>
Chris@0 49
Chris@0 50 </body>