view docs/dtd/module.dtd @ 4019:5364d2e711cc

SIGWINCH/NOACCEPT signal is disabled now in non-daemon mode. Non-daemon mode is currently used by supervisord, daemontools and so on or during debugging. The NOACCEPT signal is only used for online upgrade which is not supported when nginx is run under supervisord, etc., so this change should not break existant setups.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Aug 2011 12:34:48 +0000
parents fc808f006ff4
children ac19e755a132
line wrap: on
line source


<!ELEMENT module       (section+) >
<!ATTLIST module       title      CDATA #REQUIRED
                       link       CDATA #REQUIRED
                       lang       (en)  #REQUIRED
>

<!ELEMENT section      (directive+ | para+) >
<!ATTLIST section      title      CDATA #REQUIRED
                       name       CDATA #IMPLIED
>

<!ELEMENT directive    (syntax, default, context, para+) >
<!ATTLIST directive    name       CDATA #REQUIRED >

<!ELEMENT syntax       (#PCDATA | value)* >
<!ELEMENT default      (#PCDATA)* >
<!ELEMENT context      (#PCDATA)* >

<!ELEMENT para         (#PCDATA | value)* >
<!ELEMENT value        (#PCDATA)* >

<!ENTITY  nbsp         "&#xA0;" >
<!ENTITY  mdash        "&#xA0;- " >