68761db56fb2779bbfba586bfb8b8ca68d53bdf2
[chise/kage.git] / kagedb / readme.en
1 This directory holds the KAGE/DB files which contains data and
2 utilities.
3
4 * partsdb : Kanji parts database for KAGE/cgi
5
6 Get makepartsdb.pl and parts.txt, please type like follows.
7
8     % perl makepartsdb.pl .
9
10 Then ''partsdb'' is to be created.
11
12 * aliasdb : Kanji parts alias database for KAGE/cgi
13
14 Get makealiasdb.pl and alias.txt, please type like follows.
15
16     % perl makealiasdb.pl .
17
18 Then ''aliasdb'' is to be created.
19
20 * idsdb : Kanji alias IDS database for KAGE/cgi
21
22 Get makeidsdb.pl and CHISE/IDS data, please type like follows.
23
24     % perl makeidsdb.pl .
25
26 Then ''idsdb'' is to be created.
27
28  note: More information about CHISE/IDS data is avalable at
29        http://www.kanji.zinbun.kyoto-u.ac.jp/projects/chise/ids/
30
31 * About KAGE/DB
32
33 Please see http://fonts.jp/index.php?KAGE%2Fcgi
34
35 (Only Japanese documents are avalable)
36
37 * License
38
39 This package is free software; you can redistribute it and/or modify
40 it under the terms of the GNU General Public License as published by
41 the Free Software Foundation; either version 2, or (at your option)
42 any later version.
43
44 This package is distributed in the hope that it will be useful, but
45 WITHOUT ANY WARRANTY; without even the implied warranty of
46 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
47 General Public License for more details.
48
49 You should have received a copy of the GNU General Public License
50 along with this package; see the file COPYING.  If not, write to
51 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
52 Boston, MA 02111-1307, USA.