From: Dirk-Willem van Gulik Date: Thu, 16 Mar 2000 22:05:56 +0000 (+0000) Subject: Added NO and KR intro pages donated by Lee Kuk Hyun and Lorant Czaran X-Git-Tag: APACHE_2_0_ALPHA_2~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52be8e286a8cc5e8c33b2e422b63b2fec2f288aa;p=apache Added NO and KR intro pages donated by Lee Kuk Hyun and Lorant Czaran and copied some lang's across into the conf file. PR: Obtained from: Lee Kuk Hyun and Lorant Czaran Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84782 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 39004fc5bf..7b0f6632ad 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -632,24 +632,59 @@ AddEncoding x-gzip gz tgz # # AddLanguage allows you to specify the language of a document. You can # then use content negotiation to give a browser a file in a language -# it can understand. Note that the suffix does not have to be the same -# as the language keyword --- those with documents in Polish (whose -# net-standard language code is pl) may wish to use "AddLanguage pl .po" -# to avoid the ambiguity with the common suffix for perl scripts. -# +# it can understand. +# +# Note 1: The suffix does not have to be the same as the language +# keyword --- those with documents in Polish (whose net-standard +# language code is pl) may wish to use "AddLanguage pl .po" to +# avoid the ambiguity with the common suffix for perl scripts. +# +# Note 2: The example entries below illustrate that in quite +# some cases the two character 'Language' abbriviation is not +# identical to the two character 'Country' code for its country, +# E.g. 'Danmark/dk' versus 'Danish/da'. +# +# Note 3: In the case of 'ltz' we violate the RFC by using a three char +# specifier. But there is 'work in progress' to fix this and get +# the reference data for rfc1766 cleaned up. +# +# Danish (da) - Dutch (nl) - English (en) - Estonian (ee) +# French (fr) - German (de) - Greek-Modern (el) +# Italian (it) - Norwegian (no) - Korean (kr) +# Portugese (pt) - Luxembourgeois* (ltz) +# Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz) +# Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja) +# +AddLanguage da .dk +AddLanguage nl .nl AddLanguage en .en +AddLanguage et .ee AddLanguage fr .fr AddLanguage de .de -AddLanguage da .da AddLanguage el .el AddLanguage it .it +AddLanguage ja .ja +AddCharset ISO-2022-JP .jis +AddLanguage pl .po +AddLanguage kr .kr +AddCharset ISO-2022-KR .iso-kr +AddCharset ISO-8859-2 .iso-pl +AddLanguage pt .pt +AddLanguage no .no +AddLanguage pt-br .pt-br +AddLanguage ltz .lu +AddLanguage ca .ca +AddLanguage es .es +AddLanguage sv .se +AddLanguage cz .cz -# # LanguagePriority allows you to give precedence to some languages # in case of a tie during content negotiation. -# Just list the languages in decreasing order of preference. # -LanguagePriority en fr de +# Just list the languages in decreasing order of preference. We have +# more or less alphabetized them here. You probably want to change this. +# +LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ltz ca es sv # # AddType allows you to tweak mime.types without actually editing it, or to diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index e5f9c1a8ef..6890183b75 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -564,24 +564,59 @@ AddEncoding x-gzip gz tgz # # AddLanguage allows you to specify the language of a document. You can # then use content negotiation to give a browser a file in a language -# it can understand. Note that the suffix does not have to be the same -# as the language keyword --- those with documents in Polish (whose -# net-standard language code is pl) may wish to use "AddLanguage pl .po" -# to avoid the ambiguity with the common suffix for perl scripts. -# +# it can understand. +# +# Note 1: The suffix does not have to be the same as the language +# keyword --- those with documents in Polish (whose net-standard +# language code is pl) may wish to use "AddLanguage pl .po" to +# avoid the ambiguity with the common suffix for perl scripts. +# +# Note 2: The example entries below illustrate that in quite +# some cases the two character 'Language' abbriviation is not +# identical to the two character 'Country' code for its country, +# E.g. 'Danmark/dk' versus 'Danish/da'. +# +# Note 3: In the case of 'ltz' we violate the RFC by using a three char +# specifier. But there is 'work in progress' to fix this and get +# the reference data for rfc1766 cleaned up. +# +# Danish (da) - Dutch (nl) - English (en) - Estonian (ee) +# French (fr) - German (de) - Greek-Modern (el) +# Italian (it) - Norwegian (no) - Korean (kr) +# Portugese (pt) - Luxembourgeois* (ltz) +# Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz) +# Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja) +# +AddLanguage da .dk +AddLanguage nl .nl AddLanguage en .en +AddLanguage et .ee AddLanguage fr .fr AddLanguage de .de -AddLanguage da .da AddLanguage el .el AddLanguage it .it +AddLanguage ja .ja +AddCharset ISO-2022-JP .jis +AddLanguage pl .po +AddLanguage kr .kr +AddCharset ISO-2022-KR .iso-kr +AddCharset ISO-8859-2 .iso-pl +AddLanguage pt .pt +AddLanguage no .no +AddLanguage pt-br .pt-br +AddLanguage ltz .lu +AddLanguage ca .ca +AddLanguage es .es +AddLanguage sv .se +AddLanguage cz .cz -# # LanguagePriority allows you to give precedence to some languages # in case of a tie during content negotiation. -# Just list the languages in decreasing order of preference. # -LanguagePriority en fr de +# Just list the languages in decreasing order of preference. We have +# more or less alphabetized them here. You probably want to change this. +# +LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ltz ca es sv # # AddType allows you to tweak mime.types without actually editing it, or to diff --git a/docs/docroot/index.html.kr.iso-kr b/docs/docroot/index.html.kr.iso-kr new file mode 100644 index 0000000000..c89eeb7e47 --- /dev/null +++ b/docs/docroot/index.html.kr.iso-kr @@ -0,0 +1,40 @@ + + + + + ¾ÆÆÄÄ¡ ¼³Ä¡¸¦ À§ÇÑ Å×½ºÆ®ÆäÀÌÁö + + + + + +

