view dtd/i18n.dtd @ 782:2ceaef0e84a1

Added a phrase about wildcard certificates into the English version of configuring_https_servers.xml that first appeared in Russian translation. While here, paraphrased one nearby sentence.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Dec 2012 13:36:37 +0000
parents be54c443235a
children 649420cb8021
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         (#PCDATA) >
<!ATTLIST  item
           id           CDATA #REQUIRED
>