view hgscm/media/downloads.json @ 182:307dd774a9b6

who_uses: Initial commit of the "who uses mercurial" page
author David Soria Parra <dsp@php.net>
date Mon, 25 May 2009 21:00:58 +0200
parents 85b535ee14bd
children 98606f130c4e
line wrap: on
line source

[{
        "latest": "true",
        "version": "1.2",
        "versions": [{
            "system": "FreeBSD",
            "identifier": "freebsd",
            "url": "ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-stable/devel/mercurial-1.1.2.tbz"
        },{
            "system": "MacOS X 10.5",
            "identifier": "macosx",
            "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2-py2.5-macosx10.5.zip"
        },{
            "system": "MacOS X 10.4",
            "identifier": "macosx104",
            "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2-py2.5-macosx10.4.zip"
        },{
            "system": "Windows",
            "identifier": "windows",
            "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.exe"
        },{
            "system": "Source",
            "identifier": "source",
            "url": "http://www.selenic.com/mercurial/release/mercurial-1.2.tar.gz"
        }]
    }
]