comparison dtd/article.dtd @ 0:61e04fc01027

Initial import of the nginx.org website.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 11 Aug 2011 12:19:13 +0000
parents
children 2bf4cd2787c5
comparison
equal deleted inserted replaced
-1:000000000000 0:61e04fc01027
1 <!ELEMENT digest (title, article+) >
2
3 <!ELEMENT article (para+) >
4 <!ATTLIST article date CDATA #REQUIRED >
5
6 <!ENTITY % content SYSTEM "content.dtd" >
7 %content;