+ÇöÀçÈ­¸éÀÌ Àß º¸À̽Ŵٸé ÀÌ ½Ã½ºÅÛ¿¡ Apache À¥¼­¹ö ¼ÒÇÁÆ®¿þ¾îÀÇ ¼³Ä¡°¡ ¼º°øÀûÀ¸·Î ³¡³µ´Ù´Â°É ÀǹÌÇÕ´Ï´Ù. ¿©·¯ºÐÀº ¾Æ¸¶ °ð ÀÌ ÆäÀÌÁö¸¦ Áö¿ì°í µð·ºÅ丮¿¡ »õ·Î¿î ³»¿ëÀ» Ãß°¡ÇÒ °ÍÀÔ´Ï´Ù. + +


+ +

¿©·¯ºÐÀÌ ¿¹»óÇÑ À¥½ÎÀÌÆ® ´ë½Å ÀÌ È­¸éÀÌ º¸ÀԴϱî?

+ +

+½ÎÀÌÆ® °ü¸®ÀÚ°¡ À¥ ¼­¹öÀÇ ¼³Á¤ÆÄÀÏÀ» º¯°æÇ߱⠶§¹®¿¡ ÀÌ ÆäÀÌÁö°¡ º¸ÀÌ´Â °Í ÀÔ´Ï´Ù. +Áú¹®»çÇ×Àº °¢ ¼­¹ö°ü¸® Ã¥ÀÓÀÚ¿¡°Ô ¹®ÀÇÇϽñ⠹ٶø´Ï´Ù. Apache Software FoundationÀº Çö ½ÎÀÌÆ®ÀÇ °ü¸®ÀÚ°¡ »ç¿ëÁßÀÎ À¥¼­¹ö¸¦ ¸¸µç ´Üü +ÀÏ »Ó ½ÎÀÌÆ®ÀÇ °ü¸®¹æ¹ýÀ̳ª ¼³Á¤¹®Á¦¿¡ °üÇÑ µµ¿òÀ» µå¸± ¼ö ¾ø½À´Ï´Ù. + +


+ + +

+¾ÆÆÄÄ¡ ¹®¼­´Â ÀÌ ¹èÆ÷ÆÇ¿¡ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù. + +

+¾Æ·¡¿¡ ÀÖ´Â Apache À̹ÌÁö¸¦ »ç¿ëÇÏ´Â°Ç ¿©·¯ºÐÀÇ ÀÚÀ¯ÀÔ´Ï´Ù. ¾ÆÆÄÄ¡¸¦ »ç¿ëÇØ Áּż­ °¨»çÇÕ´Ï´Ù! + +

+ + diff --git a/docs/docroot/index.html.no b/docs/docroot/index.html.no new file mode 100644 index 0000000000..b69c4ce163 --- /dev/null +++ b/docs/docroot/index.html.no @@ -0,0 +1,49 @@ + + + + Testside for Apache Installasjon på Webside + + + +

+ Det gikk bra! Det Apache Web Server Er Nå Installert her! +

+

+ Hvis du kan se denne siden, det betyr at de som eier denne domene (domain) + har nettopp greid å installere Apache Web server + software. De må tilføye innhold til denne katalog og erstatte denne + plassholder siden, ellers peke serveren til de virkelige innhold. +

+
+
+ Hvis du ser denne siden istedenfor den du ventet for, vennligst + ta kontakt med websever administratøren. + (Prøv å sende e-post til <Webmaster@domene>.) + Selv om denne hjemmesiden driver med Apache software, har den ingen annen + tilknytting til Apache Gruppen. Vennligst ikke send post angående denne hjemmesiden eller + dets innhold til Apache programmerere. Hvis du gjør det, din beskjed blir + oversett. +
+
+

+ Den Apache + dokumentasjon + er inkludert i denne distribusjonen. +

+

+ Denne sidens Webmaster kan bruke det grafikk nedenfør på en Apache-drevet Webserver. + Takk for at du bruker Apache! +

+
+ +
+ +