changeset 227:75f1f4cc2ef1

Cleaned up and resorted downloads.json (by most spread system) and included TotoiseHG.
author Arne Babenhauserheide <bab@draketo.de>
date Thu, 16 Jul 2009 11:17:24 +0200
parents 36eb588b8b41
children b82201741188
files Todo.txt hgscm/media/downloads.json hgscm/templates/downloads.html
diffstat 3 files changed, 42 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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: 
 
--- 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"
         }]
     }
 ]
--- 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 @@
     <a href="http://www.apple.com">MacOS X</a>,
     <a href="http://www.opensolaris.org">OpenSolaris</a> and others.
     You can either download a binary package for the system of your choice or
-    build if from sources.</p>
+    build it from sources.</p>
+
+    <p>Windows users are likely to enjoy the <a href="http://tortoisehg.sf.net">TortoiseHG</a> 
+    GUI the most. It integrates Mercurial directly into your explorer.</p>
 
     <p>Packages for common Linux, BSD and Solaris distributions can be
     installed from the system specific repositories</p>