annotate index.html @ 37:86cdf18e98c0 tip

Bitbucket -> SourceHut
author Chris Cannam
date Mon, 21 Sep 2020 09:48:05 +0100
parents e91c71623519
children
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@12 17 <ul class="links">
Chris@12 18 <li class="first">Home</li>
Chris@12 19 <li><a href="development.html" title="Development">Development</a></li>
Chris@12 20 <li><a href="screenshots.html" title="Screenshots">Screenshots</a></li>
Chris@8 21 <li><a href="videos.html" title="Videos">Videos</a></li>
Chris@1 22 <li class=last><a href="download.html" title="Download">Download</a></li>
Chris@12 23 </ul>
Chris@12 24 </div>
Chris@1 25 </div></div>
Chris@1 26
Chris@1 27 <div id="page">
Chris@32 28 <p><big>EasyMercurial is a simple user interface for the <a href="https://www.mercurial-scm.org/">Mercurial</a> distributed version control system. It's free, open source, and cross-platform. </big></p>
Chris@0 29
Chris@12 30 <p>We have set out to make EasyMercurial straightforward to teach and
Chris@3 31 learn.<br>It makes common working patterns easy to follow,
Chris@3 32 particularly when using a shared remote repository: it uses a friendly
Chris@3 33 graph representation for the change history, to make branching and
Chris@3 34 merging easier to understand: and it looks and behaves consistently
Chris@3 35 across platforms.</p>
Chris@0 36
Chris@1 37 <p>EasyMercurial is not designed for large projects or for very
Chris@1 38 experienced users, and there are other Mercurial interfaces that
Chris@1 39 integrate more closely with particular operating system platforms (see
Chris@1 40 a list <a
Chris@32 41 href="https://www.mercurial-scm.org/wiki/OtherTools">here</a>). But if
Chris@1 42 you are new to Mercurial or to version control systems in general &mdash; or
Chris@1 43 if you are trying to introduce it to other users &mdash;
Chris@1 44 consider using EasyMercurial.</p>
Chris@0 45
Chris@1 46 </div>
Chris@0 47
Chris@1 48 <div id="footer">
Chris@1 49 <div id="footer-content">
Chris@32 50 <div style="float:right"><a href="http://soundsoftware.ac.uk/"><img src="https://code.soundsoftware.ac.uk/attachments/19/soundsoftware-logo-title-only-transparent.png" width=223 height=17></a></div>
Chris@7 51 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 52 </div>
Chris@1 53 </div>
Chris@0 54
Chris@0 55 </body>