1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-01 23:21:45 +03:00

150 Commits

Author SHA1 Message Date
Yoshiki Hayashi
b51cd02aaa Sync with XHTML validity change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96198 13f79535-47bb-0310-9956-ffa450edef68
2002-07-26 08:12:04 +00:00
Rich Bowen
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
Yoshiki Hayashi
87405dd5e6 New Japanese translation.
Submitted by:	KUSANO Takayuki <AE5T-KSN@asahi-net.or.jp>
Reviewd by:	Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>, Yoshiki Hayashi


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96000 13f79535-47bb-0310-9956-ffa450edef68
2002-07-10 07:03:22 +00:00
Yoshiki Hayashi
063d987575 Grammer police.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95985 13f79535-47bb-0310-9956-ffa450edef68
2002-07-09 11:24:46 +00:00
William A. Rowe Jr
2ffc11fbaf Easy to identify wrowe docs :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95815 13f79535-47bb-0310-9956-ffa450edef68
2002-06-19 21:09:00 +00:00
William A. Rowe Jr
6421508638 This moved, so moved.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95813 13f79535-47bb-0310-9956-ffa450edef68
2002-06-19 20:36:39 +00:00
Yoshiki Hayashi
fc9e601987 Looks like a cut and paste error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95668 13f79535-47bb-0310-9956-ffa450edef68
2002-06-14 09:32:26 +00:00
Bill Stoddard
469412fd86 This might be helpful to folks readong code and reading this document to understand
how their filter should work.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94222 13f79535-47bb-0310-9956-ffa450edef68
2002-03-27 15:30:41 +00:00
Sander Striker
9404c8a801 Add the "How filters work" section. Cut 'n paste job from Ryans
email <022501c1c529$f63a9550$7f00000a@KOJ>, needs formatting.

Submitted by: Ryan Bloom


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93839 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 12:03:44 +00:00
Joshua Slive
045224ce9b htmltidy made a mess of the headers and footers. Put them back in shape.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92855 13f79535-47bb-0310-9956-ffa450edef68
2002-01-15 01:48:00 +00:00
Rich Bowen
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
William A. Rowe Jr
64670c57ff By popular demand, the beginnings of an explanation of how the request
phase runs in 2.0 (compared with 1.3.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91111 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 16:48:01 +00:00
William A. Rowe Jr
c2287bf96f Header abuse.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91110 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 16:39:22 +00:00
William A. Rowe Jr
1d82ba682f Someone isn't coding enough html lately (me)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91109 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 16:37:29 +00:00
William A. Rowe Jr
f7c23a7e8b Move API.html over to manual/developer, begin some cleanup.
Could a DoxyGen'er please update the guidlines in documenting.html?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91108 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 15:45:22 +00:00
Cliff Woolley
09e715dbfa More of s/ap_table_t/apr_table_t/g;
Also s/ap_status_t/apr_status_t/;


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89435 13f79535-47bb-0310-9956-ffa450edef68
2001-06-27 18:51:23 +00:00
Cliff Woolley
9bcbfdc46c It's apr_pool_t, not apr_pools_t. And tables are in APR's namespace, not
Apache's, so it's apr_table_t and not ap_table_t.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89434 13f79535-47bb-0310-9956-ffa450edef68
2001-06-27 18:44:20 +00:00
William A. Rowe Jr
3b24cc7824 Update docs to reflect API changes and typos.
Harrie Hazewinkel <harrie@covalent.net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89426 13f79535-47bb-0310-9956-ffa450edef68
2001-06-27 03:34:15 +00:00
Joshua Slive
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
Joshua Slive
bab020a57c - Remove some "platform specific notes" from the main page where the
platform doesn't currently work in Apache 2.0.

- Move the API doc link to the developer/index.html.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87135 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 22:51:01 +00:00
Joshua Slive
90e122aadc A little more prettying up of developer docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87119 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 02:30:36 +00:00
Joshua Slive
f5d7f8409a Put the developer index in the standard format.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87118 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 02:25:45 +00:00
Ryan Bloom
f775bd0f8c Add a small doc on how to document the APIs for use with ScanDoc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85933 13f79535-47bb-0310-9956-ffa450edef68
2000-07-29 14:30:29 +00:00
David Reid
b4dfc95a12 First pass at documentation for the debugging options in APR's
memory allocation.  Mainly just the comments from apr_pools.c.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85608 13f79535-47bb-0310-9956-ffa450edef68
2000-06-18 10:41:32 +00:00
Ryan Bloom
d2892da2e6 Update some docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85100 13f79535-47bb-0310-9956-ffa450edef68
2000-04-29 19:06:35 +00:00
Ryan Bloom
63f93a6504 Backout layered I/O changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84842 13f79535-47bb-0310-9956-ffa450edef68
2000-03-27 16:22:30 +00:00
Tony Finch
c75543bdce Fix typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84841 13f79535-47bb-0310-9956-ffa450edef68
2000-03-26 19:03:49 +00:00
Tony Finch
d3de5e451d Remove a broken link back to the user documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84840 13f79535-47bb-0310-9956-ffa450edef68
2000-03-26 18:58:14 +00:00
David Reid
5fbce1dc4d Fix a couple of typo's and add a link to the list of MPM's from the
changes document.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84839 13f79535-47bb-0310-9956-ffa450edef68
2000-03-26 09:39:36 +00:00
Ryan Bloom
0512ee1b6d Add docs for layered I/O
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84838 13f79535-47bb-0310-9956-ffa450edef68
2000-03-25 15:45:01 +00:00
David Reid
5973d1edff The remaining files for the new documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84468 13f79535-47bb-0310-9956-ffa450edef68
2000-01-15 20:13:50 +00:00
David Reid
0d503f4e4c Another file for the documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84467 13f79535-47bb-0310-9956-ffa450edef68
2000-01-15 18:35:04 +00:00
Roy T. Fielding
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
Ken Coar
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
Ken Coar
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
Ken Coar
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
Martin Kraemer
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
Martin Kraemer
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
Ken Coar
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
Ken Coar
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
Ken Coar
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
Ken Coar
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
Ken Coar
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
Marc Slemko
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
Marc Slemko
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
Ken Coar
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
Roy T. Fielding
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
brian
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
brian
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
brian
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