1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

XML file and initial transformation for quickreference.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96887 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joshua Slive
2002-09-18 22:33:02 +00:00
parent 9cfb699086
commit 2a88e1b775
2 changed files with 1298 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,40 @@
<?xml version="1.0"?>
<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd"
[ <!ENTITY allmodules SYSTEM "allmodules.xml"> ]
>
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<quickreference>
<title>Directive Quick Reference</title>
<summary>
<p>The directive quick reference shows the usage, default, status, and context
of each Apache configuration directive. For more information about each of these,
see the <a href="directive-dict.html">Directive Dictionary</a>.
</p>
<p>The first column gives the directive name and usage. The second columns shows the
default value of the directive, if a default exists. If the default is too large to
display, the first characters will be followed by "+".</p>
<p>The third and fourth columns lists the status of the directive and the
contexts where the directive is allowed according
to the following tables:</p>
<table><tr><td>
<table><tr><td>C</td><td>Core</td></tr>
<tr><td>M</td><td>MPM</td></tr>
<tr><td>B</td><td>Base</td></tr>
<tr><td>E</td><td>Extension</td></tr>
<tr><td>X</td><td>Experimental</td></tr>
</table>
</td><td>
<table><tr><td>s</td><td>server config</td></tr>
<tr><td>v</td><td>virtual host</td></tr>
<tr><td>d</td><td>directory</td></tr>
<tr><td>h</td><td>.htaccess</td></tr>
</table>
</td></tr></table>
</summary>
&allmodules;
</quickreference>