summaryrefslogtreecommitdiffhomepage
path: root/docs/xsls
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2011-09-15 08:24:33 +0000
committerRuslan Ermilov <ru@nginx.com>2011-09-15 08:24:33 +0000
commit2a46092c5ad4c647f0df4bc58795ed744e8252eb (patch)
tree0628577610456afe5495ea15d31b0544bbcbd285 /docs/xsls
parentc940f5fc99130720a00538637a2bedc4d7472ea1 (diff)
downloadnginx-2a46092c5ad4c647f0df4bc58795ed744e8252eb.tar.gz
nginx-2a46092c5ad4c647f0df4bc58795ed744e8252eb.tar.bz2
- The module name is now also output as an HTML header.
- Agreed that examples can only contain literal text. - Agreed to call modules "ngx_*_module". - Renamed XML element "http-error" to a more general "http-status". - Fixed text of error codes to match the actual code.
Diffstat (limited to 'docs/xsls')
-rw-r--r--docs/xsls/content.xsls2
-rw-r--r--docs/xsls/module.xsls1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/xsls/content.xsls b/docs/xsls/content.xsls
index ddeeb8ef8..ef83c5843 100644
--- a/docs/xsls/content.xsls
+++ b/docs/xsls/content.xsls
@@ -34,7 +34,7 @@ X:stylesheet {
X:template = "header" { <code> !!; </code> }
- X:template = "http-error" {
+ X:template = "http-status" {
!{@code} X:text{ (} !{@text} X:text{)}
}
diff --git a/docs/xsls/module.xsls b/docs/xsls/module.xsls
index 79173825c..4743700bd 100644
--- a/docs/xsls/module.xsls
+++ b/docs/xsls/module.xsls
@@ -24,6 +24,7 @@ X:template = "/module" {
</head>
<body>
+ <center><h3> !{@name} </h3></center>
!!;
</body>