Linux FAQ's & Manuals
- Linux Scripts
- Debian Install
- Bash For Beginners
- Bugzilla
- Consultants Guide
- GCC Manual
- Linux Command Line Tools
- Gnu Pascal Coding Standards
- Linux Installation Disk
- Labolatorium Linux(PL)
- Budowa systemu Linux(PL)
- Linux Dictionary
- Network Administrators
- Rescue Disk for Linux
- Red Hat Installation
- Red Hat Customization
- Red Hat Getting Started
- Red Hat Security
- Secure & Optimize
- Slackware Manual
- Suse Support
- Suse FAQ
Another News Site? Really?
Hoosier Penguin: "That was the initial reaction I had when I first learned about Blue GNU, a new free software news and information site that just launched yesterday..."
Microsoft's Overtures Towards Open Source Show Just How Scared It Is
The Inquirer: "However, the Vole's approach to OSI and Open Sauce in general deserves to be met with a shipload of skepticism..."
How Real Are the 451 Findings?
ZDNet: "Dan Farber is featuring news of another 451 Group study showing that open source is 'just about' to take over the system management business..."
Shared Source: Just Another Red Herring
iTWire: "Microsoft has begun to talk about open source again. Sure, atheists sometimes do talk about God..."
Linux: Merging Kgdb?
KernelTrap: "'Is anyone testing the kgdb code in here?' Andrew Morton asked in his release announcement for the 2.6.23-rc1-mm2 patchset..."
Hoosier Penguin: "That was the initial reaction I had when I first learned about Blue GNU, a new free software news and information site that just launched yesterday..."
Microsoft's Overtures Towards Open Source Show Just How Scared It Is
The Inquirer: "However, the Vole's approach to OSI and Open Sauce in general deserves to be met with a shipload of skepticism..."
How Real Are the 451 Findings?
ZDNet: "Dan Farber is featuring news of another 451 Group study showing that open source is 'just about' to take over the system management business..."
Shared Source: Just Another Red Herring
iTWire: "Microsoft has begun to talk about open source again. Sure, atheists sometimes do talk about God..."
Linux: Merging Kgdb?
KernelTrap: "'Is anyone testing the kgdb code in here?' Andrew Morton asked in his release announcement for the 2.6.23-rc1-mm2 patchset..."
input
for asian languages like japanese, chinese and korean which have thousands of characters, using a keyboard containing all necessary characters is not practical.
therefore, usually input-methods and conversion-dictionaries are used together with conventional keyboards.
there are many different input methods but from the user point of view, most of them share the following basic characteristics.
- there is some key or key-sequence to switch between direct keyboard input (``english-mode'') and input using the input-method (``non-english-mode'').
- in ``non-english-mode'', the input-method grabs the keyboard input and handles the conversion into the desired string. when conversion is finished, the result is pasted into the application.
- often, the input of a new string starts with the input of phonetics usually with one of the following two methods:
- transliteration using latin characters (for example one types ``k'' plus ``a'' is converted on the fly to か ...)
- input of a native phonetic script (hiragana for japanese, hangul for korean, zhuyin for chinese ...)
- after the input of the phonetics, conversion to chinese characters is done by looking up the phonetics in a conversion dictionary. if there are several matches, a list of conversion candidates is displayed and the user selects the correct one.
- the user confirms the conversion and the result is pasted into the application.
for an example with some pictures of such a procedure see sections 6.1.3.1 and 6.1.3.2.
subsections
- xim
- applications using athena widgets and xim
- automatic starting of an xim server with the x11 session
- kinput2
- nicolatter
- atok x
- ami
- xcin
- scim
- conversion backends
- input methods which do not use xim
- kanjipad