Move getting sources to proper place.
--- 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.
==============