diff download.html @ 6:1b0da5f5bd42

Updates for 1.0
author Chris Cannam
date Tue, 23 Aug 2011 13:36:26 +0100
parents 1e2637992a5c
children 0916db73089d
line wrap: on
line diff
--- a/download.html	Mon Aug 15 13:04:51 2011 +0100
+++ b/download.html	Tue Aug 23 13:36:26 2011 +0100
@@ -16,6 +16,7 @@
                       <div id="primary">
               <ul class="links"><li class="first"><a href="index.html" title="">Home</a></li>
 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg" title="Project page">Project page</a></li>
+<li><a href="http://bitbucket.org/cannam/easyhg" title="BitBucket">BitBucket</a></li>
 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg/wiki/Screenshots" title="Screenshots">Screenshots</a></li>
 <li class=last>Download</li>
 </ul>            </div>
@@ -25,7 +26,7 @@
 <div id="download-windows">
 <h2>Windows</h2>
 
-<p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/114/EasyMercurial-0.9.7-Setup.exe">Download EasyMercurial Windows installer</a></big></p>
+<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>
 
 <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>
 
@@ -33,7 +34,7 @@
 <div id="download-mac">
 <h2>Mac OS/X</h2>
 
-<p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/119/EasyMercurial-0.9.7.dmg">Download EasyMercurial package for Mac OS/X</a></big></p>
+<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>
 
 <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>
 
@@ -43,7 +44,13 @@
 <div id="download-linux">
 <h2>Linux</h2>
 
-<p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/120/EasyMercurial-0.9.7-linux-i386.tar.gz">Download EasyMercurial for 32-bit Linux</a><br>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/121/EasyMercurial-0.9.7-linux-x86_64.tar.gz">Download EasyMercurial for 64-bit Linux</a></big></p>
+<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>
 
-First install the prerequisites using your distribution's package manager. These are Mercurial itself, the Qt4 and PyQt4 toolkits, and KDiff3. In Ubuntu the packages you need are: <b><code>mercurial python-qt4 python-crypto kdiff3</code></b>.
+<p>You should only have to install the relevant package: and all the necessary dependencies should be added by your package manager.</p>
 
+</div>
+<div id="download-source">
+<h2>Source code</h2>
+
+<p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/150/EasyMercurial-1.0-src.tar.gz">Download EasyMercurial source code</a>
+</div>