1
0
mirror of https://github.com/apache/httpd.git synced 2025-04-26 12:28:56 +03:00

47 Commits

Author SHA1 Message Date
Joe Orton
7f6aec2cf7 Follow up to r1880368 and r1880980:
Complete move to .en.utf8 suffixes in two steps:

1. From fresh checkout, renamed all existing files:
 
$ for f in *.html.en */*.html.en; do svn mv $f $f.utf8; done

2. Ran "./build.sh all" which also regenerates the typemaps.

[skip ci]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880982 13f79535-47bb-0310-9956-ffa450edef68
2020-08-19 07:31:23 +00:00
Christophe Jaillet
e04a53399a Update "en" generated doc files to UTF-8
There seems to be an issue with mod_socache_redis.*
The files were marked as deleted in my tree, and are not seen as modified after running ./build.sh

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878790 13f79535-47bb-0310-9956-ffa450edef68
2020-06-13 07:18:35 +00:00
André Malo
165ee80c6a ran build bootstrap and rebuild transformation. sorry for the noise.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1843205 13f79535-47bb-0310-9956-ffa450edef68
2018-10-08 21:09:09 +00:00
Lucien Gentis
a92100ebe1 French html doc files : UTF-8 encoding in order to get rid of HTML entities.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842386 13f79535-47bb-0310-9956-ffa450edef68
2018-09-30 15:02:28 +00:00
Lucien Gentis
e2384b3ebd Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728858 13f79535-47bb-0310-9956-ffa450edef68
2016-02-06 17:46:30 +00:00
Lucien Gentis
985fcfccee Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727738 13f79535-47bb-0310-9956-ffa450edef68
2016-01-30 17:36:32 +00:00
Vincent Deffontaines
48fc161687 [trunl][doc] Introducing .fr translation for mod/mod_cgi.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554172 13f79535-47bb-0310-9956-ffa450edef68
2013-12-30 09:52:26 +00:00
Rainer Jung
402dbbad20 Update transformations.
Sorry for the noise, blame it to the
simplified chinese cleanup.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199540 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 23:46:40 +00:00
Rainer Jung
a90ae4579d Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199509 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 22:53:44 +00:00
Takashi Sato
12137c2258 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@653706 13f79535-47bb-0310-9956-ffa450edef68
2008-05-06 08:31:14 +00:00
André Malo
dc4dd2ce5b move Japanese output files to utf-8
1) build boostrap
2) svn mv *.html.ja.euc-jp *.html.ja.utf8
3) build all


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@643944 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 15:48:46 +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
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
1323bf7d56 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94904 13f79535-47bb-0310-9956-ffa450edef68
2002-05-02 14:37:13 +00:00
Yoshiki Hayashi
ef41276555 s/.html.html/.html/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94763 13f79535-47bb-0310-9956-ffa450edef68
2002-04-23 10:01:38 +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
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
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
William A. Rowe Jr
a33f617e1a A little loopy commit. Refer mod_cgid users to the mod_cgi docs for
extra info, document the AcceptPathInfo impact in the PATH_INFO comments
  of mod_cgi, and document it's configuration in core.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92455 13f79535-47bb-0310-9956-ffa450edef68
2001-12-13 18:19:21 +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
62884a215d Update some CGI docs:
- add docs for mod_cgid
- link up the CGI tutorial brought forward from 1.3


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89035 13f79535-47bb-0310-9956-ffa450edef68
2001-05-06 05:08:01 +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
f57744efd3 Last of the module style changes (I hope).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86351 13f79535-47bb-0310-9956-ffa450edef68
2000-09-28 22:43:31 +00:00
Joshua Slive
563acd5a37 Style fixes. I've stopped removing 1.3 references.
This will need to be done later.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86337 13f79535-47bb-0310-9956-ffa450edef68
2000-09-26 19:21:09 +00:00
pcs
38955a3c99 Don't assume that filename extension is at the end of the filename
PR: 3151


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82407 13f79535-47bb-0310-9956-ffa450edef68
1998-11-20 16:34:17 +00:00
Ken Coar
dd3eb53f54 Fix 'resource config' to be 'server config.'
PR:		2997


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82039 13f79535-47bb-0310-9956-ffa450edef68
1998-09-13 10:03:57 +00:00
Martin Kraemer
924bf2aa6f Correct the description of REMOTE_HOST and REMOTE_IDENT
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81418 13f79535-47bb-0310-9956-ffa450edef68
1998-05-29 20:49:28 +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
ae15353a10 Added link to the CGI spec from NCSA.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78877 13f79535-47bb-0310-9956-ffa450edef68
1997-08-03 10:17:10 +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
0748b1431f Clarify that the ScriptLog is opened by the child processes so
permissions need to be set appropriately.  Perhaps wouldn't hurt
to put an error in the error_log if it can't be opened.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78111 13f79535-47bb-0310-9956-ffa450edef68
1997-05-05 01:48:54 +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
Alexei Kosut
295cd46d80 Add text about possible problems with ScriptLog. Also fix a spelling error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77425 13f79535-47bb-0310-9956-ffa450edef68
1997-01-12 07:01:59 +00:00
Alexei Kosut
7ff808f641 Fix some typos. Make some clarifications in mod_usertrack.html (and
put the directives in alphabetical order).

Submitted by by: WWW server manager <webadm@info.cam.ac.uk>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77220 13f79535-47bb-0310-9956-ffa450edef68
1996-12-09 02:04:56 +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
Alexei Kosut
c1a02e3595 Some cleanup (the directives go in ALPHABETICAL ORDER, please), plus
adding of some docs that Paul Sutton sent to the list on October
10th.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77082 13f79535-47bb-0310-9956-ffa450edef68
1996-11-28 07:42:17 +00:00
Sameer Parekh
868632777a Add Script* directives
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77059 13f79535-47bb-0310-9956-ffa450edef68
1996-11-26 06:20:29 +00:00
brian
3af317e82e Added headers/footers for these files. Fixed some typos. Started removing
old latex stuff.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77016 13f79535-47bb-0310-9956-ffa450edef68
1996-11-21 10:30:54 +00:00
brian
b2ab672f99 Moving files to mod/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@76995 13f79535-47bb-0310-9956-ffa450edef68
1996-11-21 08:12:53 +00:00