comparison xml/en/docs/howto.xml @ 606:cb43695220b2

o Move introduction/ and howto/ are rather small so move those sections into docs/. o Rename "nginx: faq" article and its lang-specific variations to "FAQ".
author Maxim Konovalov <maxim@nginx.com>
date Tue, 24 Jul 2012 10:18:38 +0000
parents 764fbac1b8b4
children
comparison
equal deleted inserted replaced
605:bfdc7833085a 606:cb43695220b2
1 <!--
2 Copyright (C) Igor Sysoev
3 Copyright (C) Nginx, Inc.
4 -->
5
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7
8 <article name="nginx howto"
9 link="/en/docs/howto.html"
10 lang="en"
11 rev="1">
12
13
14 <section>
15
16 <para>
17 <list type="bullet">
18
19 <listitem>
20 <link doc="debugging_log.xml"/>
21 </listitem>
22
23 <listitem>
24 <link doc="http/converting_rewrite_rules.xml"/>
25 </listitem>
26
27 <listitem>
28 <link doc="howto_build_on_win32.xml"/>
29 </listitem>
30
31 <listitem>
32 <link doc="howto_setup_development_environment_on_ec2.xml"/>
33 </listitem>
34
35 </list>
36 </para>
37
38 </section>
39
40 </article>