1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-04 21:42:15 +03:00

65 Commits

Author SHA1 Message Date
André Malo
1b9bd21f56 fix missing character
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102712 13f79535-47bb-0310-9956-ffa450edef68
2004-02-21 00:20:40 +00:00
André Malo
012bff5539 add Turkish translation
Submitted by: emre sokullu <mugeist yahoo.com>
Reviewed by: muge erdogmus <muge_erdogmus yahoo.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102654 13f79535-47bb-0310-9956-ffa450edef68
2004-02-16 22:07:10 +00:00
André Malo
5e1b66e44a reorder alphabetically
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102653 13f79535-47bb-0310-9956-ffa450edef68
2004-02-16 21:17:54 +00:00
André Malo
de14ee035c fix content_language and character_encoding of polish error messages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102274 13f79535-47bb-0310-9956-ffa450edef68
2004-01-12 00:29:34 +00:00
Yoshiki Hayashi
789f96f2ce Sorry. Trying again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102254 13f79535-47bb-0310-9956-ffa450edef68
2004-01-10 04:29:45 +00:00
Yoshiki Hayashi
684fdbd839 Oops. Fix wrong edit in previous commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102253 13f79535-47bb-0310-9956-ffa450edef68
2004-01-10 04:27:23 +00:00
Yoshiki Hayashi
9c6b140aad Update README.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102252 13f79535-47bb-0310-9956-ffa450edef68
2004-01-10 04:25:58 +00:00
Yoshiki Hayashi
6c698b78f2 Korean translation of error messages.
Submitted by:	Jaeho Shin <netj@sparcs.kaist.ac.kr>
Reviewed by:	Lee Heejoon <wafe@sparcs.kaist.ac.kr>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102250 13f79535-47bb-0310-9956-ffa450edef68
2004-01-10 04:20:22 +00:00
Erik Abele
ee6784802b Minor fix...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102203 13f79535-47bb-0310-9956-ffa450edef68
2004-01-06 04:48:30 +00:00
Erik Abele
7671c26568 Mention Polish error messages in corresponding README.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102200 13f79535-47bb-0310-9956-ffa450edef68
2004-01-06 04:36:20 +00:00
André Malo
b3e9af0211 update license and copyright to 2004.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102133 13f79535-47bb-0310-9956-ffa450edef68
2004-01-01 13:20:08 +00:00
Jeff Trawick
9a1a23a28c Add Polish translation of error messages.
PR:             25101
Submitted by:	Tomasz Kepczynski <tomek jot23.org>
Reviewed by:	Jeff Trawick


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102085 13f79535-47bb-0310-9956-ffa450edef68
2003-12-18 15:29:41 +00:00
Yoshiki Hayashi
7c200e3938 Forward port Spanish error message improvement from 2.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102003 13f79535-47bb-0310-9956-ffa450edef68
2003-12-10 01:38:41 +00:00
André Malo
debb162eaa add Czech customized error messages
Submitted by: Marcel Kolaja <xkolaja@aurora.fi.muni.cz>
Reviewed by: Martin Povoln� <xpovolny@aurora.fi.muni.cz>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99957 13f79535-47bb-0310-9956-ffa450edef68
2003-05-20 22:23:21 +00:00
Erik Abele
6726749846 Added translations for romanian error documents and included
missing <!--#set var="CONTENT_LANGUAGE" value="ro"-->.

Translated by: Andrei Besleaga <andreutz@hotmail.com>
Reviewd by: Cristian Dinca <cristi_ad@yahoo.com>

