view xml/en/docs/index.xml @ 121:49443032011c

Unified <section> syntax for "article" and "module" documents.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 20:27:51 +0000
parents f451dc5c5c82
children 7db449e89e92
line wrap: on
line source

<!DOCTYPE article SYSTEM "../../../dtd/article.dtd">

<article title="nginx documentation"
         link="/en/docs/"
         lang="en">


<section>

<para>
<list>

<item>
<a href="/en/docs/introduction.xml"/>
</item>

<item>
<a href="/en/docs/howto.xml"/>
</item>

<item>
<a href="/en/docs/faq.xml"/>
</item>

</list>
</para>

<para>
<list>

<item>
<a href="/en/docs/windows.xml"/>
</item>

</list>
</para>

</section>

<section name="Modules reference">

<para>
<list>

<item>
<a href="/en/docs/ngx_core_module.xml" />
</item>

</list>
</para>

<para>
<list>

<item>
<a href="/en/docs/http/ngx_http_core_module.xml">
ngx_http_core_module</a>
</item>

<item>
<a href="/en/docs/http/ngx_http_mp4_module.xml">
ngx_http_mp4_module</a>
</item>

</list>
</para>

</section>

</article>