README.rst
changeset 232 81bfc95bd853
parent 231 f993fc31e03f
child 233 d3670cd252ce
equal deleted inserted replaced
231:f993fc31e03f 232:81bfc95bd853
    75 
    75 
    76 See LICENSE_ file.
    76 See LICENSE_ file.
    77 
    77 
    78 .. _LICENSE: LICENSE.html
    78 .. _LICENSE: LICENSE.html
    79 
    79 
    80 Getting sources (VCS).
       
    81 ======================
       
    82 
       
    83 To clone repository run::
       
    84 
       
    85   $ hg clone http://hg.code.sf.net/p/gadict/code gadict-hg
       
    86 
       
    87 To push to repository you must have write permission and do::
       
    88 
       
    89   $ hg push ssh://$USER@hg.code.sf.net/p/gadict/code
       
    90 
       
    91 or::
       
    92 
       
    93   $ hg clone https://$USER@hg.code.sf.net/p/gadict/code
       
    94 
       
    95 Browsing sources.
       
    96 =================
       
    97 
       
    98   http://hg.code.sf.net/p/gadict/code
       
    99                 hgweb interface for official repository.
       
   100   https://sourceforge.net/p/gadict/code/
       
   101                 Sourceforge Allure interface for official repository.
       
   102 
       
   103 Download page.
    80 Download page.
   104 ==============
    81 ==============
   105 
    82 
   106   https://sourceforge.net/projects/gadict/files/
    83   https://sourceforge.net/projects/gadict/files/
   107                 gadict source releases at SourceForge.
    84                 gadict source releases at SourceForge.