Skip to content

Commit

Permalink
문서 업데이트
Browse files Browse the repository at this point in the history
프로젝트 설명을 업데이트
프로젝트 주소를 kldp.net에서 http://code.google.com/p/nabi/ 로 바꿈
  • Loading branch information
choehwanjin committed Dec 5, 2011
1 parent 6091565 commit f0a429a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 12 deletions.
51 changes: 40 additions & 11 deletions README
@@ -1,18 +1,49 @@
imhangul_status_applet 은 GNOME 패널의 애플릿으로만 동작하기 때문에
그 외의 환경에서 사용하기 어려운 점이 있습니다.
Nabi 나비
=========

하지만 nabi는 system tray에 들어가는 프로그램이기 때문에 KDE에서도 별 무리
없이 사용하실수 있을겁니다.
nabi는 System Tray(Notification Area)를 지원하는 GTK+로 개발된 X Window의
한글 입력기(XIM)입니다.

XIM 기능도 있기 때문에 XIM으로 사용하고 싶다면
프로젝트 사이트:
http://code.google.com/p/nabi/

기능과 특징
* 두벌식, 세벌식최종, 세벌식390 자판 지원
* libhangul을 이용하여 한자의 뜻까지 보여줌
* Notification Area에 embed됨
* imhangul의 한영 상태로 같이 나타냄

소스
nabi의 소스는 여기에서 관리하지 않고 GitHub에서 관리하고 있습니다.
다음 명령으로 소스를 받으실 수 있습니다.

$ git clone git://github.com/choehwanjin/nabi.git nabi

또는 http://github.com/choehwanjin/nabi 여기서 웹으로 브라우징해 볼 수 있습니다.

빌드
빌드 방법은 보통의 GNU build system을 사용한 오픈 소스 패키지와 동일합니다.

$ ./configure --prefix=$PREFIX
$ make
# make install

XIM으로 사용하기 위해서는 XMODIFIERS 환경 변수가 필요합니다.
아래와 같이 설정하면 사용할 수 있습니다.

export XMODIFIERS="@im=nabi"

하시면 됩니다.
그러나 이런 환경 변수 설정을 유효하게 하는 것은 일반 사용자에게는 상당히
까다로운 일로 배포판에서 제공하는 설정방법을 사용하시길 추천합니다.

------------------------
http://kldp.net/projects/nabi/ - 프로젝트 페이지
최근의 많은 배포판들은 im-switch를 가지고 있으므로 im-switch를 이용하여
설정하는 것이 편리합니다.

$ im-switch -s nabi

이 명령을 실행하여 설정하면 됩니다.

------------------------
For non-korean users.

You should set XMODIFIERS environment variable before launching any XIM-aware
Expand All @@ -26,6 +57,4 @@ See xinit man page.
If you use debian, it is easy to use im-switcher.
Install im-switch, and run it like below:

im-switch -s nabi


$ im-switch -s nabi
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(nabi, 0.99.10, http://kldp.net/projects/nabi/)
AC_INIT(nabi, 0.99.10, http://code.google.com/p/nabi/)
AM_INIT_AUTOMAKE([])

AM_CONFIG_HEADER(config.h)
Expand Down

0 comments on commit f0a429a

Please sign in to comment.