# HG changeset patch # User Oleksandr Gavenko # Date 1410996097 -10800 # Node ID 3fa365b14c66492dbfeb6a92d3c942d688d48370 # Parent 203f9afeaf2f8a2b39eeb62780680eb3ac562a79 Getting sources. diff -r 203f9afeaf2f -r 3fa365b14c66 HACKING.rst --- a/HACKING.rst Thu Sep 18 02:13:43 2014 +0300 +++ b/HACKING.rst Thu Sep 18 02:21:37 2014 +0300 @@ -10,6 +10,31 @@ .. include:: VERSION.rst +Home page. +========== + +SF disallow hosting project with names starting with number. So ``js-2048-ai`` used instead of +``2048-js-ai``. + + http://js-2048-ai.sourceforge.net/ + Home page. + https://sourceforge.net/p/js-2048-ai/ + SF home page. + https://sourceforge.net/projects/js-2048-ai/files/ + Releases. + +Getting sources. +================ + +.. code:: console + + $ hg clone http://hg.code.sf.net/p/js-2048-ai/hg 2048-js-ai + +Getting help. +============= + +See Authors_. + Build docs. ===========