public
Description: Intelligent Input Bus for Linux/Unix
Homepage: http://code.google.com/p/ibus/
Clone URL: git://github.com/phuang/ibus.git
ibus /
name age message
file .gitignore Thu Mar 26 21:17:35 -0700 2009 API-DOC and Fix iBus Google issue 320. [dchen@redhat.com]
file AUTHORS Thu Jun 11 23:43:32 -0700 2009 Add vi.po [phuang]
file COPYING Sun Oct 05 19:39:43 -0700 2008 Change COPYING from LGPL 2.0 to LGPL 2.1 [phuang]
file Makefile.am Wed Jun 17 00:40:57 -0700 2009 Fix problems for 'make rpm' [phuang]
file NEWS Mon May 12 00:18:48 -0700 2008 import ibus [phuang]
file README Sat Oct 04 23:46:30 -0700 2008 fix typo in README [lidaobing]
file autogen.sh Wed Jun 17 00:42:06 -0700 2009 Add --enable-gtk-doc in autogen.sh [phuang]
directory bindings/ Wed Feb 04 18:39:56 -0800 2009 re-implement ibus in c language. [phuang]
directory bus/ Thu Jun 25 01:04:09 -0700 2009 Modify introspect interface. [phuang]
directory client/ Mon Jun 15 16:36:04 -0700 2009 Fix build warnings. [phuang]
file configure.ac Tue Jun 23 16:49:50 -0700 2009 Disable qt4 im module. [phuang]
directory data/ Thu Jun 25 00:59:47 -0700 2009 APIDOC: Completed IBusInputContext Revi... [Ding-Yi Chen]
directory debian/ Tue Feb 10 17:05:23 -0800 2009 Rename iBus to IBus. [Peng Huang]
directory doc/ Sat Sep 20 22:27:13 -0700 2008 Implement org.freedesktop.DBus methods. [phuang]
directory docs/ Mon Jun 01 01:21:05 -0700 2009 APIDOC: Finished IBusConnection, IBusHotKey, IB... [Ding-Yi Chen]
directory gconf/ Wed Feb 11 21:24:42 -0800 2009 Update .gitignore files. [phuang]
file ibus-1.0.pc.in Wed Feb 04 18:39:56 -0800 2009 re-implement ibus in c language. [phuang]
file ibus.sh Mon Feb 23 00:36:20 -0800 2009 Install ibus.sh to /etc/X11/xinitrc.d. [phuang]
file ibus.spec.in Thu Jun 25 00:59:47 -0700 2009 APIDOC: revised IBusEngine, IBusInputContext [Ding-Yi Chen]
directory ibus/ Wed Jul 01 18:30:11 -0700 2009 Add PY prefix in gtype names. [phuang]
directory m4/ Sun Jun 29 01:20:23 -0700 2008 Update Headers. [phuang]
directory po/ Thu Jun 25 00:59:47 -0700 2009 APIDOC: Completed IBusInputContext Revi... [Ding-Yi Chen]
file python-config.py Tue Jun 17 01:46:55 -0700 2008 WIP. [phuang]
directory setup/ Wed Jul 01 18:30:11 -0700 2009 Update buttons' states correctly [phuang]
directory src/ Thu Jun 25 00:59:47 -0700 2009 APIDOC: Completed IBusInputContext Revi... [Ding-Yi Chen]
directory test/ Mon Sep 08 07:37:59 -0700 2008 WIP. [phuang]
directory ui/ Mon Jun 29 19:54:16 -0700 2009 Fix some coding style problems. [phuang]
directory util/ Sun Mar 01 21:05:22 -0800 2009 Fix some compile problems with Sun C compiler. [phuang]
file xinput-ibus Wed Jun 17 02:03:02 -0700 2009 Remove IBUS_SESSION_ID from xinput-ibus [phuang]
IBus - Input Bus

Introduction
===

IBus is an Intelligent Input Bus. It is a new input framework for Linux OS.
It provides full featured and user friendly input method user interface.
It also may help developers to develop input method easily.


How to build & test IBus
===

ibus-setup:
It is a gtk program to enable and configure ibus.

ibus:
It is ibus daemon.

hotkeys:
Ctrl + Space: Enable or Disable input method
Ctrl + Shift: Change input method.

For more detail please refer to http://code.google.com/p/ibus/wiki/ReadMe .


Huang Peng <shawn.p.huang@gmail.com>