summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-03-22 22:17:18 +0100
committerAndré Malo <nd@apache.org>2003-03-22 22:17:18 +0100
commit0ef63a61e7eef5df3438a531c9a446e145cc5d71 (patch)
tree717eb2179c999a3664e307028676a5f3e1f53c36
parentUpdate transformations. (diff)
downloadapache2-0ef63a61e7eef5df3438a531c9a446e145cc5d71.tar.xz
apache2-0ef63a61e7eef5df3438a531c9a446e145cc5d71.zip
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
-rw-r--r--docs/conf/httpd-std.conf.in3
-rw-r--r--docs/conf/httpd-win.conf3
-rw-r--r--docs/docroot/index.html.var8
-rw-r--r--docs/docroot/index.html.zh-tw.big5 (renamed from docs/docroot/index.html.zh)0
4 files changed, 4 insertions, 10 deletions
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
</IfModule>
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
index 1ca02124a7..1ca02124a7 100644
--- a/docs/docroot/index.html.zh
+++ b/docs/docroot/index.html.zh-tw.big5