view dtd/versions.dtd @ 3085:329fb2b5e16b

Added links to Mercurial repositories on download page. Non-linked repo URLs, as well as "read-only" in the description, are artifacts from the time when SVN was used to maintain sources. While here, also listed nginx-tests repository.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 May 2024 00:23:26 +0300
parents 68e8c8dc9489
children
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"
           name         (nginx | freenginx) "nginx"
>