view xml/en/links.xml @ 721:81ad082bc837

Simplified things by including books.xslt, download.xslt and security.xslt into article.xslt, and always using article.xslt to generate HTMLs. While here, moved versions.xml from common dependencies to article dependencies. Fixed menu in 404.html by applying templates from menu.xslt, and fixed its dependency on DTD.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 12 Oct 2012 09:10:31 +0000
parents 764fbac1b8b4
children d817d94a7b9a
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

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

<article name="nginx: links"
         link="/en/links.html"
         lang="en"
         rev="1">

<section name="nginx internals">

<para>
<list type="bullet">

<listitem>
<link url="http://www.aosabook.org/en/nginx.html">The Architecture of Open
Source Applications: nginx</link>
</listitem>

<listitem>
<link url="http://www.evanmiller.org/nginx-modules-guide.html">Emiller&rsquo;s
Guide To Nginx Module Development</link>
</listitem>

<listitem>
<link url="http://www.evanmiller.org/nginx-modules-guide-advanced.html">Emiller&rsquo;s
Advanced Topics In Nginx Module Development</link>
</listitem>

</list>
</para>

</section>


<section name="miscellanea">

<para>
<list type="bullet">

<listitem>
<link url="http://planet.nginx.org">Planet nginx</link>
</listitem>

<listitem>
<link url="http://php-fpm.org">php-fpm: PHP FastCGI Process Manager</link>
</listitem>

</list>
</para>

</section>

</article>