1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-01 07:26:57 +03:00

74 Commits

Author SHA1 Message Date
fbecdc0f1e PR62989: DOCTYPE tags in server-generated HTML.
Submitted By: Andra Farkas <deepbluemistake gmail.com>, Giovanni Bechis <giovanni paclan.it>




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873397 13f79535-47bb-0310-9956-ffa450edef68
2020-01-31 02:38:05 +00:00
d4742e3f7c Delete the images from docroot/.
These are not needed after r105393.
The same images are still in icons/.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720500 13f79535-47bb-0310-9956-ffa450edef68
2008-11-25 13:49:53 +00:00
44404c81ee Run optipng[1] with -o7 over all PNG files. Files were only modified if the optimized version is smaller. There is no change to the rendering as seen by users.
[1] - http://optipng.sourceforge.net/


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@574456 13f79535-47bb-0310-9956-ffa450edef68
2007-09-11 05:11:05 +00:00
d92f319c40 I doubt adding a newline to the end of the file
is going to hurt anyone.

PR: 42615


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@546221 13f79535-47bb-0310-9956-ffa450edef68
2007-06-11 18:53:14 +00:00
419b9bd143 Update 'apache_pb2' images for Apache-2.2 (NOTE: not for 2.3!)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@358272 13f79535-47bb-0310-9956-ffa450edef68
2005-12-21 12:14:38 +00:00
f246d271e5 As the first stage of a simplification of the default config in 2.1 (only!), I'm
going to remove all the html files under httpd-2.1/docs/docroot/ and replace them
with an index.html file containing only <html><body><h1>It works!</h1></body></html>

I'm going to do this because:

1. The old welcome page is a constant source of confusion to random web surfers who
stumble on unconfigured apache installs.

2. New users, when finding on a docroot with dozens of files, are often confused
about where to put their own content.

3. The international welcome page is a large source of bug reports from people
wanting to tweak grammar or provide new translations.

4. This will allow us to simplify the default config by removing the config stuff
necessary to handle the typemap.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105393 13f79535-47bb-0310-9956-ffa450edef68
2004-10-06 17:08:49 +00:00
c4971322e9 Something I've wish to change for years :).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105081 13f79535-47bb-0310-9956-ffa450edef68
2004-09-11 18:54:49 +00:00
b134cb999b 2nd snapshot: convert entities in document
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102481 13f79535-47bb-0310-9956-ffa450edef68
2004-02-02 12:12:00 +00:00
a0bab289f0 Add hungarian translation (1st snapshot).
Submitted by:	Lacza Vilmos at Siemens dot com


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102480 13f79535-47bb-0310-9956-ffa450edef68
2004-02-02 12:06:09 +00:00
889d547e81 move closer to xhtml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102479 13f79535-47bb-0310-9956-ffa450edef68
2004-02-02 12:05:02 +00:00
bb361f976a - add simplified chinese welcome page
- add .zh-cn extension for zh-CN language code to default config.

Submitted by: kajaa <kajaa@eastday.com>
Reviewed by: <yinglichina@sina.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100075 13f79535-47bb-0310-9956-ffa450edef68
2003-05-28 20:40:07 +00:00
13d9fb60c1 language code for Czech is 'cs', not 'cz'.
PR: 9427


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99767 13f79535-47bb-0310-9956-ffa450edef68
2003-05-13 00:46:31 +00:00
0ef63a61e7 Fix chinese default page.
Netware config still needs to be sync'd (whereever it is).

- the encoding was wrong (iso-8859-1 instead fo big5, so (re-)added
  the appropriate extension(s))
- Fixed AddLanguage directives in default configs
- Fixed type map file.

PR: 18025


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99040 13f79535-47bb-0310-9956-ffa450edef68
2003-03-22 21:17:18 +00:00
88ab5f9990 be consistent with 1.3 and use .sv extension for Swedish documents
The index file itself didn't change (only renamed)

The netware config still needs to be changed.

PR: 12877


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98854 13f79535-47bb-0310-9956-ffa450edef68
2003-02-28 23:01:45 +00:00
79ec5b68d2 fix some nits within pt-br welcome page.
PR: 7822
Submitted by: Andreas Hasenack <andreas@netbank.com.br>,
              Ranier Vilela Fonseca <ranier@cultura.com.br>
