view dtd/versions.dtd @ 2645:ce5e7e986710

Replaced broken links to FreeBSD ports and packages.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 27 Jan 2021 17:16:07 +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"
>