summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2009-10-31 14:29:52 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2009-10-31 14:29:52 +0900
commite970e5d83e95fd287b6ca4ae7a1f4c9799a04bc4 (patch)
tree8d61007a6c67c6345b7f5f8251b12b5db58f08c1
parentc16cc1a5d7a98a09795c92dff87f2170bd2a1343 (diff)
downloadlibhangul-e970e5d83e95fd287b6ca4ae7a1f4c9799a04bc4.tar.gz
문서 갱신
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@211 8f00fcd2-89fc-0310-932e-b01be5b65e01
-rw-r--r--NEWS6
-rw-r--r--README28
2 files changed, 24 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 99a9272..4a389cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.0.10
+ * implemented new logic romaja method
+ * updated to support the new Unicode standard 5.2
+ * updated API document
+ * fixed small bugs
+
0.0.9
* updated hanja searching routine
- remove binary data file format code
diff --git a/README b/README
index f5a6398..4e13c22 100644
--- a/README
+++ b/README
@@ -1,15 +1,23 @@
libhangul
-한글 입력을 위한 루틴을 구현한 라이브러리입니다.
+A library to support hangul input method logic, hanja dictionary and small
+hangul character classification.
-빌드 방법:
- $ ./configure
- $ make
- # make install
+How to build
+ $ ./autogen.sh
+ $ ./configure
+ # make
+Download:
+ * http://kldp.net/frs/?group_id=362
-libhangul
+Bug report:
+ * bug tracker: http://kldp.net/tracker/?group_id=362
+
+Mailing list
+ * mailing list: http://lists.kldp.net/mailman/listinfo/hangul-hackers
+ * mailing list archive: http://lists.kldp.net/pipermail/hangul-hackers/
-How to build:
- $ ./autogen.sh
- $ ./configure
- # make
+Web sites
+ * Home page: http://hangul.kldp.net/
+ * Project page: http://kldp.net/projects/hangul/
+ * Wiki page: http://wiki.kldp.org/wiki.php/libhangul