1
0
mirror of https://github.com/apache/httpd.git synced 2025-05-30 01:07:09 +03:00

34 Commits

Author SHA1 Message Date
Jeon Jeongho
b92da3b026 new Korean translations and up-to-date patches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105581 13f79535-47bb-0310-9956-ffa450edef68
2004-10-25 05:22:39 +00:00
André Malo
47ceb237e0 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104420 13f79535-47bb-0310-9956-ffa450edef68
2004-07-29 18:23:10 +00:00
Yoshiki Hayashi
5b92d3a6b7 Regenerate metafiles.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101932 13f79535-47bb-0310-9956-ffa450edef68
2003-11-29 19:08:14 +00:00
André Malo
8d00650919 build typemaps
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100196 13f79535-47bb-0310-9956-ffa450edef68
2003-06-07 23:37:23 +00:00
Joshua Slive
8ec75c12fa Thanks to Yoshiki, we seem to have an (at least temporary) solution to our
doc transformation problem.

As the first step, I'm removing all the .html files.  They will be replaced
by language-specific files.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95238 13f79535-47bb-0310-9956-ffa450edef68
2002-05-23 14:21:19 +00:00
Justin Erenkrantz
249c866d0b Transformations done with Xalan-J.
(No one could reproduce the transformations that were in CVS, so regenerate
the entire shabang.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95132 13f79535-47bb-0310-9956-ffa450edef68
2002-05-16 06:53:47 +00:00
Joshua Slive
30f9e4abae Massive transform commit. Nothing to see here. Please move along.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95018 13f79535-47bb-0310-9956-ffa450edef68
2002-05-09 16:14:27 +00:00
Joshua Slive
a9fbf24e63 Update the transformations.
Sorry for the huge diff.  It seems that switching from Xalan-j to xalan-c
causes the attributes to get reordered.

Suggestions for improvements to the build system would be greatly
appreciated.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94399 13f79535-47bb-0310-9956-ffa450edef68
2002-04-02 20:40:48 +00:00
Joshua Slive
e4c1aafd0e Update the transformations again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94012 13f79535-47bb-0310-9956-ffa450edef68
2002-03-19 01:40:13 +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
e9571aaf53 Fix a missing tag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91834 13f79535-47bb-0310-9956-ffa450edef68
2001-11-10 18:29:56 +00:00
Joshua Slive
12770b8d77 Change note->environment variable and convert <pre> list to <table>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91833 13f79535-47bb-0310-9956-ffa450edef68
2001-11-10 18:29:22 +00:00
Ian Holsman
3a64998113 add a new option '%{note-name}e' to headers.
This will output the value of the note (subprocess_env) into a header field


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91789 13f79535-47bb-0310-9956-ffa450edef68
2001-11-07 19:25:33 +00:00
Rich Bowen
f88b50dec4 w3c tidy to convert to xhtml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91116 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 19:39:26 +00:00
Rich Bowen
29711056b0 Spell checking.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90946 13f79535-47bb-0310-9956-ffa450edef68
2001-09-07 02:38:21 +00:00
Joshua Slive
2feece5618 Bring these docs into line with "The Standard" and clean them up a
little.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89387 13f79535-47bb-0310-9956-ffa450edef68
2001-06-19 03:48:49 +00:00
Bill Stoddard
80ed810f66 Extend mod_headers to support conditional driven Header
add, append and set. Use SetEnvIf to set an envar and conditionally
add/append/set headers based on this envar thusly:

     SetEnvIf TSMyHeader value HAVE_TSMyHeader
     Header add MyHeader "%t %D" env=HAVE_TSMyHeader

If the request contains header "TSMyHeader: value" then header
MyHeader: "t=xxxxxxxxxx D=yyyy" will be sent on the response.

Update mod_headers.html.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89271 13f79535-47bb-0310-9956-ffa450edef68
2001-06-05 21:44:48 +00:00
Bill Stoddard
f99513610b Update doc with info on Header echo directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89251 13f79535-47bb-0310-9956-ffa450edef68
2001-06-01 04:39:08 +00:00
Martin Kraemer
d7876cd5d6 Fix broken #target
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89244 13f79535-47bb-0310-9956-ffa450edef68
2001-05-30 08:35:33 +00:00
Graham Leggett
97b97c1c69 Fixed a typo about the RequestHeader directive and compatibility.
PR:
Obtained from:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89182 13f79535-47bb-0310-9956-ffa450edef68
2001-05-20 15:57:20 +00:00
Graham Leggett
5ebd4c2b68 Updated mod_headers documentation to coincide with addition of RequestHeader
directive.
PR:
Obtained from:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89181 13f79535-47bb-0310-9956-ffa450edef68
2001-05-20 15:54:21 +00:00
Joshua Slive
e3489b6948 Normalize syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87273 13f79535-47bb-0310-9956-ffa450edef68
2000-12-09 19:50:04 +00:00
Joshua Slive
4381880352 Style update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86342 13f79535-47bb-0310-9956-ffa450edef68
2000-09-27 03:08:24 +00:00
Joshua Slive
0c4da4d383 PR: 6419
Submitted by:	chris@chrullrich.de
Reviewed by:	Joshua Slive
Missing Override.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86190 13f79535-47bb-0310-9956-ffa450edef68
2000-09-09 18:31:42 +00:00
Ken Coar
338e2040bd 'Header Unset' really unsets all values for the field, not
just the first.

Submitted by:	Robin Langford <rlangfor@US.IBM.Com>
Reviewed by:	Ken Coar


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83364 13f79535-47bb-0310-9956-ffa450edef68
1999-06-22 21:17:35 +00:00
Ken Coar
38d73313a9 Some of my semi-regular HTML cleanup (tag ordering, B/I
replacement) and long-line (>80) shortening.  No thirty..


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81320 13f79535-47bb-0310-9956-ffa450edef68
1998-05-20 14:13:00 +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
8d03a2f944 As threatened. The directive attributes in the module documentation
are now links back to a description of what the attributes mean.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80041 13f79535-47bb-0310-9956-ffa450edef68
1998-01-28 19:11:58 +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
Ralf S. Engelschall
b024a0d038 Make headerlines consistent between modules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78858 13f79535-47bb-0310-9956-ffa450edef68
1997-08-01 12:05:05 +00:00
Ken Coar
8a147876e2 Online docs appearance rework, pass 1 phase 3: module descriptions.
This is the end of this pass for the online manual.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78228 13f79535-47bb-0310-9956-ffa450edef68
1997-06-04 16:14:24 +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
Randy Terbush
5c09d4b24b Spelling corrections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77156 13f79535-47bb-0310-9956-ffa450edef68
1996-12-02 18:14:12 +00:00
pcs
7045561189 Add documentation for the new headers module (mod_headers)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77039 13f79535-47bb-0310-9956-ffa450edef68
1996-11-25 11:54:11 +00:00