view dtd/news.dtd @ 70:272d99af0c15

The "server_name" directive: - has changed the default value from hostname to "", - accepts the special argument "$hostname".
author Ruslan Ermilov <ru@nginx.com>
date Sun, 09 Oct 2011 21:19:52 +0000
parents 61e04fc01027
children 2bf4cd2787c5
line wrap: on
line source

<!ELEMENT  digest       (title, news+) >

<!ELEMENT  news         (para+) >
<!ATTLIST  news         date CDATA #REQUIRED >

<!ENTITY % content      SYSTEM  "content.dtd" >
          %content;