Dictionary file name convention.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 26 Sep 2012 23:49:09 +0300
changeset 252 7aac5f9dcf06
parent 251 7b0acdba431b
child 253 ccf703ab7a0c
Dictionary file name convention.
HACKING.rst
--- a/HACKING.rst	Tue Aug 14 17:31:19 2012 +0300
+++ b/HACKING.rst	Wed Sep 26 23:49:09 2012 +0300
@@ -85,6 +85,18 @@
 
   $ make todo
 
+Dictionary file name convention.
+================================
+
+BNF form::
+
+  FILE ::= PREFIX "-" NAME "-" LANG ".dict-c5"
+  PREFIX ::= "gadict"
+  LANG ::= ISOCODE | ISOCODE "-" ISOCODE
+
+where ``ISOCODE`` is ISO 639-1 language (2 letter) code, currently ``en``,
+``ru``, ``uk`` in use, ``NAME`` is dictionary abbreviated name.
+
 World wide dictionary formats and standards.
 ============================================