Commit Graph

6 Commits

Author SHA1 Message Date
fgsch
fcc2623401 switch to pkg-readmes. kevlo@ (maintainer) ok. 2010-11-08 09:00:20 +00:00
ajacoutot
f26c46c3b3 Fix build with new GTK+2. 2010-09-30 07:23:47 +00:00
fgsch
7ec796c610 Add enough information so people not familiar with IMs have a chance to
get this going quickly. Bump. kevlo@ ok.
A more detailed documentation would be great. Any takers?
2010-08-18 06:03:45 +00:00
ajacoutot
eb0208370e Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 21:21:59 +00:00
kevlo
f7f61ce6f1 Update to 1.4.9
ok ajacoutot@
2009-10-31 12:50:02 +00:00
kevlo
a9bfa6c2d4 Initial import of scim 1.4.7
SCIM is a common IM platform written in C++. It abstracts input method
interface into several classes and try to make these classes as simple
and independent as possible. With such simple interfaces, developers
can write their own input method in a few lines of code very easily.

SCIM is highly modularized: most components can be implemented as
dynamically loadable modules, thus can be loaded at runtime as you wish.
For example, input methods written for SCIM could be IMEngine modules,
and users can use such IMEngine modules combined with different interface
modules (FrontEnd) in different environment without rewrite/recompile the

ok ajacoutot@
2008-10-29 02:21:46 +00:00