~ubuntu-branches/ubuntu/vivid/dbskkd-cdb/vivid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2009-02-16 21:54:19 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20090216215419-by00ricwyn2pkjct
Tags: upstream-2.00
ImportĀ upstreamĀ versionĀ 2.00

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: iso-latin-1-unix -*-
 
2
dbskkd-cdb readme/installation note in English
 
3
for version dbskkd-cdb-2.00
 
4
by Kenji Rikitake <kenji.rikitake@acm.org>
 
5
last updated 6-FEB-2009
 
6
 
 
7
* Summary
 
8
 
 
9
dbskkd-cdb is a dictionary server for SKK Japanese Input Method system.
 
10
For building the executable file, TinyCDB is required.
 
11
 
 
12
TinyCDB
 
13
http://www.corpit.ru/mjt/tinycdb.html
 
14
 
 
15
See skk-server-protocol.txt for the details.
 
16
 
 
17
This program is tested under FreeBSD 7.1-RELEASE.
 
18
 
 
19
* Installation procedure
 
20
 
 
21
1. makeskkcdb.sh converts a plaintext SKK dictionary to the CDB format.
 
22
   The default source file name is /usr/local/share/skk/SKK-JISYO.L
 
23
   and the converted cdb file will be placed in the current directory
 
24
   as SKK-JISYO.L.cdb.  This .cdb file should be placed with the filename
 
25
   specified in JISYO_FILE macro in dbskkd-cdb.c.
 
26
 
 
27
2. do 'make' to compile.  This require cdb.h and libcdb.a of TinyCDB.
 
28
 
 
29
3. do 'make install' to copy the compile executable image to the
 
30
   executable image directory.  The default directory is /usr/local/libexec.
 
31
 
 
32
* User privilege on installation
 
33
 
 
34
Assign a dedicated non-privileged user for this program and invoke with
 
35
the uid.
 
36
 
 
37
DO NOT invoke with the root or superuser privilege.
 
38
 
 
39
An example of inetd.conf is available at example-inetd.txt.
 
40
An example of daemontools run file is available at example-daemontools.txt.
 
41
 
 
42
* Bug reports and comments
 
43
 
 
44
The source code repository and issue tracker is available in Google Code at
 
45
http://code.google.com/p/dbskkd-cdb/
 
46
 
 
47
Inquiries and comments are welcome in Japanese and English.
 
48
 
 
49
* Acknowledgment
 
50
 
 
51
Daniel J. Bernstein for his cdb, Michael Tokarev for his TinyCDB.
 
52
 
 
53
SKK developers and contributors including:
 
54
 
 
55
Makahito Sato, Mikio Nakajima, Yukiyoshi Kameyama, Masaaki Sato,
 
56
Takashi Sakamoto, Fumitoshi Ukai, Toshinori Maeno, Yasuhiro Honda,
 
57
Hayao Nakahara, Takahiro Kikuchi, Hideo Matsumoto, Hidetaka Koie,
 
58
Takao Kawamura, Hideto Kihara, Rikishi Inakazu, Makoto Matsushita,
 
59
Atsushi Yamagata, Tatsuya Kinoshita, Ryosuke Nakai.
 
60
 
 
61
[end of README]
 
62