]> granicus.if.org Git - apache/commitdiff
Clean up Korean language charcter set issues.
authorJoshua Slive <slive@apache.org>
Tue, 11 Jun 2002 00:19:17 +0000 (00:19 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 11 Jun 2002 00:19:17 +0000 (00:19 +0000)
Submitted by: Jeon Jeongho <mahajjh@myscan.org>
Reviewed by: Choi Kyusic <kyusic@scan.or.kr>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95599 13f79535-47bb-0310-9956-ffa450edef68

docs/STATUS
docs/conf/httpd-nw.conf
docs/conf/httpd-std.conf.in
docs/conf/httpd-win.conf
docs/docroot/index.html.ko.euc-kr [new file with mode: 0644]
docs/docroot/index.html.kr.iso2022-kr [deleted file]
docs/docroot/index.html.var

index 075f1f25dbd092097d65f7f4c6bbe0779c3d0daa..3b7a12834bee5f052061ed4bdcdea5ef156f8a93 100644 (file)
@@ -1,5 +1,5 @@
 Apache HTTP Server 2.0 Documentation Status File.
-Last modified: $Date: 2002/05/21 06:05:53 $
+Last modified: $Date: 2002/06/11 00:19:17 $
 
 If you are interested in helping accomplish some of the tasks on this
 list or otherwise improving the documentation, please join the
@@ -84,7 +84,7 @@ tutorial on how to get started with making your contribution.
     - Hebrew (.he.iso8859-8)
     - Italian (.it)
     - Japanese (.ja.iso2022-jp, .ja.jis)
-    - Korean (.kr.iso2022-kr, .kt.iso-kr)
+    - Korean (.ko.euc-kr)
     - Luxembourgish (.lb)
     - Dutch (.nl)
     - Norwegian (.no)
index ccc6a8f1ab6a79ade829c41c547aa15dc5a7ecdb..b953b92b77a5cbdf3e21cb817f5a478ac378647d 100644 (file)
@@ -593,7 +593,7 @@ AddEncoding x-gzip gz tgz
 #
 # Danish (da) - Dutch (nl) - English (en) - Estonian (et)
 # French (fr) - German (de) - Greek-Modern (el)
-# Italian (it) - Norwegian (no) - Norwegian Nynorsk (nn) - Korean (kr)
+# Italian (it) - Norwegian (no) - Norwegian Nynorsk (nn) - Korean (ko)
 # Portugese (pt) - Luxembourgeois* (ltz)
 # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz)
 # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja)
@@ -610,7 +610,7 @@ AddLanguage el .el
 AddLanguage it .it
 AddLanguage ja .ja
 AddLanguage pl .po
-AddLanguage kr .kr
+AddLanguage ko .ko
 AddLanguage pt .pt
 AddLanguage nn .nn
 AddLanguage no .no
@@ -632,7 +632,7 @@ AddLanguage hr .hr
 # 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 tw
+LanguagePriority en da nl et fr de el it ja ko no pl pt pt-br ltz ca es sv tw
 
 #
 # ForceLanguagePriority allows you to serve a result page rather than
index e85228c30be32e5e4b748705b0c3f546d996921e..7374ca470cb3303e3df2aad9a8e325af99165f8f 100644 (file)
@@ -698,7 +698,7 @@ AddEncoding x-gzip gz tgz
 #
 # Danish (da) - Dutch (nl) - English (en) - Estonian (et)
 # French (fr) - German (de) - Greek-Modern (el)
-# Italian (it) - Norwegian (no) - Norwegian Nynorsk (nn) - Korean (kr
+# Italian (it) - Norwegian (no) - Norwegian Nynorsk (nn) - Korean (ko
 # Portugese (pt) - Luxembourgeois* (ltz)
 # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz)
 # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja)
@@ -715,7 +715,7 @@ AddLanguage el .el
 AddLanguage it .it
 AddLanguage ja .ja
 AddLanguage pl .po
-AddLanguage kr .kr
+AddLanguage ko .ko
 AddLanguage pt .pt
 AddLanguage nn .nn
 AddLanguage no .no
@@ -737,7 +737,7 @@ AddLanguage hr .hr
 # 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 tw
+LanguagePriority en da nl et fr de el it ja ko no pl pt pt-br ltz ca es sv tw
 
 #
 # ForceLanguagePriority allows you to serve a result page rather than
index 4714dfa0cd126f072939afba37fa80879c9561ad..4053e67735dc090c807312e9e10d6acea23b6bce 100644 (file)
@@ -608,7 +608,7 @@ AddEncoding x-gzip gz tgz
 #
 # Danish (da) - Dutch (nl) - English (en) - Estonian (et)
 # French (fr) - German (de) - Greek-Modern (el)
-# Italian (it) - Norwegian (no) - Norwegian Nynorsk (nn) - Korean (kr)
+# Italian (it) - Norwegian (no) - Norwegian Nynorsk (nn) - Korean (ko)
 # Portugese (pt) - Luxembourgeois* (ltz)
 # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz)
 # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja)
@@ -625,7 +625,7 @@ AddLanguage el .el
 AddLanguage it .it
 AddLanguage ja .ja
 AddLanguage pl .po
-AddLanguage kr .kr
+AddLanguage ko .ko
 AddLanguage pt .pt
 AddLanguage nn .nn
 AddLanguage no .no
@@ -647,7 +647,7 @@ AddLanguage hr .hr
 # 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 tw
+LanguagePriority en da nl et fr de el it ja ko no pl pt pt-br ltz ca es sv tw
 
 #
 # ForceLanguagePriority allows you to serve a result page rather than
diff --git a/docs/docroot/index.html.ko.euc-kr b/docs/docroot/index.html.ko.euc-kr
new file mode 100644 (file)
index 0000000..65e90d2
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="EUC-KR"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko">
+<head>
+<title>¾ÆÆÄÄ¡ ¼³Ä¡ °Ë»ç¿ë ÆäÀÌÁö</title>
+<!-- original translation by Lee, Kuk Hyun <errai@hitel.net>, March 1 2000 -->
+<!-- minor correction by Jeon, Jeongho <mahajjh@myscan.org>, June 6 2002 -->
+</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/foundation/preFAQ.html">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/">¹®¼­</a>´Â ÀÌ ¹èÆ÷ÆÇ¿¡ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.</p>
+
+<p>¾ÆÆÄÄ¡¸¦ »ç¿ëÇϴ À¥¼­¹ö¿¡¼­ ¾Æ·¡ À̹ÌÁö¸¦ »ç¿ëÇϴ°Ǡ¿©·¯ºÐÀÇ
+ÀÚÀ¯ÀÔ´Ï´Ù. ¾ÆÆÄÄ¡¸¦ »ç¿ëÇØ Áּż­ °¨»çÇÕ´Ï´Ù!</p>
+
+<div align="center"><img src="apache_pb.gif" alt="" /></div>
+</body>
+</html>
+
diff --git a/docs/docroot/index.html.kr.iso2022-kr b/docs/docroot/index.html.kr.iso2022-kr
deleted file mode 100644 (file)
index b72159e..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//KR">
-<HTML>
- <HEAD>
- <META http-equiv="Content-Type" content="text/html; charset=ISO-2022-KR">
-  <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/foundation/preFAQ.html">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/">¹®¼­</A>´Â ÀÌ ¹èÆ÷ÆÇ¿¡ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù. 
-
-<P>
-¾Æ·¡¿¡ Àִ Apache À̹ÌÁö¸¦ »ç¿ëÇϴ°Ǡ¿©·¯ºÐÀÇ ÀÚÀ¯ÀÔ´Ï´Ù. ¾ÆÆÄÄ¡¸¦ »ç¿ëÇØ Áּż­ °¨»çÇÕ´Ï´Ù!
-<DIV ALIGN="CENTER"><IMG SRC="apache_pb.gif" ALT=""></DIV>
-</BODY>
-</HTML>
index 532d753ce9b01a3d6f671a272aa2d0b3ffec996d..e6678a5e0171fb5744e7daa3ec93139fe11c77bf 100644 (file)
@@ -54,9 +54,9 @@ URI: index.html.ja.iso2022-jp
 Content-language: ja
 Content-type: text/html;charset=ISO-2022-JP
 
-URI: index.html.kr.iso2022-kr
-Content-language: kr
-Content-type: text/html;charset=ISO-2022-KR
+URI: index.html.ko.euc-kr
+Content-language: ko
+Content-type: text/html;charset=EUC-KR
 
 URI: index.html.ltz.utf8
 Content-language: ltz