Reviewed by: Fabio Mengue <fabio@ccuec.unicamp.br>,
             Co-workers of Lars ;-)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98624 13f79535-47bb-0310-9956-ffa450edef68
2003-02-12 16:20:16 +00:00
cda2559fa0 Fixed typo (Bugzilla Bug 11467).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96346 13f79535-47bb-0310-9956-ffa450edef68
2002-08-10 19:37:11 +00:00
e3bc64ff6c Clean up Korean language charcter set issues.
Submitted by: Jeon Jeongho <mahajjh@myscan.org>
Reviewed by: Choi Kyusic <kyusic@scan.or.kr>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95599 13f79535-47bb-0310-9956-ffa450edef68
2002-06-11 00:19:17 +00:00
07cd74adad - remove index.html.tw.big5
- rename index.html.tw to index.html.zh
- remove index.html.ltz.utf8
- rename index.html.lu.utf8 to index.html.lb.utf8


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95198 13f79535-47bb-0310-9956-ffa450edef68
2002-05-21 05:58:51 +00:00
016497cbaf I've been told that this is a professional translation. I'll have to take their
word for it.

PR: 9065
Submitted By: Sergi <chavalpk@yahoo.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95195 13f79535-47bb-0310-9956-ffa450edef68
2002-05-20 21:31:08 +00:00
2027c176ff the last one I missed, hopefully ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93419 13f79535-47bb-0310-9956-ffa450edef68
2002-02-14 14:38:15 +00:00
98a1ac3b46 missed this one...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93418 13f79535-47bb-0310-9956-ffa450edef68
2002-02-14 14:14:40 +00:00
243326330f Some cosmetic changes.
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93417 13f79535-47bb-0310-9956-ffa450edef68
2002-02-14 14:12:15 +00:00
0bcf3c79d2 Reflect actual filename in .var file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92761 13f79535-47bb-0310-9956-ffa450edef68
2002-01-07 12:44:47 +00:00
1654d343b8 My typo - the least I can do is commit the patch to fix the
content-language, s/jp/ja/.

Submitted by:	Nobuyuki Morita <apache@norizo.jp>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92499 13f79535-47bb-0310-9956-ffa450edef68
2001-12-17 13:35:30 +00:00
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
d331d2f8c9 Another fix: "directory" is considered female.
Submitted by:	Arisi Raul <rarisi@ascom.it>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91784 13f79535-47bb-0310-9956-ffa450edef68
2001-11-07 15:40:51 +00:00
9cc36cd956 Fix typo (contributed by Daniel Stone <daniel@sfarc.net> for debian)
Use entities for accented a' and e'


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91783 13f79535-47bb-0310-9956-ffa450edef68
2001-11-07 15:04:16 +00:00
4cf572780c My badness (well, I tried)
Mladen Turk's <mturk@mappingsoft.com> corrections for recent cleanups


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91469 13f79535-47bb-0310-9956-ffa450edef68
2001-10-15 15:29:03 +00:00
76874549f1 Wording changes
Obtained from:	news:hr.comp.www
Submitted by:	Mr. "Vlatko Juric-Kokic" <vlatko.juric-kokic@zg.hinet.hr>
Reviewed by:	Mladen Turk <mturk@mappingsoft.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91213 13f79535-47bb-0310-9956-ffa450edef68
2001-10-01 13:27:06 +00:00
9ecb263965 The patch that emerged uppon discussion on news:hr.comp.www
Please review - did not apply as cleanly as I would have liked.

Submitted by:	Mladen Turk <mturk@mappingsoft.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91212 13f79535-47bb-0310-9956-ffa450edef68
2001-10-01 03:22:21 +00:00
8168751471 MAJOR charset encoding fixes. The file names and HTTP-Equiv tags are now
in sync with the httpd-std.conf - and the ucs2/4 encodings are gone since
  utf8 is a universally recognized shorthand that sits much better in our
  tree [notice; these were _duplicate_ character sets, only in different
  byte encodings!]  Same with removing the duplicate .jis and .is-kr files.
  [I simply choose the one 'with link' over the one without, and fixed the
  links back to preFAQ as I picked.]

  Russian users, how many of the remaining five encodings are truly needed?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91180 13f79535-47bb-0310-9956-ffa450edef68
