문서 갱신
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Sat, 31 Oct 2009 05:29:52 +0000 (14:29 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Sat, 31 Oct 2009 05:29:52 +0000 (14:29 +0900)
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@211 8f00fcd2-89fc-0310-932e-b01be5b65e01

NEWS
README

diff --git a/NEWS b/NEWS
index 99a9272..4a389cf 100644 (file)
--- 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 (file)
--- 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