Intelligent Input Bus for Linux / Unix OS, iBus, is the next generation input
framework, developed by the developer of scim-python, includes all its
function, and much more.
This is the base port, you need input methods such as pinyin to input text.
'idnits' looks for violations of Section 2.1 and 2.2 of the requirements listed
on http://www.ietf.org/ID-Checklist.html
info2man converts GNU info files to pod or -man formats.
GNU info can be a pain as it demands its own special pager, it's a binary
format, it's cruder than HTML and less documented, and most GNU- authored
manual entries basically say "we like info so we don't maintain this manual
entry, thus it is probably wrong". info2man thus converts info files so that
they can be read by ordinary tools.
The module contains some utility scripts and assorted auto* magic for
internationalizing various kinds of XML files.
* Features
o Extract translatable strings from various source files (.xml.in,
.glade, .desktop.in, .server.in, .oaf.in).
o Collect the extracted strings together with messages from traditional
source files (.c, .h) in po/$(PACKAGE).pot.
o Merge back the translations from .po files into .xml, .desktop and
.oaf files. This merge step will happen at build resp. installation
time.
jo creates a JSON string on stdout from words given it as arguments or read
from stdin. Without option -a it generates an object whereby each word is a
key=value (or key@value) pair with key being the JSON object element and value
its value. jo attempts to guess the type of value in order to create number
(using strtod(3)), string, or null values in JSON.