annotate download.html @ 6:1b0da5f5bd42

Updates for 1.0
author Chris Cannam
date Tue, 23 Aug 2011 13:36:26 +0100
parents 1e2637992a5c
children 0916db73089d
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@1 17 <ul class="links"><li class="first"><a href="index.html" title="">Home</a></li>
Chris@1 18 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg" title="Project page">Project page</a></li>
Chris@6 19 <li><a href="http://bitbucket.org/cannam/easyhg" title="BitBucket">BitBucket</a></li>
Chris@1 20 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg/wiki/Screenshots" title="Screenshots">Screenshots</a></li>
Chris@1 21 <li class=last>Download</li>
Chris@1 22 </ul> </div>
Chris@1 23 </div></div>
Chris@1 24
Chris@1 25 <div id="page">
Chris@1 26 <div id="download-windows">
Chris@1 27 <h2>Windows</h2>
Chris@1 28
Chris@6 29 <p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/147/EasyMercurial-1.0-Setup.exe">Download EasyMercurial Windows installer</a></big></p>
Chris@1 30
Chris@5 31 <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 32
Chris@1 33 </div>
Chris@1 34 <div id="download-mac">
Chris@1 35 <h2>Mac OS/X</h2>
Chris@1 36
Chris@6 37 <p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/151/EasyMercurial-1.0.dmg">Download EasyMercurial package for Mac OS/X</a></big></p>
Chris@1 38
Chris@1 39 <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 40
Chris@1 41 <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 42
Chris@1 43 </div>
Chris@1 44 <div id="download-linux">
Chris@1 45 <h2>Linux</h2>
Chris@1 46
Chris@6 47 <p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/148/easymercurial_1.0cc-2_i386.deb">Download EasyMercurial for 32-bit Ubuntu/Debian</a><br>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/149/easymercurial_1.0cc-2_amd64.deb">Download EasyMercurial for 64-bit Ubuntu/Debian</a></big></p>
Chris@1 48
Chris@6 49 <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 50
Chris@6 51 </div>
Chris@6 52 <div id="download-source">
Chris@6 53 <h2>Source code</h2>
Chris@6 54
Chris@6 55 <p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/150/EasyMercurial-1.0-src.tar.gz">Download EasyMercurial source code</a>
Chris@6 56 </div>