annotate xml/ru/GNUmakefile @ 2846:fdf1464e1977

Moved banner to the external file to make partial rollout possible. An idea is to have several banners and show them with different probability specified by split directive in the nginx.conf
author Sergey Budnevitch <sb@waeme.net>
date Tue, 10 May 2022 18:07:27 +0400
parents 8831b3d9f332
children 3a2d342533fb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
212
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
1 DOCS = \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
2 faq \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
3 install \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
4 windows \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
5 events \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
6 syntax \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
7 example \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
8 switches \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
9 control \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
10 hash \
1285
4e89518a5999 Moved syslog configuration details into the separate documents.
Ruslan Ermilov <ru@nginx.com>
parents: 1260
diff changeset
11 syslog \
423
04ad7c1b1b04 Alphabetical index of directives.
Ruslan Ermilov <ru@nginx.com>
parents: 248
diff changeset
12 dirindex \
1156
8e8a6a7cff2b Added variables index.
Vladimir Homutov <vl@nginx.com>
parents: 1111
diff changeset
13 varindex \
606
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 547
diff changeset
14 http/request_processing \
647
00972444baa7 Fixed tab indentation and replaced hyphen with proper space and dash.
Vladimir Homutov <vl@nginx.com>
parents: 645
diff changeset
15 http/server_names \
606
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 547
diff changeset
16 http/configuring_https_servers \
cb43695220b2 o Move introduction/ and howto/ are rather small so move those
Maxim Konovalov <maxim@nginx.com>
parents: 547
diff changeset
17 debugging_log \
849
0ed4c093c026 WebSocket proxying howto.
Homutov Vladimir <vl@nginx.com>
parents: 734
diff changeset
18 http/websocket \
911
a5e982a394df Added "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents: 882
diff changeset
19 contributing_changes \
936
99f8165723ca Beginner's guide.
Ruslan Ermilov <ru@nginx.com>
parents: 924
diff changeset
20 beginners_guide \
924
a2aea48ff155 New "installation" article.
Ruslan Ermilov <ru@nginx.com>
parents: 911
diff changeset
21 configure \
212
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
22
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
23 FAQ = \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
24 sys_errlist \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
25
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
26 REFS = \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
27 ngx_core_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
28 http/ngx_http_access_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
29 http/ngx_http_addition_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
30 http/ngx_http_auth_basic_module \
1832
c30d3557ec68 Translated the JWT module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1798
diff changeset
31 http/ngx_http_auth_jwt_module \
971
6316a7579448 Documented the "ngx_http_auth_request" module.
Vladimir Homutov <vl@nginx.com>
parents: 936
diff changeset
32 http/ngx_http_auth_request_module \
212
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
33 http/ngx_http_autoindex_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
34 http/ngx_http_browser_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
35 http/ngx_http_charset_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
36 http/ngx_http_core_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
37 http/ngx_http_dav_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
38 http/ngx_http_empty_gif_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
39 http/ngx_http_fastcgi_module \
1332
35d755b8c5a5 f4f module translated into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1285
diff changeset
40 http/ngx_http_f4f_module \
212
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
41 http/ngx_http_flv_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
42 http/ngx_http_geo_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
43 http/ngx_http_geoip_module \
2114
b7dd3e8ee9c2 Documented the gRPC proxy module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2016
diff changeset
44 http/ngx_http_grpc_module \
675
08140f6b7964 Documented gunzip module and corresponding changes.
Vladimir Homutov <vl@nginx.com>
parents: 647
diff changeset
45 http/ngx_http_gunzip_module \
212
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
46 http/ngx_http_gzip_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
47 http/ngx_http_gzip_static_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
48 http/ngx_http_headers_module \
1111
9c766ddc3535 HLS: Translated the "http_ngx_http_hls_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 971
diff changeset
49 http/ngx_http_hls_module \
212
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
50 http/ngx_http_image_filter_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
51 http/ngx_http_index_module \
1843
3492eb9b8138 Translated http and stream js modules into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1832
diff changeset
52 http/ngx_http_js_module \
212
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
53 http/ngx_http_limit_conn_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
54 http/ngx_http_limit_req_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
55 http/ngx_http_limit_zone_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
56 http/ngx_http_log_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
57 http/ngx_http_map_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
58 http/ngx_http_memcached_module \
2016
e6de97d14f81 Documented the mirror module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1947
diff changeset
59 http/ngx_http_mirror_module \
212
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
60 http/ngx_http_mp4_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
61 http/ngx_http_perl_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
62 http/ngx_http_proxy_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
63 http/ngx_http_random_index_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
64 http/ngx_http_realip_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
65 http/ngx_http_referer_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
66 http/ngx_http_rewrite_module \
1183
1ce4912eb182 Translated SCGI module documentation into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1156
diff changeset
67 http/ngx_http_scgi_module \
212
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
68 http/ngx_http_secure_link_module \
1616
9e8ec9c67cf3 Documented ngx_http_slice_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1570
diff changeset
69 http/ngx_http_slice_module \
869
ade81792bdaa Documented SPDY support.
Homutov Vladimir <vl@nginx.com>
parents: 849
diff changeset
70 http/ngx_http_spdy_module \
212
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
71 http/ngx_http_split_clients_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
72 http/ngx_http_ssi_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
73 http/ngx_http_ssl_module \
1247
7020b8262dc0 Russian translation of ngx_http_status_module.
Ruslan Ermilov <ru@nginx.com>
parents: 1191
diff changeset
74 http/ngx_http_status_module \
1260
6e34b5716bdb Documented the stub_status module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1247
diff changeset
75 http/ngx_http_stub_status_module \
212
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
76 http/ngx_http_sub_module \
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
77 http/ngx_http_upstream_module \
1450
f5b5eefc43cb Updated commercial docs for the upcoming release.
Ruslan Ermilov <ru@nginx.com>
parents: 1332
diff changeset
78 http/ngx_http_upstream_conf_module \
1945
88477c5d2751 Moved "health_check" and "match" to ngx_http_upstream_hc_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1851
diff changeset
79 http/ngx_http_upstream_hc_module \
212
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
80 http/ngx_http_userid_module \
1191
ea85ba147fe9 Mechanically converted SCGI module docs to uwsgi.
Ruslan Ermilov <ru@nginx.com>
parents: 1183
diff changeset
81 http/ngx_http_uwsgi_module \
1670
e28e4e0b8520 Revised http2 module translation.
Ruslan Ermilov <ru@nginx.com>
parents: 1667
diff changeset
82 http/ngx_http_v2_module \
212
18217133791f Unified makefiles so they are diff'able.
Ruslan Ermilov <ru@nginx.com>
parents: 179
diff changeset
83 http/ngx_http_xslt_module \
637
9a85069172dc IMAP/POP3/SMTP directives split into their own modules.
Ruslan Ermilov <ru@nginx.com>
parents: 630
diff changeset
84 mail/ngx_mail_auth_http_module \
630
a235ce0f8eef Initial mail proxy server documentation in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 606
diff changeset
85 mail/ngx_mail_core_module \
637
9a85069172dc IMAP/POP3/SMTP directives split into their own modules.
Ruslan Ermilov <ru@nginx.com>
parents: 630
diff changeset
86 mail/ngx_mail_imap_module \
9a85069172dc IMAP/POP3/SMTP directives split into their own modules.
Ruslan Ermilov <ru@nginx.com>
parents: 630
diff changeset
87 mail/ngx_mail_pop3_module \
630
a235ce0f8eef Initial mail proxy server documentation in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 606
diff changeset
88 mail/ngx_mail_proxy_module \
2677
3760176ba83e Documented ngx_mail_realip_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2669
diff changeset
89 mail/ngx_mail_realip_module \
637
9a85069172dc IMAP/POP3/SMTP directives split into their own modules.
Ruslan Ermilov <ru@nginx.com>
parents: 630
diff changeset
90 mail/ngx_mail_smtp_module \
630
a235ce0f8eef Initial mail proxy server documentation in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 606
diff changeset
91 mail/ngx_mail_ssl_module \
1503
a9ffc9dd41e0 Added the "ngx_stream_access_module" module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1450
diff changeset
92 stream/ngx_stream_access_module \
1529
bcffd2161de7 Translated the stream core module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1520
diff changeset
93 stream/ngx_stream_core_module \
1751
3768eb3d9c6c Documented the geo module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1750
diff changeset
94 stream/ngx_stream_geo_module \
1750
0e591e97737c Documented the geoip module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1746
diff changeset
95 stream/ngx_stream_geoip_module \
1843
3492eb9b8138 Translated http and stream js modules into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1832
diff changeset
96 stream/ngx_stream_js_module \
1570
99683b8da47c Removed unnecessary tab in GNUmakefile.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1529
diff changeset
97 stream/ngx_stream_limit_conn_module \
1776
8d0372178e00 Documented the ngx_stream_log_module module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1752
diff changeset
98 stream/ngx_stream_log_module \
1743
3d686cb47c2c Documented the map module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1728
diff changeset
99 stream/ngx_stream_map_module \
1506
edd3d22724cb Translated the stream proxy module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1503
diff changeset
100 stream/ngx_stream_proxy_module \
1779
ee56773d44e8 Documented ngx_stream_realip_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1776
diff changeset
101 stream/ngx_stream_realip_module \
1746
4d6ea4d94e20 Documented the return module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1743
diff changeset
102 stream/ngx_stream_return_module \
2600
2fd28cd4f2f8 Added set module for stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2577
diff changeset
103 stream/ngx_stream_set_module \
1752
b4de612feff8 Documented the split_clients module in stream.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1751
diff changeset
104 stream/ngx_stream_split_clients_module \
1520
ed36e909bc79 Translated stream_ssl_module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1517
diff changeset
105 stream/ngx_stream_ssl_module \
1798
59d1f512c3a0 Documented the ngx_stream_ssl_preread_module module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1797
diff changeset
106 stream/ngx_stream_ssl_preread_module \
1728
f93a5aadad2c Translated the stream upstream module into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1670
diff changeset
107 stream/ngx_stream_upstream_module \
1947
6b6d0e844bf7 Moved "health_check" and "match" to ngx_stream_upstream_hc_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1945
diff changeset
108 stream/ngx_stream_upstream_hc_module \
1797
be868c8f6e9c Added article about processing TCP/UDP sessions.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1779
diff changeset
109 stream/stream_processing \
1851
9463f1412255 Documented ngx_google_perftools_module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1846
diff changeset
110 ngx_google_perftools_module \
2244
467aef18bf12 Renamed the "About njs" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2175
diff changeset
111 njs/index \
2245
87a0e2c73a25 Refactored njs documentation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2244
diff changeset
112 njs/cli \
87a0e2c73a25 Refactored njs documentation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2244
diff changeset
113 njs/compatibility \
87a0e2c73a25 Refactored njs documentation.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2244
diff changeset
114 njs/install \
2577
67fd664e2612 Translated "Using node modules with njs" into Russian.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2541
diff changeset
115 njs/node_modules \
2541
0e6bbd8138c4 Added article about TypeScript in njs.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2246
diff changeset
116 njs/typescript \
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
117
734
99ea52dbb4d4 Moved all rules to the main makefile leaving language specific
Ruslan Ermilov <ru@nginx.com>
parents: 721
diff changeset
118 TOP = \
99ea52dbb4d4 Moved all rules to the main makefile leaving language specific
Ruslan Ermilov <ru@nginx.com>
parents: 721
diff changeset
119 download \
99ea52dbb4d4 Moved all rules to the main makefile leaving language specific
Ruslan Ermilov <ru@nginx.com>
parents: 721
diff changeset
120 support \
882
d1002c39ac0a Linux packages related information moved to separate page.
Sergey Budnevitch <sb@waeme.net>
parents: 869
diff changeset
121 linux_packages \