comparison xml/ru/docs/syntax.xml @ 76:4a4caa566120

Russian documentation import. Changes in module.dtd: <example> now allowed to contain <value> and <emphasis> elements (we need this to show important parts in examples), less strict checking of <directive> syntax (we don't want to fully document some directives, notably deprecated ones). Known issues: 1. <syntax> elements are preserved as is, they will require manual conversion (likely to some not-yet-existed format a la DocBook cmdsynopsis, as currently used one seems to be incomplete); 2. <value> no longer corresponds to replaceable content, and it's use in examples isn't correct; 3. <link doc="document#fragment"> doesn't work with current xslt, either should be supported or changed to <link doc="document" id="fragment">. The following files are intentionally omitted: maillists.xml (support.xml should be used instead), experimental.xml (obsolete), faq.xml (conflicts with existing one, needs discussion). Not yet linked to site.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 11 Oct 2011 12:57:50 +0000
parents
children 7db449e89e92
comparison
equal deleted inserted replaced
75:2bf4cd2787c5 76:4a4caa566120
1 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
2
3 <article title="Синтаксис конфигурационного файла"
4 link="/ru/docs/syntax.html"
5 lang="ru">
6
7 <section>
8
9 <!--
10
11 <para lang="ru">
12 <programlisting>
13 директива параметр [параметр ...];
14 </programlisting>
15 </para>
16
17 -->
18
19 <para>
20 Размеры можно указывать в килобайтах и мегабайтах:
21 <table width="30%">
22 <tr><td width="20%">k,K</td><td>килобайты</td></tr>
23 <tr><td width="20%">m,M</td><td>мегабайты</td></tr>
24 </table>
25 например, "8k", "1m". По умолчанию размер в байтах.
26 </para>
27
28 <para>
29 Время можно указывать в минутах, часах, днях и так далее:
30 <table width="30%">
31 <tr><td width="20%">ms</td><td>миллисекунды</td></tr>
32 <tr><td width="20%">s</td><td>секунды</td></tr>
33 <tr><td width="20%">m</td><td>минуты</td></tr>
34 <tr><td width="20%">h</td><td>часы</td></tr>
35 <tr><td width="20%">d</td><td>дни</td></tr>
36 <tr><td width="20%">w</td><td>недели</td></tr>
37 <tr><td width="20%">M</td><td>месяцы, 30 дней</td></tr>
38 <tr><td width="20%">y</td><td>годы, 365 дней</td></tr>
39 </table>
40 например, "1h 30m", "1y 6M". По умолчанию время в секундах.
41 </para>
42
43 </section>
44
45 </article>