summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDirk-Willem van Gulik <dirkx@apache.org>2000-03-16 23:05:56 +0100
committerDirk-Willem van Gulik <dirkx@apache.org>2000-03-16 23:05:56 +0100
commit52be8e286a8cc5e8c33b2e422b63b2fec2f288aa (patch)
tree1fab11c69ae0ff24d5888e0195a93019385e37cb /docs
parents/1.3/2.0/g and add a link to the developers' documentation (diff)
downloadapache2-52be8e286a8cc5e8c33b2e422b63b2fec2f288aa.tar.xz
apache2-52be8e286a8cc5e8c33b2e422b63b2fec2f288aa.zip
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
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/httpd-std.conf53
-rw-r--r--docs/conf/httpd-win.conf53
-rw-r--r--docs/docroot/index.html.kr.iso-kr40
-rw-r--r--docs/docroot/index.html.no49
4 files changed, 177 insertions, 18 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//KR">
+<HTML>
+ <HEAD>
+ <META http-equiv="Content-Type" content="text/html; charset=eucKR">
+ <TITLE>¾ÆÆÄÄ¡ ¼³Ä¡¸¦ À§ÇÑ Å×½ºÆ®ÆäÀÌÁö</TITLE>
+ </HEAD>
+<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
+ <BODY
+ BGCOLOR="#FFFFFF"
+ TEXT="#000000"
+ LINK="#0000FF"
+ VLINK="#000080"
+ ALINK="#FF0000"
+ >
+
+
+<P>
+ÇöÀçÈ­¸éÀÌ Àß º¸À̽Ŵٸé ÀÌ ½Ã½ºÅÛ¿¡ <A HREF="http://www.apache.org/httpd">Apache À¥¼­¹ö</A> ¼ÒÇÁÆ®¿þ¾îÀÇ ¼³Ä¡°¡ ¼º°øÀûÀ¸·Î ³¡³µ´Ù´Â°É ÀǹÌÇÕ´Ï´Ù. ¿©·¯ºÐÀº ¾Æ¸¶ °ð ÀÌ ÆäÀÌÁö¸¦ Áö¿ì°í µð·ºÅ丮¿¡ »õ·Î¿î ³»¿ëÀ» Ãß°¡ÇÒ °ÍÀÔ´Ï´Ù.
+
+<P><HR WIDTH="50%" SIZE="8">
+
+<H2 ALIGN="CENTER">¿©·¯ºÐÀÌ ¿¹»óÇÑ À¥½ÎÀÌÆ® ´ë½Å ÀÌ È­¸éÀÌ º¸ÀԴϱî?</H2>
+
+<P>
+½ÎÀÌÆ® °ü¸®ÀÚ°¡ À¥ ¼­¹öÀÇ ¼³Á¤ÆÄÀÏÀ» º¯°æÇ߱⠶§¹®¿¡ ÀÌ ÆäÀÌÁö°¡ º¸ÀÌ´Â °Í ÀÔ´Ï´Ù.
+<STRONG>Áú¹®»çÇ×Àº °¢ ¼­¹ö°ü¸® Ã¥ÀÓÀÚ¿¡°Ô ¹®ÀÇÇϽñ⠹ٶø´Ï´Ù.</STRONG> Apache Software FoundationÀº Çö ½ÎÀÌÆ®ÀÇ °ü¸®ÀÚ°¡ »ç¿ëÁßÀÎ À¥¼­¹ö¸¦ ¸¸µç ´Üü
+ÀÏ »Ó ½ÎÀÌÆ®ÀÇ °ü¸®¹æ¹ýÀ̳ª ¼³Á¤¹®Á¦¿¡ °üÇÑ µµ¿òÀ» µå¸± ¼ö ¾ø½À´Ï´Ù.
+
+<P><HR WIDTH="50%" SIZE="8">
+
+
+<P>
+¾ÆÆÄÄ¡ <A HREF="manual/index.html">¹®¼­</A>´Â ÀÌ ¹èÆ÷ÆÇ¿¡ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.
+
+<P>
+¾Æ·¡¿¡ ÀÖ´Â Apache À̹ÌÁö¸¦ »ç¿ëÇÏ´Â°Ç ¿©·¯ºÐÀÇ ÀÚÀ¯ÀÔ´Ï´Ù. ¾ÆÆÄÄ¡¸¦ »ç¿ëÇØ Áּż­ °¨»çÇÕ´Ï´Ù!
+
+<DIV ALIGN="CENTER"><IMG SRC="apache_pb.gif" ALT=""></DIV>
+</BODY>
+</HTML>
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<HTML>
+ <HEAD>
+ <TITLE>Testside for Apache Installasjon på Webside</TITLE>
+ </HEAD>
+<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
+ <BODY
+ BGCOLOR="#FFFFFF"
+ TEXT="#000000"
+ LINK="#0000FF"
+ VLINK="#000080"
+ ALINK="#FF0000"
+ >
+ <H1 ALIGN="CENTER">
+ Det gikk bra! Det Apache Web Server Er Nå Installert her!
+ </H1>
+ <P>
+ Hvis du kan se denne siden, det betyr at de som eier denne domene (domain)
+ har nettopp greid å installere <A HREF="http://www.apache.org/">Apache Web server</A>
+ software. De må tilføye innhold til denne katalog og erstatte denne
+ plassholder siden, ellers peke serveren til de virkelige innhold.
+ </P>
+ <HR>
+ <BLOCKQUOTE>
+ Hvis du ser denne siden istedenfor den du ventet for, vennligst
+ <STRONG>ta kontakt med websever administratøren.</STRONG>
+ (Prøv å sende e-post til <SAMP>&lt;Webmaster@<EM>domene</EM>&gt;</SAMP>.)
+ 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
+ <STRONG><BIG>oversett</BIG></STRONG>.
+ </BLOCKQUOTE>
+ <HR>
+ <P>
+ Den Apache
+ <A
+ HREF="manual/index.html"
+ >dokumentasjon</A>
+ er inkludert i denne distribusjonen.
+ </P>
+ <P>
+ Denne sidens Webmaster kan bruke det grafikk nedenfør på en Apache-drevet Webserver.
+ Takk for at du bruker Apache!
+ </P>
+ <DIV ALIGN="CENTER">
+ <IMG SRC="apache_pb.gif" ALT="">
+ </DIV>
+ </BODY>
+</HTML>