diff xsls/article.xsls @ 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 cd0d1f0130db
children 8af7fe0794b0
line wrap: on
line diff
--- a/xsls/article.xsls
+++ b/xsls/article.xsls
@@ -26,10 +26,13 @@ X:include href = "link.xslt";
 X:include href = "style.xslt";
 X:include href = "body.xslt";
 X:include href = "menu.xslt";
-X:include href = "donate.xslt";
+X:include href = "ga.xslt";
+X:include href = "content.xslt";
+X:include href = "books.xslt";
 X:include href = "directive.xslt";
-X:include href = "content.xslt";
-X:include href = "ga.xslt";
+X:include href = "donate.xslt";
+X:include href = "download.xslt";
+X:include href = "security.xslt";
 X:include href = "versions.xslt";