- Home +
- Project page +
- Screenshots +
- Download +
# HG changeset patch # User Chris Cannam # Date 1309448080 -3600 # Node ID 1091e7c07c8b39287dd3dc897b90574e2ed4219a # Parent 942405da97e30c0949a4f9b9f00015595b3c069c Much work, including preliminary download page diff -r 942405da97e3 -r 1091e7c07c8b .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Thu Jun 30 16:34:40 2011 +0100 @@ -0,0 +1,2 @@ +syntax: glob +re:^download\.html\.~1~$ diff -r 942405da97e3 -r 1091e7c07c8b download.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/download.html Thu Jun 30 16:34:40 2011 +0100 @@ -0,0 +1,49 @@ + + +
+ +» Download EasyMercurial Windows installer
+ +The Mercurial executable and KDiff3 diff/merge application are included. Just install and run. (Thanks to Joachim Eibl for KDiff3 and the TortoiseHg project for the bundling mechanism.)
+ +» Download EasyMercurial package for Mac OS/X
+ +Mercurial itself is not included in this package.
Download and install it before you run EasyMercurial.
You may also wish to install the PyCrypto library to enable the EasyMercurial password management facility. To do so, type sudo easy_install pycrypto
in a terminal window.
» Download EasyMercurial for 32-bit Linux
» Download EasyMercurial for 64-bit Linux
mercurial python-qt4 kdiff3
.
+
diff -r 942405da97e3 -r 1091e7c07c8b index.html
--- a/index.html Thu Jun 23 22:12:29 2011 +0100
+++ b/index.html Thu Jun 30 16:34:40 2011 +0100
@@ -9,19 +9,42 @@
-EasyMercurial is a simple user interface for the Mercurial distributed version control system. It's free, open source, and cross-platform.
-EasyMercurial is a user interface for the Mercurial distributed version control system.
+Our aim has been to make EasyMercurial straightforward to teach and learn.
It uses a friendly graph representation for history, to make
+branching and merging easier to understand: it makes common working
+patterns easy to find and learn, particularly when using a shared
+remote repository: and it is consistent across platforms.
EasyMercurial is intended to be:
+EasyMercurial is not designed for large projects or for very +experienced users, and there are other Mercurial interfaces that +integrate more closely with particular operating system platforms (see +a list here). But if +you are new to Mercurial or to version control systems in general — or +if you are trying to introduce it to other users — +consider using EasyMercurial.
-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.
+ diff -r 942405da97e3 -r 1091e7c07c8b screen.css --- a/screen.css Thu Jun 23 22:12:29 2011 +0100 +++ b/screen.css Thu Jun 30 16:34:40 2011 +0100 @@ -1,11 +1,54 @@ @import url('fonts.css'); +h1#site-name { + margin:0; + line-height:1.3em; + color:#525a38; + padding:0; +/* padding-bottom:0.1em; */ + margin-top:0.6em; + font-weight:normal; + margin-left:20%; + font-size:3em; +} +#logo-title{ + border-bottom:2px solid #a9b680; + margin:0; +/* margin-bottom:0.8em; */ + padding:0; +} +#footer{ + width: 100%; + border-top:1px solid #a9b680; + margin:0; + margin-top: 4em; + padding:0; +} +#footer-content { + margin-left: 20%; + margin-right: 20%; + padding-left: 0.25em; + padding-top: 2em; + font-size: 0.7em; +} + +#navbar ul{margin:0;padding:0;text-align:left;list-style-type:none;} +#navbar li{float:left;padding:0 10px 0 0;} +#primary{float:left;margin-left:20%;margin-top:0;padding-left:0.25em;padding-top:0.8em;margin-bottom:0.5em;font-weight:normal;font-size:0.85em;} +#primary li{margin:0px;border-left:1px solid #a9b680;padding-left:1em;padding-right:1em;} +#primary li.first{margin:0px;border-left:0;padding-left:0;padding-right:1em;} +#primary li.last{margin:0px;border-left:1px solid #a9b680;padding-left:1em;padding-right:0;} + + body { + margin: 0; font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */ } + big { line-height: 1.3em; } + a:link, a:visited { @@ -22,6 +65,10 @@ { font-size: 0.94em; line-height: 1.3em; + margin-left: 20%; + padding-left: 0.25em; + margin-right: 20%; + margin-top: 5em; } body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 @@ -33,7 +80,7 @@ pre, code { - font-size: 1.1em; /* Monospace fonts can be hard to read */ + font-size: 0.85em; font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", monospace; } @@ -108,7 +155,7 @@ padding-left: 2em; } - .block ul, /* Drupal overrides */ + .block ul, .item-list ul { margin: 1em 0; @@ -131,14 +178,14 @@ padding: 0; } - .item-list ul li /* Drupal override */ + .item-list ul li { margin: 0; padding: 0; list-style: inherit; } - ul.menu li, /* Drupal override */ + ul.menu li, li.expanded, li.collapsed, li.leaf @@ -189,7 +236,6 @@ } /** tables **/ - /* Override Drupal default CSS */ table { border-collapse: collapse;