view dtd/i18n.dtd @ 886:ca9a259cb5c8

The SPDY module does not support "limit_rate", not "limit_req".
author Valentin Bartenev <vbart@nginx.com>
date Tue, 09 Apr 2013 23:51:47 +0400
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
>