view dtd/versions.dtd @ 2140:acef9537383c

Fixed allowed "zone_sync" and "zone_sync_server" contexts.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 09 Apr 2018 14:29:06 +0300
parents 649420cb8021
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"
>