Move section to more appropriate place.
--- a/www/HACKING.rst Sun Mar 13 18:43:09 2016 +0200
+++ b/www/HACKING.rst Sun Mar 13 18:43:54 2016 +0200
@@ -37,6 +37,21 @@
https://sourceforge.net/p/gadict/code/
Sourceforge Allure interface (not primary, a mirror).
+Dictionary file name convention
+===============================
+
+BNF form::
+
+ FILE ::= "gadict_" NAME ".gadict"
+
+``NAME`` may have form ``ISOCODE "-" ISOCODE``, like ``en-ru``, where
+``ISOCODE`` is ISO 639-1 language (2 letter) code
+
+``NAME`` may be a dictionary abbreviation name.
+
+During dictionaries compilation and releases ``".gadict"`` suffix changed to
+appropriated but base name should be preserved as ``"gadict_" NAME``.
+
C5 dictionary source file format
================================
@@ -61,21 +76,6 @@
other formats is not possible.
* C5 have no markup for links neither for any other markups.
-Dictionary file name convention
-===============================
-
-BNF form::
-
- FILE ::= "gadict_" NAME ".gadict"
-
-``NAME`` may have form ``ISOCODE "-" ISOCODE``, like ``en-ru``, where
-``ISOCODE`` is ISO 639-1 language (2 letter) code
-
-``NAME`` may be a dictionary abbreviation name.
-
-During dictionaries compilation and releases ``".gadict"`` suffix changed to
-appropriated but base name should be preserved as ``"gadict_" NAME``.
-
TODO convention
===============