diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2011-09-15 08:24:33 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2011-09-15 08:24:33 +0000 |
| commit | 2a46092c5ad4c647f0df4bc58795ed744e8252eb (patch) | |
| tree | 0628577610456afe5495ea15d31b0544bbcbd285 /docs/dtd | |
| parent | c940f5fc99130720a00538637a2bedc4d7472ea1 (diff) | |
| download | nginx-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/dtd')
| -rw-r--r-- | docs/dtd/module.dtd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dtd/module.dtd b/docs/dtd/module.dtd index 40a807e1b..0e448fa75 100644 --- a/docs/dtd/module.dtd +++ b/docs/dtd/module.dtd @@ -24,7 +24,7 @@ <!ELEMENT context (#PCDATA)* > <!ELEMENT para (#PCDATA | argument | c-def | c-func | code | command | - dq | emphasis | example | header | http-error | link | + dq | emphasis | example | header | http-status | link | list | note | parameter | pathname | value | var)* > <!ELEMENT argument (#PCDATA)* > @@ -41,12 +41,12 @@ <!ELEMENT emphasis (#PCDATA)* > -<!ELEMENT example ANY > +<!ELEMENT example (#PCDATA)* > <!ELEMENT header (#PCDATA | argument)* > -<!ELEMENT http-error EMPTY > -<!ATTLIST http-error +<!ELEMENT http-status EMPTY > +<!ATTLIST http-status code CDATA #REQUIRED text CDATA #IMPLIED > |