2001-09-28 16:55:49 +00:00
9bd8144bbf I forgot to commit this earlier with the new welcome page.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90941 13f79535-47bb-0310-9956-ffa450edef68
2001-09-07 00:12:06 +00:00
f97356f955 Add Norwegian Nynorsk translation of welcome page.
Submitted by:	Roy-Magne Mo <rmo@sunnmore.net>
Reviewed by:	Ragnar Wisl�ff <ragnar@wisloff.no>, Tor Hildrum <torhildr@mac.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90932 13f79535-47bb-0310-9956-ffa450edef68
2001-09-06 18:27:56 +00:00
4e21707540 Remove the old version of the error docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90456 13f79535-47bb-0310-9956-ffa450edef68
2001-08-21 01:48:50 +00:00
17e1f847c9 Fix wrong variable (REDIRECT_METHOD -> REDIRECT_REQUEST_METHOD).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90447 13f79535-47bb-0310-9956-ffa450edef68
2001-08-21 00:13:18 +00:00
a6b8814689 This is a combined typemap/error response file for multiple langauges,
as originally contributed by Lars.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90407 13f79535-47bb-0310-9956-ffa450edef68
2001-08-20 17:59:04 +00:00
35a3b477e6 moved to httpd-2.0/docroot/images/...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90406 13f79535-47bb-0310-9956-ffa450edef68
2001-08-20 17:48:48 +00:00
96d77b7a88 My bad, sorry. Here is ...
This Variant type-map file is the authoritative reference to our
    "It Worked" page variants.  Of course it isn't yet (although it is
    complete), please review httpd-std.conf as well as this list
    for inconsistencies (I documented those I discovered).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90376 13f79535-47bb-0310-9956-ffa450edef68
2001-08-19 22:54:58 +00:00
83516c2b01 This Variant type-map file is the authoritative reference to our
"It Worked" page variants.  Of course it isn't yet (although it is
  complete), please review httpd-std.conf as well as this list
  for inconsistencies (I documented those I discovered).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90375 13f79535-47bb-0310-9956-ffa450edef68
2001-08-19 22:51:27 +00:00
b90df288b5 This doesn't belong in the distro (certainly not installed in a docroot.)
This sort of history should be in CVS and CHANGES.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90362 13f79535-47bb-0310-9956-ffa450edef68
2001-08-19 17:20:48 +00:00
6cd008dd52 Readme for the multi language error documents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90350 13f79535-47bb-0310-9956-ffa450edef68
2001-08-19 01:05:04 +00:00
6437284ff9 Support files for multi language error documents and an example logo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90348 13f79535-47bb-0310-9956-ffa450edef68
2001-08-19 01:01:52 +00:00
acf69a1640 Add multi language error documents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90347 13f79535-47bb-0310-9956-ffa450edef68
2001-08-19 00:59:53 +00:00
a0087e81cf Add png's
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89247 13f79535-47bb-0310-9956-ffa450edef68
2001-05-30 10:27:24 +00:00
0dbc0ba7d9 First step at stamping out gif's: convert them to png
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89243 13f79535-47bb-0310-9956-ffa450edef68
2001-05-30 07:54:51 +00:00
d68749298d First step at stamping out gif's: convert them to png
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89242 13f79535-47bb-0310-9956-ffa450edef68
2001-05-30 07:48:56 +00:00
cbbb07650c Remove useless cruft.
Submitted by:	Roy Fielding


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88984 13f79535-47bb-0310-9956-ffa450edef68
2001-05-04 00:01:18 +00:00
7303c9354d Conversion to XHTML.
The plan is to continue converting the rest of the docs to XHTML, so if you
have any objections, please voice them now on apache-docs.

Submitted by:	James Sutherland <jas88@cam.ac.uk>
Reviewed by:	Joshua Slive, William A. Rowe, Jr.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88982 13f79535-47bb-0310-9956-ffa450edef68
2001-05-03 22:33:41 +00:00
bab1a0bedc A couple of new options for sysadmins. Still waiting on opinions between
replacing the image on docroot/index.html.* with 2.0, or 2.0 animated.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88981 13f79535-47bb-0310-9956-ffa450edef68
2001-05-03 04:30:36 +00:00
06070dbb05 Updated Welcome page translation for Brazilian Portugese
Submitted by:    Ricardo Oliva <rfoliva@home.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88558 13f79535-47bb-0310-9956-ffa450edef68
2001-03-22 05:32:05 +00:00