comparison xml/cn/docs/index.xml @ 720:9934338f83af

Updated the Chinese documentation.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 11 Oct 2012 10:23:05 +0000
parents cb43695220b2
children ceb8a4e374b7
comparison
equal deleted inserted replaced
719:6a37df6078a1 720:9934338f83af
1 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 1 <!--
2 Copyright (C) Igor Sysoev
3 Copyright (C) Nginx, Inc.
4 -->
2 5
3 <article name="nginx文档" 6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7
8 <article name="Nginx文档"
4 link="/cn/docs/" 9 link="/cn/docs/"
5 lang="cn" 10 lang="cn"
11 rev="3"
6 toc="no"> 12 toc="no">
7 13
8 14
9 <section id="introduction" name="介绍"> 15 <section id="introduction" name="介绍">
10 16
26 <listitem> 32 <listitem>
27 <link doc="http/configuring_https_servers.xml"/> 33 <link doc="http/configuring_https_servers.xml"/>
28 </listitem> 34 </listitem>
29 35
30 <listitem> 36 <listitem>
37 <link doc="syntax.xml"/>
38 </listitem>
39
40 <listitem>
31 <link doc="debugging_log.xml"/> 41 <link doc="debugging_log.xml"/>
32 </listitem> 42 </listitem>
33 43
34 </list> 44 </list>
35 </para> 45 </para>
36 46
37 </section> 47 </section>
38 48
39 49
40 <section id="howto" name="howto"> 50 <section id="howto" name="How-To">
41 51
42 <para> 52 <para>
43 <list type="bullet"> 53 <list type="bullet">
44 54
45 <listitem> 55 <listitem>
49 </list> 59 </list>
50 </para> 60 </para>
51 61
52 </section> 62 </section>
53 63
64
65 <section name="模块参考目录">
66
67 <para>
68 <list type="bullet">
69
70 <listitem>
71 <link doc="http/ngx_http_access_module.xml">
72 ngx_http_access_module</link>
73 </listitem>
74
75 <listitem>
76 <link doc="http/ngx_http_addition_module.xml">
77 ngx_http_addition_module</link>
78 </listitem>
79
80 <listitem>
81 <link doc="http/ngx_http_auth_basic_module.xml">
82 ngx_http_auth_basic_module</link>
83 </listitem>
84
85 <listitem>
86 <link doc="http/ngx_http_autoindex_module.xml">
87 ngx_http_autoindex_module</link>
88 </listitem>
89
90 <listitem>
91 <link doc="http/ngx_http_browser_module.xml">
92 ngx_http_browser_module</link>
93 </listitem>
94
95 <listitem>
96 <link doc="http/ngx_http_gzip_static_module.xml">
97 ngx_http_gzip_static_module</link>
98 </listitem>
99
100 <listitem>
101 <link doc="http/ngx_http_index_module.xml">
102 ngx_http_index_module</link>
103 </listitem>
104
105 <listitem>
106 <link doc="http/ngx_http_limit_conn_module.xml">
107 ngx_http_limit_conn_module</link>
108 </listitem>
109
110 </list>
111 </para>
112
113 </section>
114
54 </article> 115 </article>