Getting sources.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 18 Sep 2014 02:21:37 +0300
changeset 87 3fa365b14c66
parent 86 203f9afeaf2f
child 88 97acd9f4288b
Getting sources.
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.
 ===========