view dtd/versions.dtd @ 1010:649420cb8021

Fixed DTDs. The "i18n/text/item" element may contain arbitrary elements, allowed in the DTD of a document that includes i18n.xml. Completed renaming of "development" to "mainline".
author Vladimir Homutov <vl@nginx.com>
date Mon, 11 Nov 2013 11:56:10 +0400
parents b2b10d564893
children 68e8c8dc9489
line wrap: on
line source

<!--
  Copyright (C) Nginx, Inc.
  -->

<!ELEMENT  versions     (download+) >

<!ELEMENT  download     (item+) >
<!ATTLIST  download
           tag          (mainline | stable | legacy) #REQUIRED
           changes      CDATA #REQUIRED
>

<!ELEMENT  item         EMPTY >
<!ATTLIST  item
           ver          CDATA #REQUIRED
           pgp          (yes | no) "yes"
           win          (yes | no) "yes"
>