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