view dtd/news.dtd @ 993:a59aba3d4b67

Proxy: documented the "proxy_ssl_ciphers" directive. While here, corrected the description for "proxy_ssl_protocols".
author Andrei Belov <defan@nginx.com>
date Wed, 02 Oct 2013 13:50:07 +0400
parents be54c443235a
children
line wrap: on
line source

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

<!ELEMENT  news         (event+) >
<!ATTLIST  news
           name         CDATA #REQUIRED
           link         CDATA #REQUIRED
           lang         CDATA #REQUIRED
>

<!ELEMENT  event        (para+) >
<!ATTLIST  event
           date         CDATA #REQUIRED
>

<!ENTITY % content      SYSTEM  "content.dtd" >
          %content;