annotate index.html @ 0:942405da97e3

Add basic introductory rubric, stylesheets, fonts
author Chris Cannam
date Thu, 23 Jun 2011 22:12:29 +0100
parents
children 1091e7c07c8b
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@0 12 <h1>EasyMercurial</h1>
Chris@0 13
Chris@0 14 <p>EasyMercurial is a user interface for the Mercurial distributed version control system.</p>
Chris@0 15
Chris@0 16 <p>EasyMercurial is intended to be:</p>
Chris@0 17
Chris@0 18 <ul>
Chris@0 19 <li>simple to teach and to learn</li>
Chris@0 20 <li>indicative of the actual repository state, using a history graph representation</li>
Chris@0 21 <li>recognisably close to normal command-line workflow for Mercurial</li>
Chris@0 22 <li>consistent across platforms</li>
Chris@0 23 </ul>
Chris@0 24
Chris@0 25 <p>We are not trying to produce "the best" Mercurial client for any one purpose. We actively encourage users to move on to other clients as their needs evolve. The aim is simply to provide something accessible for beginners in small project groups working with a shared remote repository.</p>
Chris@0 26
Chris@0 27 </body>