view dtd/versions.dtd @ 878:3a374868c798

Memcached: corrected description of "memcached_gzip_flag". Reported by Weibin Yao.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 01 Apr 2013 12:27:47 +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"
>