view dtd/versions.dtd @ 752:d26a60eab2b5

Completely rewritten to provide actual information about new NGINX AMI and support details.
author Andrey Belov <defan@nginx.com>
date Fri, 02 Nov 2012 19:30:27 +0000
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"
>