view dtd/article.dtd @ 736:9f2953d854fd

Fixed language switcher in dirindex.html files by making them depend on all available translations of dirindex.xml. The problem with dirindex.xml files was that they are auto-generated.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 18 Oct 2012 13:41:43 +0000
parents 05761a8e38f6
children
line wrap: on
line source

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

<!ELEMENT  article      (section+) >
<!ATTLIST  article
           name         CDATA #REQUIRED
           link         CDATA #REQUIRED
           lang         CDATA #REQUIRED
           rev          CDATA #IMPLIED
           author       CDATA #IMPLIED
           editor       CDATA #IMPLIED
           translator   CDATA #IMPLIED
           toc          (yes | no) "yes"
>

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