annotate xml/versions.xml @ 75:2bf4cd2787c5

Added DTDs to make xmllint happy. Note that these DTDs don't try to be actually correct: possible element contents require cleanup. This is enough to pass all documents through xmllint though.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 10 Oct 2011 14:47:09 +0000
parents c1899b2ac93e
children ad1f09b32e65
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: 61
diff changeset
1 <!DOCTYPE versions SYSTEM "../dtd/versions.dtd">
2bf4cd2787c5 Added DTDs to make xmllint happy.
Maxim Dounin <mdounin@mdounin.ru>
parents: 61
diff changeset
2
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3 <versions>
61
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
4 <development> 1.1.5 </development>
36
b5dd504893be nginx-1.0.8
Igor Sysoev <igor@sysoev.ru>
parents: 34
diff changeset
5 <stable> 1.0.8 </stable>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6 <legacy_stable> 0.8.55 </legacy_stable>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7 </versions>