HACKING.rst
changeset 181 2252379bcc70
parent 87 3fa365b14c66
child 193 6d35f7e53b7c
equal deleted inserted replaced
180:9db621b4f4be 181:2252379bcc70
    14 ==========
    14 ==========
    15 
    15 
    16 SF disallow hosting project with names starting with number. So ``js-2048-ai`` used instead of
    16 SF disallow hosting project with names starting with number. So ``js-2048-ai`` used instead of
    17 ``2048-js-ai``.
    17 ``2048-js-ai``.
    18 
    18 
       
    19   http://2048.defun.work/
       
    20     New home page.
    19   http://js-2048-ai.sourceforge.net/
    21   http://js-2048-ai.sourceforge.net/
    20     Home page.
    22     Old home page.
    21   https://sourceforge.net/p/js-2048-ai/
    23   https://sourceforge.net/p/js-2048-ai/
    22     SF home page.
    24     SF home page.
    23   https://sourceforge.net/projects/js-2048-ai/files/
    25   https://sourceforge.net/projects/js-2048-ai/files/
    24     Releases.
    26     Releases.
    25 
    27 
    26 Getting sources.
    28 Getting sources.
    27 ================
    29 ================
    28 
    30 
    29 .. code:: console
    31 .. code:: console
    30 
    32 
       
    33   $ hg clone http://hg.defun.work/2048-js-ai/ 2048-js-ai
    31   $ hg clone http://hg.code.sf.net/p/js-2048-ai/hg 2048-js-ai
    34   $ hg clone http://hg.code.sf.net/p/js-2048-ai/hg 2048-js-ai
    32 
    35 
    33 Getting help.
    36 Getting help.
    34 =============
    37 =============
    35 
    38 
    61 
    64 
    62  * http://usejsdoc.org/
    65  * http://usejsdoc.org/
    63  * https://developers.google.com/closure/compiler/docs/js-for-compiler
    66  * https://developers.google.com/closure/compiler/docs/js-for-compiler
    64  * https://code.google.com/p/jsdoc-toolkit/w/list
    67  * https://code.google.com/p/jsdoc-toolkit/w/list
    65 
    68 
    66 Deploy to SourceForge.
    69 Deploy to hosting.
    67 ======================
    70 ==================
    68 
    71 
    69 Be sure you at Mercurial tagged revision and run:
    72 Be sure you at Mercurial tagged revision and run:
    70 
    73 
    71 .. code:: console
    74 .. code:: console
    72 
    75 
       
    76   $ make deploy
       
    77 
       
    78 To deploy individually to ``defun.work`` or SourceForge run::
       
    79 
       
    80 .. code:: console
       
    81 
       
    82   $ make deploy2defun
    73   $ make deploy2sf
    83   $ make deploy2sf
    74 
    84