File: README

package info (click to toggle)
scim-anthy 1.2.7-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 4,172 kB
  • sloc: cpp: 15,051; sh: 9,951; ansic: 8,543; makefile: 553; yacc: 288; sed: 16
file content (120 lines) | stat: -rw-r--r-- 3,236 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
1. What's this?
===============

scim-anthy is a SCIM IMEngine module for anthy.

SCIM is Smart Common Input Method platform, it provides user friendly/full
featured user interface and development platform to make input method
developer's life easier.

Anthy is a system for Japanese input method.
It converts Hiragana text to Kana Kanji mixed text.

scim-anthy provides some usefull user interfaces for Anthy using SCIM.


2. Requirements
===============

2.1 Necessary

  * scim-1.2.0 or later.
    - http://www.scim-im.org/

  * Anthy-5100 or later.
    - http://anthy.sourceforge.jp/
    - http://sourceforge.jp/projects/anthy/

3.2 Optional

  * kasumi-0.6 or later:
    - Dictionary management tool. Invoked from scim-anthy.
    - http://kasumi.sourceforge.jp/


3. Install
==========

  You can build & install scim, anthy, and scim-anthy by following command:

    $ ./configure
    $ make
    # make install

  If you installed the SCIM into /usr/local or any other non-standard
  diretories, you should specify the PKG_CONFIG_PATH environment variable like
  this:

    $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure

  You'll find distribution-specific installation method from following site:

    http://home.nyc.rr.com/computertaijutsu/jpninpt.html


4. Usage
========

Yukiko Bando wrote some efficient documents of scim-anthy.
These documents are written for Mandriva users, but also usefull for all users
using other distributions.

Please see them to learn usage of the scim-anthy:

  * http://www.h4.dion.ne.jp/~apricots/scim-anthy/howto.html
  * http://www.h4.dion.ne.jp/~apricots/scim-anthy/romakana.html


5. License
==========

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place - Suite 330, Boston, MA 02111-1307, USA.


6. Credit
=========

Special thanks to all scim-anthy developers and users!

 * Hiroyuki Ikezoe <poincare at ikezoe.net>
   - Originator of this project.

 * Takuro Ashie <ashie at homa.ne.jp>
   - Developer.

 * SHIMODA Hiroshi <piro@p.club.ne.jp>
   - Art work.

 * James Su <james.su at gmail.com>
   - Anthor of scim

 * Yusuke Tabata <yusuke at cherubim.icw.co.jp>
   - Author of Anthy.

 * Yukiko Bando <ybando at k6.dion.ne.jp>
   - Wrote some efficient documents of scim-anthy.

 * UTUMI Hirosi <utuhiro78 at yahoo.co.jp>
   - Packager of RPM package for Mandriva.

 * Ryo DAIRIKI <ryo-dairiki at users.sourceforge.jp>
   - Packager of RPM package for Fedora Core.

 * Mike Fabian <mfabian at suse.de>
   - Packager of RPM package for SUSE.

 * Ikuya AWASHIRO <ikuya at oooug.jp>
   - Packager of deb package for Debian and Ubuntu.

 * Mamoru Komachi <usata at usata.org>
   - Packager of Gentoo package.