1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-15 04:01:43 +03:00
Commit Graph

22 Commits

Author SHA1 Message Date
9057c74422 Expand out all the SSI for the last time. This will allow us to
turn off SSI on httpd.apache.org, except for the /docs/ directory.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99534 13f79535-47bb-0310-9956-ffa450edef68
2003-04-23 15:00:53 +00:00
d78c998c6a Patch submitted by David Shane Holden to make docs valid xhtml.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96194 13f79535-47bb-0310-9956-ffa450edef68
2002-07-25 21:46:42 +00:00
36ec29d531 Ran tidy to convert to xhtml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91113 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 19:12:40 +00:00
3404634c64 Place a note in some of the files that contain obsolete information.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87505 13f79535-47bb-0310-9956-ffa450edef68
2000-12-21 22:36:03 +00:00
39238ea913 Added ap_sub_req_method_uri() for doing a subrequest with a method
other than GET, and const'd the definition of method in request_rec.

Submitted by:	Greg Stein <gstein@lyra.org>
Reviewed by:	Roy Fielding, Dean Gaudet, Doug MacEachern


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82870 13f79535-47bb-0310-9956-ffa450edef68
1999-03-07 15:05:32 +00:00
681f8e5fec More documentation consistency cleanup for 1.3.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82066 13f79535-47bb-0310-9956-ffa450edef68
1998-09-17 14:15:02 +00:00
1b19735a79 Part 2 of the semi-regular HTML normalisation. Now on to
apache-site...  No thirty.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81322 13f79535-47bb-0310-9956-ffa450edef68
1998-05-20 14:22:48 +00:00
3c3ad42d01 Add Dean's description of what pools there are to the soi-disant
documentation.

Submitted by:	Dean Gaudet


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80993 13f79535-47bb-0310-9956-ffa450edef68
1998-04-21 12:31:50 +00:00
dd10c03f03 Oops: csubst missed a couple of old names.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80920 13f79535-47bb-0310-9956-ffa450edef68
1998-04-15 08:50:37 +00:00
0061f0e238 Document renamed functions instead of old names
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80918 13f79535-47bb-0310-9956-ffa450edef68
1998-04-15 08:31:24 +00:00
80c32a1d5f Another pass at the normalisation of the HTML tags. Some
corrections coming up.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80130 13f79535-47bb-0310-9956-ffa450edef68
1998-02-05 20:05:18 +00:00
07050bb5be A truly mighty mod normalising HTML tags to uppercase, and
'i' and 'b' to 'EM' and 'STRONG' respectively.  Been threatening
	to do this for months.. no-one need try to maintain this when
	writing/modifiying the docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80021 13f79535-47bb-0310-9956-ffa450edef68
1998-01-26 16:54:35 +00:00
87226ebeb8 More HTML cleanups, retrofit of intentional <XA> tag to a no-op
<A NAME> (thanks, Marc).  Lots of trailing blanks removed throughout.
	Small addition to the new_features_1_3 page.  Plenty of
	cleanup still to come..


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78545 13f79535-47bb-0310-9956-ffa450edef68
1997-07-06 17:19:19 +00:00
af3a6b9524 Numerous HTML cleanups, largely courtesy of weblint (thanx,
Marc!).  Also brought core.html into some H2 naming consistency,
	and cleaned up man-template.html.  Much, much more to come..


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78542 13f79535-47bb-0310-9956-ffa450edef68
1997-07-06 14:54:49 +00:00
97829d3fee Online docs appearance rework: pass 1, phase 2 - the
htdocs/manual/misc directory.  Colour scheme set up and
	page-top stuff centred.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78225 13f79535-47bb-0310-9956-ffa450edef68
1997-06-04 11:42:58 +00:00
90b33005b0 Still more cleanups. Thanks to linklint for this round.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78083 13f79535-47bb-0310-9956-ffa450edef68
1997-05-01 05:59:56 +00:00
12e17e74b5 Big spelling and HTML cleanup of docs. Thanks go to weblint and ispell
and their authors.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78081 13f79535-47bb-0310-9956-ffa450edef68
1997-05-01 05:27:03 +00:00
26ebab9658 Added information about how to set the Content-type for
module-generated content.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77831 13f79535-47bb-0310-9956-ffa450edef68
1997-04-09 14:38:34 +00:00
1413f483af Added table entry placeholder for new header_parser callback
in all of the distributed modules.

Submitted by: Ken Coar, closes PR #191
Reviewed by: Roy Fielding, Chuck Murcko, Dean Gaudet, Marc Slemko, Jim Jagielski


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77707 13f79535-47bb-0310-9956-ffa450edef68
1997-03-07 14:15:59 +00:00
1854018955 Reviewed by: Brian Behlendorf
Submitted by:	Martin Kraemer

More link surgery - I think this should be it.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77274 13f79535-47bb-0310-9956-ffa450edef68
1996-12-12 01:09:58 +00:00
7bea48f444 Added SSI headers and footers to all documents. HTML-ized the vif-info doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77014 13f79535-47bb-0310-9956-ffa450edef68
1996-11-21 09:55:51 +00:00
65692a13c0 Realized "misc" was better than "info" to describe this subdir. Yeah, I know,
I apologize.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77008 13f79535-47bb-0310-9956-ffa450edef68
1996-11-21 09:17:50 +00:00