annotate dtd/versions.dtd @ 353:7b6155ac373b

Revised the Russian version of ngx_http_headers_module and translated it into English.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 25 Jan 2012 13:22:09 +0000
parents 2bf4cd2787c5
children be54c443235a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
75
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents:
diff changeset
1 <!ELEMENT versions (development | stable | legacy_stable)* >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents:
diff changeset
2
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents:
diff changeset
3 <!ELEMENT development (#PCDATA) >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents:
diff changeset
4 <!ELEMENT stable (#PCDATA) >
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents:
diff changeset
5 <!ELEMENT legacy_stable (#PCDATA) >