From 7e22254622e442e0d68824feb3f2bd507a3616f3 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Sat, 22 Mar 2003 21:17:18 +0000 Subject: [PATCH] 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 --- docs/conf/httpd-std.conf.in | 3 +-- docs/conf/httpd-win.conf | 3 +-- docs/docroot/index.html.var | 8 ++------ docs/docroot/{index.html.zh => index.html.zh-tw.big5} | 0 4 files changed, 4 insertions(+), 10 deletions(-) rename docs/docroot/{index.html.zh => index.html.zh-tw.big5} (100%) diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 4ffea2e807..ae588e0abb 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -766,8 +766,7 @@ ServerSignature On AddLanguage sv .sv AddLanguage cz .cz AddLanguage ru .ru - AddLanguage tw .tw - AddLanguage zh-tw .tw + AddLanguage zh-TW .zh-tw AddLanguage hr .hr diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index f85b8e0d4f..56020f2b7a 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -676,8 +676,7 @@ AddLanguage es .es AddLanguage sv .sv AddLanguage cz .cz AddLanguage ru .ru -AddLanguage tw .tw -AddLanguage zh-tw .tw +AddLanguage zh-TW .zh-tw AddLanguage hr .hr # diff --git a/docs/docroot/index.html.var b/docs/docroot/index.html.var index 789d252d97..f3fe6121d1 100644 --- a/docs/docroot/index.html.var +++ b/docs/docroot/index.html.var @@ -114,10 +114,6 @@ URI: index.html.sv Content-language: sv Content-type: text/html -URI: index.html.tw -Content-language: zh-tw -Content-type: text/html - -URI: index.html.tw.Big5 -Content-language: tw, zh-tw +URI: index.html.zh-tw.big5 +Content-language: tw, zh-TW Content-type: text/html;charset=Big5 diff --git a/docs/docroot/index.html.zh b/docs/docroot/index.html.zh-tw.big5 similarity index 100% rename from docs/docroot/index.html.zh rename to docs/docroot/index.html.zh-tw.big5 -- 2.40.0