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 Wed Jun 25 05:25:06 -0700 2008 Add ibus.spec in .gitignore. [phuang]
file AUTHORS Wed Aug 27 02:22:14 -0700 2008 Update AUTHORS. [phuang]
file COPYING Sun Oct 05 19:39:43 -0700 2008 Change COPYING from LGPL 2.0 to LGPL 2.1 [phuang]
file ChangeLog Mon May 12 00:18:48 -0700 2008 import ibus [phuang]
file Makefile.am Sun Oct 05 07:16:30 -0700 2008 Move panel into ui folder, and rename panel to ... [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 Tue Sep 09 19:11:25 -0700 2008 Add --force opt. [phuang]
directory client/ Sun Oct 05 02:34:05 -0700 2008 Specify qt4 make flags when generate Makefile f... [phuang]
file configure.ac Sun Oct 05 07:16:30 -0700 2008 Move panel into ui folder, and rename panel to ... [phuang]
directory daemon/ Tue Oct 07 03:42:04 -0700 2008 Fix a typo. [phuang]
directory debian/ Wed Sep 24 02:50:20 -0700 2008 Remove commetted line [phuang]
directory doc/ Sat Sep 20 22:27:13 -0700 2008 Implement org.freedesktop.DBus methods. [phuang]
directory gconf/ Mon Oct 06 03:15:42 -0700 2008 Remove unused variable. [phuang]
file ibus.spec.in Tue Oct 07 03:32:09 -0700 2008 Add Requries: notification-daemon in ibus.spec.in [phuang]
directory ibus/ Mon Oct 06 01:13:50 -0700 2008 Complete Noifications module. [phuang]
directory icons/ Sat Sep 06 02:55:31 -0700 2008 Update ibus.svg. [phuang]
directory launcher/ Mon Oct 06 20:12:22 -0700 2008 Refine .desktop files. [phuang]
directory lib/ Sun Oct 05 00:35:13 -0700 2008 Remove debug output for japan_groups. [phuang]
directory m4/ Sun Jun 29 01:20:23 -0700 2008 Update Headers. [phuang]
directory po/ Wed Oct 08 20:42:11 -0700 2008 Update translations. [phuang]
file python-config.py Tue Jun 17 01:46:55 -0700 2008 WIP. [phuang]
directory setup/ Wed Oct 08 20:26:07 -0700 2008 Modify setup ui to be consonant with GNOME HIG. [phuang]
directory test/ Mon Sep 08 07:37:59 -0700 2008 WIP. [phuang]
directory ui/ Tue Oct 07 03:48:00 -0700 2008 Fix problem when org.freedesktop.Notifications ... [phuang]
directory util/ Mon Sep 29 17:13:55 -0700 2008 Fix make dist error. [phuang]
file xinput-ibus Wed Oct 08 18:02:33 -0700 2008 Add ICON for im-chooser. [phuang]
README
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>