annotate xml/en/docs/contributing_changes.xml @ 3059:535317a031ff

Free nginx: stop using the archaic spelling "e-mail".
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:08:16 +0300
parents 0083dce686ec
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
912
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
1 <?xml version="1.0"?>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
2
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
3 <!--
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
4 Copyright (C) Nginx, Inc.
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
5 -->
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
6
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
8
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
9 <article name="Contributing Changes"
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
10 link="/en/docs/contributing_changes.html"
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
11 lang="en"
3054
0083dce686ec Free nginx: repository links.
Maxim Dounin <mdounin@mdounin.ru>
parents: 2153
diff changeset
12 rev="5">
912
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
13
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
14 <section id="getting_sources" name="Getting Sources">
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
15
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
16 <para>
1775
a469e77d446f Fixed links to Mercurial SCM site.
Ruslan Ermilov <ru@nginx.com>
parents: 1351
diff changeset
17 <link url="https://www.mercurial-scm.org">Mercurial</link> is used
912
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
18 to store source code.
3054
0083dce686ec Free nginx: repository links.
Maxim Dounin <mdounin@mdounin.ru>
parents: 2153
diff changeset
19 The <link url="http://freenginx.org/hg/nginx">repository</link> can be cloned
912
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
20 with the following command:
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
21 <programlisting>
3054
0083dce686ec Free nginx: repository links.
Maxim Dounin <mdounin@mdounin.ru>
parents: 2153
diff changeset
22 hg clone http://freenginx.org/hg/nginx
912
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
23 </programlisting>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
24 </para>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
25
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
26 </section>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
27
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
28
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
29 <section id="formatting_changes" name="Formatting Changes">
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
30
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
31 <para>
2153
ccc41545bf55 Extended code style description.
Vladimir Homutov <vl@nginx.com>
parents: 1775
diff changeset
32 Changes should be formatted according to the
ccc41545bf55 Extended code style description.
Vladimir Homutov <vl@nginx.com>
parents: 1775
diff changeset
33 <link doc="../docs/dev/development_guide.xml" id="code_style">code style</link>
ccc41545bf55 Extended code style description.
Vladimir Homutov <vl@nginx.com>
parents: 1775
diff changeset
34 used by nginx.
ccc41545bf55 Extended code style description.
Vladimir Homutov <vl@nginx.com>
parents: 1775
diff changeset
35 Sometimes, there is no clear rule; in such cases
ccc41545bf55 Extended code style description.
Vladimir Homutov <vl@nginx.com>
parents: 1775
diff changeset
36 examine how existing nginx sources are formatted and mimic this style.
912
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
37 Changes will more likely be accepted if style corresponds to the surrounding
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
38 code.
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
39 </para>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
40
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
41 <para>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
42 Commit the changes to create a Mercurial
1775
a469e77d446f Fixed links to Mercurial SCM site.
Ruslan Ermilov <ru@nginx.com>
parents: 1351
diff changeset
43 <link url="https://www.mercurial-scm.org/wiki/ChangeSet">changeset</link>.
912
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
44 Please ensure that the specified
3059
535317a031ff Free nginx: stop using the archaic spelling "e-mail".
Maxim Dounin <mdounin@mdounin.ru>
parents: 3054
diff changeset
45 <link url="https://www.mercurial-scm.org/wiki/QuickStart#Setting_a_username">email</link>
912
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
46 address and real name of the change’s author are correct.
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
47 </para>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
48
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
49 <para>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
50 The commit message should have a single-line synopsis followed by verbose
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
51 description after an empty line.
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
52 It is desirable that the first line is no longer than 67 symbols.
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
53 The resulting changeset as a patch can be obtained using the
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
54 <literal>hg export</literal> command:
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
55 <programlisting>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
56 # HG changeset patch
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
57 # User Filipe Da Silva &lt;username@example.com>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
58 # Date 1368089668 -7200
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
59 # Thu May 09 10:54:28 2013 +0200
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
60 # Node ID 2220de0521ca2c0b664a8ea1e201ce1cb90fd7a2
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
61 # Parent 822b82191940ef309cd1e6502f94d50d811252a1
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
62 Mail: removed surplus ngx_close_connection() call.
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
63
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
64 It is already called for a peer connection a few lines above.
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
65
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
66 diff -r 822b82191940 -r 2220de0521ca src/mail/ngx_mail_auth_http_module.c
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
67 --- a/src/mail/ngx_mail_auth_http_module.c Wed May 15 15:04:49 2013 +0400
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
68 +++ b/src/mail/ngx_mail_auth_http_module.c Thu May 09 10:54:28 2013 +0200
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
69 @@ -699,7 +699,6 @@ ngx_mail_auth_http_process_headers(ngx_m
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
70
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
71 p = ngx_pnalloc(s->connection->pool, ctx->err.len);
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
72 if (p == NULL) {
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
73 - ngx_close_connection(ctx->peer.connection);
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
74 ngx_destroy_pool(ctx->pool);
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
75 ngx_mail_session_internal_server_error(s);
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
76 return;
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
77 </programlisting>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
78 </para>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
79
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
80 </section>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
81
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
82
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
83 <section id="before_submitting" name="Before Submitting">
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
84
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
85 <para>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
86 Several points are worth to consider before submitting changes:
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
87 <list type="bullet">
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
88
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
89 <listitem>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
90 The proposed changes should work properly on a wide range of
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
91 <link doc="../index.xml" id="tested_os_and_platforms">supported
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
92 platforms</link>.
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
93 </listitem>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
94
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
95 <listitem>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
96 Try to make it clear why the suggested change is needed, and provide a use
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
97 case, if possible.
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
98 </listitem>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
99
1351
47e98e05b8dc Added a couple of words about the nginx test suite.
Ruslan Ermilov <ru@nginx.com>
parents: 928
diff changeset
100 <listitem>
47e98e05b8dc Added a couple of words about the nginx test suite.
Ruslan Ermilov <ru@nginx.com>
parents: 928
diff changeset
101 Passing your changes through the test suite is a good way to ensure
47e98e05b8dc Added a couple of words about the nginx test suite.
Ruslan Ermilov <ru@nginx.com>
parents: 928
diff changeset
102 that they do not cause a regression.
3054
0083dce686ec Free nginx: repository links.
Maxim Dounin <mdounin@mdounin.ru>
parents: 2153
diff changeset
103 The <link url="http://freenginx.org/hg/nginx-tests">repository</link> with
1351
47e98e05b8dc Added a couple of words about the nginx test suite.
Ruslan Ermilov <ru@nginx.com>
parents: 928
diff changeset
104 tests can be cloned with the following command:
47e98e05b8dc Added a couple of words about the nginx test suite.
Ruslan Ermilov <ru@nginx.com>
parents: 928
diff changeset
105 <programlisting>
3054
0083dce686ec Free nginx: repository links.
Maxim Dounin <mdounin@mdounin.ru>
parents: 2153
diff changeset
106 hg clone http://freenginx.org/hg/nginx-tests
1351
47e98e05b8dc Added a couple of words about the nginx test suite.
Ruslan Ermilov <ru@nginx.com>
parents: 928
diff changeset
107 </programlisting>
47e98e05b8dc Added a couple of words about the nginx test suite.
Ruslan Ermilov <ru@nginx.com>
parents: 928
diff changeset
108 </listitem>
47e98e05b8dc Added a couple of words about the nginx test suite.
Ruslan Ermilov <ru@nginx.com>
parents: 928
diff changeset
109
912
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
110 </list>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
111 </para>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
112
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
113 </section>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
114
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
115
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
116 <section id="submitting_changes" name="Submitting Changes">
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
117
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
118 <para>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
119 The proposed changes should be sent to the
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
120 <link doc="../support.xml" id="nginx_devel">nginx development</link>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
121 mailing list.
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
122 The preferred and convenient method of submitting changesets
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
123 is with the
1775
a469e77d446f Fixed links to Mercurial SCM site.
Ruslan Ermilov <ru@nginx.com>
parents: 1351
diff changeset
124 <link url="https://www.mercurial-scm.org/wiki/PatchbombExtension">patchbomb</link>
912
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
125 extension.
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
126 </para>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
127
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
128 </section>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
129
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
130
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
131 <section id="license" name="License">
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
132
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
133 <para>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
134 Submitting changes implies granting project a permission to use it under
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
135 an appropriate <link url="../../LICENSE">license</link>.
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
136 </para>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
137
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
138 </section>
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
139
7bee6f82db95 Actually added new files for the "Contributing Changes" article.
Vladimir Homutov <vl@nginx.com>
parents:
diff changeset
140 </article>