view dtd/versions.dtd @ 844:621d5dfcb4f4

Controlling nginx: fixed fallout from my rewrite of text. Spotted by Piotr Dobrogost.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 19 Feb 2013 15:44:54 +0400
parents b2b10d564893
children 649420cb8021
line wrap: on
line source

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

<!ELEMENT  versions     (download+) >

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

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