view dtd/news.dtd @ 43:662995d3e647

Update of SSL ciphers in latest nginx versions.
author Igor Sysoev <igor@sysoev.ru>
date Sun, 02 Oct 2011 11:04:53 +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;