Move getting sources to proper place.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 12 Jul 2012 23:15:44 +0300
changeset 232 81bfc95bd853
parent 231 f993fc31e03f
child 233 d3670cd252ce
Move getting sources to proper place.
HACKING.rst
README.rst
--- a/HACKING.rst	Thu Jul 12 23:13:53 2012 +0300
+++ b/HACKING.rst	Thu Jul 12 23:15:44 2012 +0300
@@ -19,6 +19,29 @@
 
 Until we reach 5000 words **major** is 0. **minor** updated from time to time.
 
+Getting sources (VCS).
+======================
+
+To clone repository run::
+
+  $ hg clone http://hg.code.sf.net/p/gadict/code gadict-hg
+
+To push to repository you must have write permission and do::
+
+  $ hg push ssh://$USER@hg.code.sf.net/p/gadict/code
+
+or::
+
+  $ hg clone https://$USER@hg.code.sf.net/p/gadict/code
+
+Browsing sources.
+=================
+
+  http://hg.code.sf.net/p/gadict/code
+                hgweb interface for official repository.
+  https://sourceforge.net/p/gadict/code/
+                Sourceforge Allure interface for official repository.
+
 Comment syntax convention.
 ==========================
 
--- a/README.rst	Thu Jul 12 23:13:53 2012 +0300
+++ b/README.rst	Thu Jul 12 23:15:44 2012 +0300
@@ -77,29 +77,6 @@
 
 .. _LICENSE: LICENSE.html
 
-Getting sources (VCS).
-======================
-
-To clone repository run::
-
-  $ hg clone http://hg.code.sf.net/p/gadict/code gadict-hg
-
-To push to repository you must have write permission and do::
-
-  $ hg push ssh://$USER@hg.code.sf.net/p/gadict/code
-
-or::
-
-  $ hg clone https://$USER@hg.code.sf.net/p/gadict/code
-
-Browsing sources.
-=================
-
-  http://hg.code.sf.net/p/gadict/code
-                hgweb interface for official repository.
-  https://sourceforge.net/p/gadict/code/
-                Sourceforge Allure interface for official repository.
-
 Download page.
 ==============