view dtd/i18n.dtd @ 2619:94107f33b7bb

Linux packages: actualized the list of supported distributions.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 29 Oct 2020 19:11:43 +0300
parents 649420cb8021
children
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

<!ELEMENT  i18n         (text+) >

<!ELEMENT  text         (item+) >
<!ATTLIST  text
           lang         CDATA #REQUIRED
>

<!ELEMENT  item         ANY>
<!ATTLIST  item
           id           CDATA #REQUIRED
>

<!ELEMENT  origin       (#PCDATA) >