view dtd/versions.dtd @ 933:f297382b1d63

GPG is an implementation only, so "PGP key" is a correct name.
author Sergey Budnevitch <sb@waeme.net>
date Tue, 18 Jun 2013 14:21:39 +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"
>