annotate download.html @ 12:119ab0d2dc7f

Neaten up website
author Chris Cannam
date Fri, 25 Nov 2011 09:40:41 +0000
parents 9d315cb41b5f
children 6823f8beb2be
rev   line source
Chris@1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Chris@1 2 <html>
Chris@1 3 <head>
Chris@1 4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Chris@1 5 <title>EasyMercurial</title>
Chris@1 6 <link rel="stylesheet" href="screen.css" media="screen"/>
Chris@1 7 <meta name="robots" content="index">
Chris@1 8 <meta name="description" content="">
Chris@1 9 </head>
Chris@1 10 <body>
Chris@1 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"><a href="index.html" title="">Home</a></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>Download</li>
Chris@12 23 </ul>
Chris@12 24 </div>
Chris@1 25 </div></div>
Chris@1 26
Chris@1 27 <div id="page">
Chris@12 28
Chris@12 29 <p><big>The current release is EasyMercurial 1.1.</big><br>Read the <a href="http://bitbucket.org/cannam/easyhg/raw/tip/CHANGELOG">list of changes since the last release</a>.</p>
Chris@12 30
Chris@1 31 <div id="download-windows">
Chris@1 32 <h2>Windows</h2>
Chris@1 33
Chris@11 34 <p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/232/EasyMercurial-1.1-Setup.exe">Download EasyMercurial Windows installer</a></big></p>
Chris@1 35
Chris@5 36 <p>The Mercurial executable and KDiff3 diff/merge application are included. Just install and run. (Thanks to Joachim Eibl for <a href="http://kdiff3.sourceforge.net/">KDiff3</a> and to the <a href="http://tortoisehg.bitbucket.org/">TortoiseHg project</a> for the bundling mechanism.)</p>
Chris@1 37
Chris@1 38 </div>
Chris@1 39 <div id="download-mac">
Chris@1 40 <h2>Mac OS/X</h2>
Chris@1 41
Chris@11 42 <p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/231/EasyMercurial-1.1.dmg">Download EasyMercurial package for Mac OS/X</a></big></p>
Chris@1 43
Chris@1 44 <p>Mercurial itself is not included in this package.<br><a href="http://mercurial.selenic.com/" target="_new">Download and install it</a> before you run EasyMercurial.</p>
Chris@1 45
Chris@1 46 <p>You may also wish to install the <a href="https://www.dlitz.net/software/pycrypto/">PyCrypto</a> library to enable the EasyMercurial password management facility. To do so, type <b><code>sudo easy_install pycrypto</code></b> in a terminal window.</p>
Chris@1 47
Chris@1 48 </div>
Chris@1 49 <div id="download-linux">
Chris@1 50 <h2>Linux</h2>
Chris@1 51
Chris@11 52 <p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/234/easymercurial_1.1cc-1_i386.deb">Download EasyMercurial for 32-bit Ubuntu/Debian</a><br>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/235/easymercurial_1.1cc-1_amd64.deb">Download EasyMercurial for 64-bit Ubuntu/Debian</a></big></p>
Chris@1 53
Chris@6 54 <p>You should only have to install the relevant package: and all the necessary dependencies should be added by your package manager.</p>
Chris@1 55
Chris@6 56 </div>
Chris@6 57 <div id="download-source">
Chris@6 58 <h2>Source code</h2>
Chris@6 59
Chris@11 60 <p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/233/EasyMercurial-1.1-src.tar.gz">Download EasyMercurial source code</a>
Chris@6 61 </div>