# HG changeset patch # User Arne Babenhauserheide # Date 1247735844 -7200 # Node ID 75f1f4cc2ef172607221c4d2a325bd7c10dc4e19 # Parent 36eb588b8b41696391cfa0ae38a1304bae6b5741 Cleaned up and resorted downloads.json (by most spread system) and included TotoiseHG. diff -r 36eb588b8b41 -r 75f1f4cc2ef1 Todo.txt --- a/Todo.txt Thu Jul 16 10:56:05 2009 +0200 +++ b/Todo.txt Thu Jul 16 11:17:24 2009 +0200 @@ -2,7 +2,7 @@ Until the site can go official: -* Include more info about TortoiseHG! +* Include more info about TortoiseHG, Download and learning resource. Longterm: diff -r 36eb588b8b41 -r 75f1f4cc2ef1 hgscm/media/downloads.json --- a/hgscm/media/downloads.json Thu Jul 16 10:56:05 2009 +0200 +++ b/hgscm/media/downloads.json Thu Jul 16 11:17:24 2009 +0200 @@ -1,10 +1,38 @@ -[{ +[ + { "latest": "true", "version": "1.3", - "versions": [{ - "system": "FreeBSD", - "identifier": "freebsd", - "url": "ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-stable/devel/mercurial-1.2.1.tbz" + "versions": [ + { + "system": "Windows GUI (TortoiseHG)", + "identifier": "thgwin", + "url": "http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.7.6-hg-1.2.1.exe" + },{ + "system": "Windows command line", + "identifier": "windows", + "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.3.exe" + },{ + "system": "MacOS X 10.5", + "identifier": "macosx", + "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.3-py2.5-macosx10.5.zip" + },{ + "system": "Source", + "identifier": "source", + "url": "http://www.selenic.com/mercurial/release/mercurial-1.3.tar.gz" + }] + }, + { + "latest": "false", + "version": "1.2.1", + "versions": [ + { + "system": "Windows GUI (TortoiseHG)", + "identifier": "thgwin", + "url": "http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.7.6-hg-1.2.1.exe" + },{ + "system": "Windows command line", + "identifier": "windows", + "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.1.exe" },{ "system": "MacOS X 10.5", "identifier": "macosx", @@ -14,13 +42,13 @@ "identifier": "macosx104", "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.1-py2.5-macosx10.4.zip" },{ - "system": "Windows", - "identifier": "windows", - "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.1.exe" + "system": "FreeBSD", + "identifier": "freebsd", + "url": "ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-stable/devel/mercurial-1.2.1.tbz" },{ "system": "Source", "identifier": "source", - "url": "http://www.selenic.com/mercurial/release/mercurial-1.3.tar.gz" + "url": "http://www.selenic.com/mercurial/release/mercurial-1.2.1.tar.gz" }] } ] diff -r 36eb588b8b41 -r 75f1f4cc2ef1 hgscm/templates/downloads.html --- a/hgscm/templates/downloads.html Thu Jul 16 10:56:05 2009 +0200 +++ b/hgscm/templates/downloads.html Thu Jul 16 11:17:24 2009 +0200 @@ -39,7 +39,10 @@ MacOS X, OpenSolaris and others. You can either download a binary package for the system of your choice or - build if from sources.

+ build it from sources.

+ +

Windows users are likely to enjoy the TortoiseHG + GUI the most. It integrates Mercurial directly into your explorer.

Packages for common Linux, BSD and Solaris distributions can be installed from the system specific repositories