view dtd/versions.dtd @ 2687:7ff9d8bda757

Revised TOC in njs Reference. Capitalization rules for njs Reference TOC: - names of classes are capitalized - names of global objects are not capitalized
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 19 Mar 2021 18:24:34 +0000
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"
>