equal
deleted
inserted
replaced
59 |
59 |
60 * C5 is not structural format. So producing another forms and conversion to |
60 * C5 is not structural format. So producing another forms and conversion to |
61 other formats is not possible. |
61 other formats is not possible. |
62 * C5 have no markup for links neither for any other markups. |
62 * C5 have no markup for links neither for any other markups. |
63 |
63 |
64 TODO convention |
|
65 =============== |
|
66 |
|
67 Entries or parts of text that was not completed marked by keywords: |
|
68 |
|
69 TODO |
|
70 incomplete |
|
71 XXX |
|
72 urgent incomplete |
|
73 |
|
74 Makefile rules ``todo`` find this occurrence in sources:: |
|
75 |
|
76 $ make todo |
|
77 |
|
78 Dictionary file name convention |
64 Dictionary file name convention |
79 =============================== |
65 =============================== |
80 |
66 |
81 BNF form:: |
67 BNF form:: |
82 |
68 |
87 |
73 |
88 ``NAME`` may be a dictionary abbreviation name. |
74 ``NAME`` may be a dictionary abbreviation name. |
89 |
75 |
90 During dictionaries compilation and releases ``".gadict"`` suffix changed to |
76 During dictionaries compilation and releases ``".gadict"`` suffix changed to |
91 appropriated but base name should be preserved as ``"gadict_" NAME``. |
77 appropriated but base name should be preserved as ``"gadict_" NAME``. |
|
78 |
|
79 TODO convention |
|
80 =============== |
|
81 |
|
82 Entries or parts of text that was not completed marked by keywords: |
|
83 |
|
84 TODO |
|
85 incomplete |
|
86 XXX |
|
87 urgent incomplete |
|
88 |
|
89 Makefile rules ``todo`` find this occurrence in sources:: |
|
90 |
|
91 $ make todo |
92 |
92 |
93 World wide dictionary formats and standards |
93 World wide dictionary formats and standards |
94 =========================================== |
94 =========================================== |
95 |
95 |
96 http://en.wikipedia.org/wiki/Dictionary_writing_system |
96 http://en.wikipedia.org/wiki/Dictionary_writing_system |