You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Mladen Turk <mt...@mappingsoft.com> on 2001/10/15 17:27:45 UTC

[PATCH] index.html.var

Hi,
Here are the patches fo some local languages support.
The httpd-xxx.conf files lack the newest language adopted (Croatian),
and index.html.var points to nonexistent files for Croatian and Czech
languages.
The real ones ends with .ISO8859-2.

MT.



Index: httpd-nw.conf
===================================================================
RCS file: /home/cvspublic/httpd-docs-2.0/conf/httpd-nw.conf,v
retrieving revision 1.2
diff -u -r1.2 httpd-nw.conf
--- httpd-nw.conf	2001/09/16 19:15:59	1.2
+++ httpd-nw.conf	2001/10/15 15:12:18
@@ -588,7 +588,7 @@
 # Portugese (pt) - Luxembourgeois* (ltz)
 # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz)
 # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja)
-# Russian (ru)
+# Russian (ru) - Croatian (hr)
 #
 AddLanguage da .dk
 AddLanguage nl .nl
@@ -612,6 +612,7 @@
 AddLanguage ru .ru
 AddLanguage tw .tw
 AddLanguage zh-tw .tw
+AddLanguage hr .hr

 #
 # LanguagePriority allows you to give precedence to some languages
Index: httpd-std.conf
===================================================================
RCS file: /home/cvspublic/httpd-docs-2.0/conf/httpd-std.conf,v
retrieving revision 1.57
diff -u -r1.57 httpd-std.conf
--- httpd-std.conf	2001/10/11 03:42:53	1.57
+++ httpd-std.conf	2001/10/15 15:12:22
@@ -659,7 +659,7 @@
 # Portugese (pt) - Luxembourgeois* (ltz)
 # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz)
 # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja)
-# Russian (ru)
+# Russian (ru) - Croatian (hr)
 #
 AddLanguage da .dk
 AddLanguage nl .nl
@@ -684,6 +684,7 @@
 AddLanguage ru .ru
 AddLanguage tw .tw
 AddLanguage zh-tw .tw
+AddLanguage hr .hr

 #
 # LanguagePriority allows you to give precedence to some languages
Index: httpd-win.conf
===================================================================
RCS file: /home/cvspublic/httpd-docs-2.0/conf/httpd-win.conf,v
retrieving revision 1.44
diff -u -r1.44 httpd-win.conf
--- httpd-win.conf	2001/10/05 03:41:15	1.44
+++ httpd-win.conf	2001/10/15 15:12:27
@@ -582,7 +582,7 @@
 # Portugese (pt) - Luxembourgeois* (ltz)
 # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz)
 # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja)
-# Russian (ru)
+# Russian (ru) - Croatian (hr)
 #
 AddLanguage da .dk
 AddLanguage nl .nl
@@ -607,6 +607,7 @@
 AddLanguage ru .ru
 AddLanguage tw .tw
 AddLanguage zh-tw .tw
+AddLanguage hr .hr

 #
 # LanguagePriority allows you to give precedence to some languages


Index: index.html.var
===================================================================
RCS file: /home/cvspublic/httpd-docs-2.0/docroot/index.html.var,v
retrieving revision 1.4
diff -u -r1.4 index.html.var
--- index.html.var	2001/09/28 16:55:49	1.4
+++ index.html.var	2001/10/15 15:15:03
@@ -2,7 +2,7 @@
 Content-language: ca
 Content-type: text/html

-URI: index.html.cz
+URI: index.html.cz.ISO-8859-2
 Content-language: cz
 Content-type: text/html;charset=ISO-8859-2

@@ -42,7 +42,7 @@
 Content-language: he
 Content-type: text/html;charset=ISO-8859-8

-URI: index.html.hr
+URI: index.html.hr.ISO-8859-2
 Content-language: hr
 Content-type: text/html;charset=ISO-8859-2



---------------------------------------------------------------------
To unsubscribe, e-mail: apache-docs-unsubscribe@apache.org
For additional commands, e-mail: apache-docs-help@apache.org