Also added translators info to README and alphabetized the
list of available languages.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98681 13f79535-47bb-0310-9956-ffa450edef68
2003-02-17 00:23:17 +00:00
Erik Abele
ec0efe2e92 Updated the copyright years from 2002 to 2003 (complete docs subdirectory).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98566 13f79535-47bb-0310-9956-ffa450edef68
2003-02-02 20:46:07 +00:00
André Malo
f5fde2ae1a nobody seems to have objections...
* XHTML 1._0_. delivering xhtml 1.1 as text/html is bogus.
  (see <http://www.w3.org/TR/xhtml-media-types/#summary>)
* replaced the also bogus <dl> stuff by normal <p>s
  and added some CSS instead.
  (embedding CSS compatible to xml *and* html causes the very
  ugly hack, you can see in top.html, because in HTML <style> contains
  CDATA and in XHTML PCDATA, see also
  <http://lists.w3.org/Archives/Public/www-html/2002Apr/0053.html>)
* fixed some encoding issues.
* removed the weird empty lines at the beginning of every document
* added CONTENT_LANGUAGE parameter for pt-br


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97665 13f79535-47bb-0310-9956-ffa450edef68
2002-11-27 06:02:33 +00:00
Erik Abele
1c379f0d27 Another typo in a german error message.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97546 13f79535-47bb-0310-9956-ffa450edef68
2002-11-17 02:48:51 +00:00
Erik Abele
9f1624509e Typos in german error messages.
Fixes BUG #13119 and #8491.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97545 13f79535-47bb-0310-9956-ffa450edef68
2002-11-17 02:19:39 +00:00
Roy T. Fielding
32870a709f Remove an unwise encoding="none" when dealing with the REDIRECT_REQUEST_METHOD
because of what it might contain if the server is configured to handle
unknown methods.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97161 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 19:57:53 +00:00
Erik Abele
26d77242e9 Updated translators info.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97148 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 19:21:39 +00:00
Erik Abele
a001787e39 Added portuguese-brazilian error-messages.
Translated by: Ricardo Leite <ricleite@asbyte.com.br>
Submitted/reviewed by: Luiz Rocha <lsdr@lsdr.net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97147 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 19:20:01 +00:00
Joshua Slive
227c242704 Some fixes for Swedish error docs.
Submitted by: Dennis Lundberg <dennis.lundberg@mdh.se>
Reviewed by: Thomas =?iso-8859-1?q?Sj=F6gren?= <thomas@northernsecurity.net>
PR: 12880


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96943 13f79535-47bb-0310-9956-ffa450edef68
2002-09-21 19:07:38 +00:00
Erik Abele
7b48ee1840 Added encoding="none" for the ssi-output of REDIRECT_ERROR_NOTES.
This fixes the output of HTML-tags through the above env-var (e.g.
<p> instead of &lt;p&gt;).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96524 13f79535-47bb-0310-9956-ffa450edef68
2002-08-24 22:25:16 +00:00
Erik Abele
f4e143058b Removed Content-type meta-tag. The headers now
get set individually by the type-maps.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96521 13f79535-47bb-0310-9956-ffa450edef68
2002-08-24 17:56:39 +00:00
Erik Abele
126ec36bcc Added correct Content-type header (charset).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96520 13f79535-47bb-0310-9956-ffa450edef68
2002-08-24 17:54:20 +00:00
Erik Abele
b750a2a14b Included two new SSI-vars to correct the internationalized
error-response behaviours. CHARACTER_ENCODING, CONTENT_LANGUAGE.

Submitted by: Hiroaki Kawai <hawk@bcl.t.u-tokyo.ac.jp>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96519 13f79535-47bb-0310-9956-ffa450edef68
2002-08-24 16:45:42 +00:00
Erik Abele
403f32ab15 updated contributors info (alphabetized).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96512 13f79535-47bb-0310-9956-ffa450edef68
2002-08-24 00:11:53 +00:00
Erik Abele
b792ad4aa1 XHTMLized some tags.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96510 13f79535-47bb-0310-9956-ffa450edef68
2002-08-23 23:58:22 +00:00
Dirk-Willem van Gulik
5b2b0120ba Hall of blame update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96496 13f79535-47bb-0310-9956-ffa450edef68
2002-08-23 15:15:08 +00:00
Dirk-Willem van Gulik
928cd4690d Changes as submitted by
Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
and
	Peter Van Biesen <peter.vanbiesen@vlafo.be>
to get a dutch version in.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96495 13f79535-47bb-0310-9956-ffa450edef68
2002-08-23 15:13:37 +00:00
Erik Abele
3d19dd1963 Added contributors info for Swedish and Italian.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96474 13f79535-47bb-0310-9956-ffa450edef68
2002-08-21 17:41:43 +00:00
Erik Abele
3c1f8b70aa Added Italian error doc translations + some cosmetics.
Submitted by: Luigi Rosa <lrosa@mail.hypertrek.info>
Reviewed by: Paolo Campegiani <p.campegiani@libero.it>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96473 13f79535-47bb-0310-9956-ffa450edef68
2002-08-21 17:34:21 +00:00
Joshua Slive
534df85dd6 The french request-time-out error seemed to by copy-pasted and not editted.
Submitted by: lolo32@altavista.fr
Reviewed by: Joshua Slive (my french is far from perfect, but I don't
think this is too far off)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96147 13f79535-47bb-0310-9956-ffa450edef68
2002-07-22 17:52:27 +00:00
Joshua Slive
eaacdaf698 Add Swedish error documents and do a little bit of reformating.
Submitted by: Erik Abele <erik@codefaktor.de>
Reviewed by: Patrik Grip-Jansson <patrikj@gnulix.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96064 13f79535-47bb-0310-9956-ffa450edef68
2002-07-15 20:16:16 +00:00
Joshua Slive
a599ee81ac Missing sentence in english and slight gramatical improvement.
Submitted by: Alexander Velin <velin@bastun.net> and Rich Bowen
Reviewed by: Joshua Slived


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96033 13f79535-47bb-0310-9956-ffa450edef68
2002-07-12 17:31:29 +00:00
Joshua Slive
185ece96dd Make internationalized error docs xhtml compliant.
Submitted by: Erik Abele <webmaster@codefaktor.de>
Reviewed by: Joshua Slive


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96016 13f79535-47bb-0310-9956-ffa450edef68
2002-07-11 19:07:03 +00:00
Joshua Slive
319d32f15d Back-out recent changes to the internationalized error docs to remove the
server string.  Now that these error docs are no longer the default
for install-and-forget-it users, having them display this useful information
should no longer be a danger.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95820 13f79535-47bb-0310-9956-ffa450edef68
2002-06-20 03:51:46 +00:00
Aaron Bannert
cbec37e49c HTML-encode the umlauts, and correct a few spelling mistakes.
Submitted by: Erik Abele <webmaster@codefaktor.de>
Reviewed by:  Aaron Bannert


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95789 13f79535-47bb-0310-9956-ffa450edef68
2002-06-18 22:34:34 +00:00
Rich Bowen
16a1b7494e Not to pick nits, but I think that the "add this back in" phrasing will
confuse people, and leave them unsure what they are actually supposed to
do, in the unlikely event that they want to turn this back on. Made it a
little clearer what they actually need to do. Tested.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95696 13f79535-47bb-0310-9956-ffa450edef68
2002-06-15 11:43:11 +00:00
Cliff Woolley
c284a3346e We not only want to avoid displaying it, we want to avoid sending it
to the client entirely.  We need a mod_include conditional for that.

Submitted by:  Justin Erenkrantz


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95694 13f79535-47bb-0310-9956-ffa450edef68
2002-06-15 08:02:38 +00:00
Ryan Bloom
54eae88ad7 Comment out the SERVER_STRING variable from our default error documents.
Some people do not like having this information in their error pages, and
it makes sense to not do it by default.  If users want this back, they
can uncomment it.

PR:	9319


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95692 13f79535-47bb-0310-9956-ffa450edef68
2002-06-15 07:01:25 +00:00
Roy T. Fielding
845cbfd508 Update our copyright for this year.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93918 13f79535-47bb-0310-9956-ffa450edef68
2002-03-13 20:48:07 +00:00
Martin Kraemer
7e3731b79f Avoid syntax error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92970 13f79535-47bb-0310-9956-ffa450edef68
2002-01-22 16:40:45 +00:00
Jeff Trawick
0808c1b5ce fix a typo in the name of the error/include directory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92858 13f79535-47bb-0310-9956-ffa450edef68
2002-01-15 20:55:20 +00:00
Lars Eilebrecht
8a9f51e8e0 Update wording of the error README file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92399 13f79535-47bb-0310-9956-ffa450edef68
2001-12-08 18:09:35 +00:00
Lars Eilebrecht
5a0d6b935b Move file to 'error' directory as the directory is no longer a
subdirectory of docroot.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92398 13f79535-47bb-0310-9956-ffa450edef68
2001-12-08 17:50:50 +00:00
Lars Eilebrecht
c8486b6cdb Fix wrong german text about proxy(?).
Add more native texts for variants where we send REDIRECT_ERROR_NOTES.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92397 13f79535-47bb-0310-9956-ffa450edef68
2001-12-08 16:56:33 +00:00
Bill Stoddard
3820ab108a It's webmaster, not Webmaster
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92224 13f79535-47bb-0310-9956-ffa450edef68
2001-11-28 19:52:52 +00:00
Martin Kraemer
6f53d48816 Fix checks for FORBIDDEN directories vs. files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91787 13f79535-47bb-0310-9956-ffa450edef68
2001-11-07 16:06:43 +00:00