changes: reworked git to separate upstream and packaging
[platform/core/uifw/libhangul.git] / README
diff --git a/README b/README
index 754b19a..3c4c484 100644 (file)
--- a/README
+++ b/README
@@ -1,26 +1,17 @@
 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
 
-python 모듈 빌드 방법:
-    $ cd bindings/pyhangul
-    $ make
-    # make install
+Download:
+ * http://code.google.com/p/libhangul/downloads/list
 
+Bug report:
+ * http://code.google.com/p/libhangul/issues/list
 
-libhangul
-
-How to build:
-    $ ./autogen.sh
-    $ ./configure
-    $ make
-
-How to install python module 'pyhangul':
-    $ cd bindings/pyhangul
-    $ make
-    login as root
-    # make install
+Web sites
+ * Project page: http://code.google.com/p/libhangul/