1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00
Files
apache/docs/manual/mod/directives.xml
Joshua Slive 2a9502d927 First crack at the automatic directive index. Now the only thing that
needs to be done if a new module is added is to stick it in allmodules.xml.
The directives will then get included in the index.

The technique in the xsl stylesheet can surely be improved, and we can
also now do fancy stuff like having a "quick reference" which includes
syntax/etc.  But this is a good start.

I haven't committed the html output of this yet, because there are still
a few modules yet to be converted to xml.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93822 13f79535-47bb-0310-9956-ffa450edef68
2002-03-09 22:42:54 +00:00

17 lines
546 B
XML

<?xml version="1.0"?>
<!DOCTYPE directiveindex [
<!ENTITY allmodules SYSTEM "allmodules.xml">
]>
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<directiveindex>
<title>Directive Index</title>
<summary>
<p>Each Apache directive available in the standard Apache
distribution is listed here. They are described using a
consistent format, and there is <a href="directive-dict.html"
rel="Glossary">a dictionary</a> of the terms used in their
descriptions available.</p>
</summary>
&allmodules;
</directiveindex>