comparison xml/en/docs/introduction.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="Introduction to nginx"
9 link="/en/docs/introduction.html"
10 lang="en"
11 rev="1">
12
13
14 <section>
15
16 <para>
17 <list type="bullet">
18
19 <listitem>
20 <link doc="http/request_processing.xml"/>
21 </listitem>
22
23 <listitem>
24 <link doc="http/server_names.xml"/>
25 </listitem>
26
27 <listitem>
28 <link doc="http/configuring_https_servers.xml"/>
29 </listitem>
30
31 </list>
32 </para>
33
34 </section>
35
36 </article>