patrikj
d09a7af9aa
Edited so that it can be validated.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93856 13f79535-47bb-0310-9956-ffa450edef68
2002-03-12 15:22:45 +00:00
patrikj
4ab50b14c4
Modified so that it validates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93840 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 12:39:50 +00:00
patrikj
9e6e378262
Cleaned up so that it validates
...
<b> to <strong>
<i> to <em>
and so on...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93838 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 12:01:25 +00:00
patrikj
aaf7f315e4
Changed DOCTYPE, so that it can be validated.
...
Added <p>:s to get it to validate
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93837 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 11:36:04 +00:00
patrikj
d2edea1154
Fixed XML header, so that the document can be validated.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93835 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 11:13:36 +00:00
patrikj
c504e20273
Changed the DOCTYPE and DTD, so that it can be validated.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93834 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 11:09:47 +00:00
Joshua Slive
951104c79b
Somehow I missed mod_expires in the xmlization. Here it is.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93831 13f79535-47bb-0310-9956-ffa450edef68
2002-03-10 19:37:12 +00:00
Joshua Slive
646f6b22c6
Transformations updates.
...
Bring the automatic indexes online.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93830 13f79535-47bb-0310-9956-ffa450edef68
2002-03-10 05:10:46 +00:00
Joshua Slive
9f76888a0b
Convert the last module (mpm_netware) and add the skeleton xml for
...
the automatic module index.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93829 13f79535-47bb-0310-9956-ffa450edef68
2002-03-10 05:06:42 +00:00
Joshua Slive
321245634d
Updates to some transformations and the allmodules file.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93826 13f79535-47bb-0310-9956-ffa450edef68
2002-03-10 04:35:19 +00:00
Joshua Slive
cf13d8185e
Another few xml files. Only one or two left to go.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93825 13f79535-47bb-0310-9956-ffa450edef68
2002-03-10 04:34:21 +00:00
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
Joshua Slive
964a10a90e
XML for mod_proxy.
...
Note: This one was and still is is pretty rough shape, both in terms of
1. Stinky markup (why use a <p> when a couple <br>s will do?)
2. Out of date and insufficient content.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93820 13f79535-47bb-0310-9956-ffa450edef68
2002-03-09 22:23:29 +00:00
Joshua Slive
2c8b203d04
Update transformations.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93815 13f79535-47bb-0310-9956-ffa450edef68
2002-03-09 18:31:23 +00:00
Joshua Slive
adad84a7ce
New xml versions.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93814 13f79535-47bb-0310-9956-ffa450edef68
2002-03-09 18:31:00 +00:00
Joshua Slive
c9b4962ad9
Make the xml match the DTD.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93797 13f79535-47bb-0310-9956-ffa450edef68
2002-03-08 18:00:37 +00:00
Joshua Slive
2882dfd168
Update the html tranformations.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93793 13f79535-47bb-0310-9956-ffa450edef68
2002-03-08 17:19:23 +00:00
Joshua Slive
02c9e91824
Add some more xml versions.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93792 13f79535-47bb-0310-9956-ffa450edef68
2002-03-08 17:19:00 +00:00
Ian Holsman
0536b99534
new directive SSIUndefinedEcho.
...
this allows webadmins to change the default '(none)' to something
a bit more presentable (eg <!-- undef -->)
PR:
Obtained from: Rex (the hack he had to fix this was so ugly I was forced to do this)
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93788 13f79535-47bb-0310-9956-ffa450edef68
2002-03-08 04:14:26 +00:00
Rich Bowen
eb4b9b5216
Conversion to XML
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93746 13f79535-47bb-0310-9956-ffa450edef68
2002-03-07 03:46:33 +00:00
Rich Bowen
11748ba28e
XML conversion
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93744 13f79535-47bb-0310-9956-ffa450edef68
2002-03-07 01:19:40 +00:00
Joshua Slive
ead4179482
Bring some more files into line with the new DTD.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93742 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 22:16:49 +00:00
Joshua Slive
fcb88838f4
Bring some docs into line with the DTD.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93741 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 20:58:48 +00:00
Joshua Slive
c3dcbcbfd9
Bring the html transformations up-to-date.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93731 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 17:08:19 +00:00
Joshua Slive
31027b9c7f
A few small changes to bring some docs in line with the DTD.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93729 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 16:24:47 +00:00
Joshua Slive
cf3849152c
mod_env xml conversion.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93723 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 01:51:37 +00:00
Joshua Slive
32ba32e077
Add mpm_winnt conversion and fix a typo in mpm_common.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93722 13f79535-47bb-0310-9956-ffa450edef68
2002-03-05 23:15:43 +00:00
Joshua Slive
a3e3a4e58d
mod_dir xml conversion.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93706 13f79535-47bb-0310-9956-ffa450edef68
2002-03-04 21:24:05 +00:00
Joshua Slive
4eb4201b15
Convert mod_deflate.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93703 13f79535-47bb-0310-9956-ffa450edef68
2002-03-04 21:10:36 +00:00
Joshua Slive
31553d48eb
Add mod_dav.xml and cleanup a couple missing things in mod_charset_lite.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93702 13f79535-47bb-0310-9956-ffa450edef68
2002-03-04 20:57:06 +00:00
Joshua Slive
0c2111099d
mod_charset_lite xml format.
...
I'm termporarily holding off committing the html transformations while
we work out a few stylesheet problems.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93701 13f79535-47bb-0310-9956-ffa450edef68
2002-03-04 20:39:49 +00:00
Rich Bowen
8613290377
Conversion to xml
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93691 13f79535-47bb-0310-9956-ffa450edef68
2002-03-04 02:55:47 +00:00
Rich Bowen
718a8efd65
Conversion to xml
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93690 13f79535-47bb-0310-9956-ffa450edef68
2002-03-04 02:45:22 +00:00
Rich Bowen
90ae2bd2be
Conversion to xml
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93689 13f79535-47bb-0310-9956-ffa450edef68
2002-03-04 02:38:42 +00:00
Rich Bowen
f6366ab8a6
Changed all the examples into <examples>. Changed a few notes to
...
<notes>. Other minor cleanup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93673 13f79535-47bb-0310-9956-ffa450edef68
2002-03-02 16:40:41 +00:00
Rich Bowen
bfafb04400
Add section id, make a note into a <note>
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93672 13f79535-47bb-0310-9956-ffa450edef68
2002-03-02 16:39:01 +00:00
Rich Bowen
1b19c48d41
Initial conversion. Need to clean this up a little.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93671 13f79535-47bb-0310-9956-ffa450edef68
2002-03-02 16:15:29 +00:00
Rich Bowen
e192340617
Conversion to XML
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93669 13f79535-47bb-0310-9956-ffa450edef68
2002-03-02 03:32:22 +00:00
Rich Bowen
4c3e7d183e
Added example of denying, or allowing, particular users to have UserDir
...
directories.
In a discussion on IRC, it was requested that an explicit example of
this configuration be provided in the documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93668 13f79535-47bb-0310-9956-ffa450edef68
2002-03-02 02:37:17 +00:00
Joshua Slive
acd8a79f9f
XML conversions of mod_cgi and mod_cgid.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93664 13f79535-47bb-0310-9956-ffa450edef68
2002-03-01 22:16:23 +00:00
Joshua Slive
19859acc78
mod_cern_meta xml conversion.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93662 13f79535-47bb-0310-9956-ffa450edef68
2002-03-01 19:46:20 +00:00
Joshua Slive
d6fd2d4994
Conversion of mod_autoindex to xml.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93661 13f79535-47bb-0310-9956-ffa450edef68
2002-03-01 18:38:04 +00:00
Joshua Slive
286d92812d
New xml mod_auth_digest docs.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93649 13f79535-47bb-0310-9956-ffa450edef68
2002-02-28 19:20:22 +00:00
Joshua Slive
5a67981746
Fix a typo on a directive name.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93642 13f79535-47bb-0310-9956-ffa450edef68
2002-02-28 17:05:00 +00:00
Joshua Slive
5cd209cc39
Commit the transformations from the xml docs.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93580 13f79535-47bb-0310-9956-ffa450edef68
2002-02-26 19:02:35 +00:00
Joshua Slive
5fe0caf22a
Start converting the mpm documentation.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93579 13f79535-47bb-0310-9956-ffa450edef68
2002-02-26 19:00:40 +00:00
Ian Holsman
776ad52436
add a comment about the gzip-only-text/html note
...
and how most browsers can't handle compressing everything
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93514 13f79535-47bb-0310-9956-ffa450edef68
2002-02-20 16:50:40 +00:00
Joshua Slive
d21408aeb6
Another xml comversion.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93513 13f79535-47bb-0310-9956-ffa450edef68
2002-02-20 16:17:40 +00:00
Joshua Slive
df0b1dee0b
Add xml-ized mod_auth_anon. I had to change directives.html because this module
...
used a non-standard format for anchors that won't work now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93512 13f79535-47bb-0310-9956-ffa450edef68
2002-02-20 15:58:40 +00:00
Jeff Trawick
b43e2c41e3
refer to background information on filters and mod_deflate where
...
appropriate
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93511 13f79535-47bb-0310-9956-ffa450edef68
2002-02-20 15:28:37 +00:00