# HG changeset patch # User Oleksandr Gavenko # Date 1452438083 -7200 # Node ID 2252379bcc70ae35666a1c05bfaf26e686f8dc1b # Parent 9db621b4f4be5b74fdaf7ee89cbcca05e25971bf Point to new home page. diff -r 9db621b4f4be -r 2252379bcc70 HACKING.rst --- a/HACKING.rst Sun Jan 10 16:55:58 2016 +0200 +++ b/HACKING.rst Sun Jan 10 17:01:23 2016 +0200 @@ -16,8 +16,10 @@ SF disallow hosting project with names starting with number. So ``js-2048-ai`` used instead of ``2048-js-ai``. + http://2048.defun.work/ + New home page. http://js-2048-ai.sourceforge.net/ - Home page. + Old home page. https://sourceforge.net/p/js-2048-ai/ SF home page. https://sourceforge.net/projects/js-2048-ai/files/ @@ -28,6 +30,7 @@ .. code:: console + $ hg clone http://hg.defun.work/2048-js-ai/ 2048-js-ai $ hg clone http://hg.code.sf.net/p/js-2048-ai/hg 2048-js-ai Getting help. @@ -63,12 +66,19 @@ * https://developers.google.com/closure/compiler/docs/js-for-compiler * https://code.google.com/p/jsdoc-toolkit/w/list -Deploy to SourceForge. -====================== +Deploy to hosting. +================== Be sure you at Mercurial tagged revision and run: .. code:: console + $ make deploy + +To deploy individually to ``defun.work`` or SourceForge run:: + +.. code:: console + + $ make deploy2defun $ make deploy2sf