comparison xml/ru/GNUmakefile @ 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 8ed43632a28c
children f5539fb36bbb
comparison
equal deleted inserted replaced
75:2bf4cd2787c5 76:4a4caa566120
1 1
2 DOCS_RU = ru/docs/faq \ 2 DOCS_RU = ru/docs/faq \
3 ru/docs/control \
4 ru/docs/events \
5 ru/docs/example \
6 ru/docs/hash \
7 ru/docs/install \
8 ru/docs/ngx_core_module \
9 ru/docs/switches \
10 ru/docs/syntax \
11 ru/docs/virtual_hosts \
12 ru/docs/windows \
13 ru/docs/http/ngx_http_access_module \
14 ru/docs/http/ngx_http_addition_module \
15 ru/docs/http/ngx_http_auth_basic_module \
16 ru/docs/http/ngx_http_autoindex_module \
17 ru/docs/http/ngx_http_browser_module \
18 ru/docs/http/ngx_http_charset_module \
19 ru/docs/http/ngx_http_core_module \
20 ru/docs/http/ngx_http_dav_module \
21 ru/docs/http/ngx_http_empty_gif_module \
22 ru/docs/http/ngx_http_fastcgi_module \
23 ru/docs/http/ngx_http_flv_module \
24 ru/docs/http/ngx_http_geo_module \
25 ru/docs/http/ngx_http_geoip_module \
26 ru/docs/http/ngx_http_gzip_module \
27 ru/docs/http/ngx_http_gzip_static_module \
28 ru/docs/http/ngx_http_headers_module \
29 ru/docs/http/ngx_http_image_filter_module \
30 ru/docs/http/ngx_http_index_module \
31 ru/docs/http/ngx_http_limit_req_module \
32 ru/docs/http/ngx_http_limit_zone_module \
33 ru/docs/http/ngx_http_log_module \
34 ru/docs/http/ngx_http_map_module \
35 ru/docs/http/ngx_http_memcached_module \
36 ru/docs/http/ngx_http_perl_module \
37 ru/docs/http/ngx_http_proxy_module \
38 ru/docs/http/ngx_http_random_index_module \
39 ru/docs/http/ngx_http_realip_module \
40 ru/docs/http/ngx_http_referer_module \
41 ru/docs/http/ngx_http_rewrite_module \
42 ru/docs/http/ngx_http_secure_link_module \
43 ru/docs/http/ngx_http_split_clients_module \
44 ru/docs/http/ngx_http_ssi_module \
45 ru/docs/http/ngx_http_ssl_module \
46 ru/docs/http/ngx_http_sub_module \
47 ru/docs/http/ngx_http_upstream \
48 ru/docs/http/ngx_http_userid_module \
49 ru/docs/http/ngx_http_xslt_module \
3 50
4 DOCS_RU_XML = $(foreach name, $(DOCS_RU), xml/$(name).xml) 51 DOCS_RU_XML = $(foreach name, $(DOCS_RU), xml/$(name).xml)
5 DOCS_RU_HTML = $(foreach name, $(DOCS_RU), $(OUT)/$(name).html) 52 DOCS_RU_HTML = $(foreach name, $(DOCS_RU), $(OUT)/$(name).html)
6 53
7 FAQ_RU = ru/docs/sys_errlist \ 54 FAQ_RU = ru/docs/sys_errlist \