Author: yamakenz Date: Fri Jun 29 17:35:42 2007 New Revision: 4625 Added: wiki/Tools.wiki
Log: Created wiki page through web user interface. Added: wiki/Tools.wiki ============================================================================== --- (empty file) +++ wiki/Tools.wiki Fri Jun 29 17:35:42 2007 @@ -0,0 +1,68 @@ +== Toolbar == +http://uim.freedesktop.org/img/toolbar-applet.png + +=== uim-toolbar-gtk === +Toolbar for indicating, switching the state of input methods and launching helper tools (You can also launch helper tools with right click) implemented in GTK+. + +=== uim-toolbar-gtk-systray === +A systray icon type of uim-toolbar. + +=== uim-toolbar-applet === +A Gnome applet type of uim-toolbar. + +=== uim-toolbar-qt === +http://uim.freedesktop.org/img/toolbar-qt.png + +Qt version of uim-toolbar. + +To build tools for Qt, you need to build uim using "--with-qt" configure option. + +=== uim_panelapplet === +A KDE applet type of uim-toolbar. + + +== Preference Tool == +http://pdx.freedesktop.org/~kzk/uim/uim-prefs.png + +=== uim-pref-gtk === +=== uim-pref-qt === +The customization tool. This program can be launched from uim-toolbar. + + +== Input Method Switcher == + +=== uim-im-switcher-gtk === +=== uim-im-switcher-qt === +Full featured input method switcher for uim (but this tool is normally not needed as uim-toolbar can switch input methods). + + +== Input Pad == + +=== uim-input-pad-ja === +Input pad for some symbols used in Japan. + +=== uim-chardict-qt === +Tool for searching Kanji used in Japan from bushu name. + +=== uim-tomoe-gtk === +Handwriting input pad. This is not included in uim package. +See http://tomoe.sourceforge.jp/ + + +== uim-sh == +Interactive Scheme Shell. The main purpose is to debug uim. + +{{{ +$ uim-sh +uim> (map im-name im-list) +uim> (require "uim-db.scm") +uim> (uim-db-help) +}}} + +You can use following command line options. + + * -b --batch + * -B --strict-batch + * -h --help + +To exit the shell, press Ctrl + c.
