(1)Make fatten the bezier curve (2)Adjust box's Kakato (3)Update sample
[chise/kage.git] / kagecgi / README.en
1 KAGE/cgi is a Kanji-glyph generating engine.
2
3 It can use by command prompt and for executable cgi for httpd server.
4
5
6 PREREQUISITES
7 =============
8
9 KAGE/cgi needs following librarys:
10
11  - Berkely DB 4
12  - libpng
13
14
15 CONFIGURATION
16 =============
17
18 Please edit `Makefile' fit with your environment.
19
20
21 RUNNING MAKE
22 ============
23
24 Run the program `make' as follows:
25
26   % make
27
28
29 INSTALLING
30 ==========
31
32 1) Engine program
33
34   # make install
35
36   (by default, it will be installed as /usr/local/bin/kage.cgi)
37
38  Also, if you need to use as cgi, copy/make symbolic link to proper directory.
39  (ex. % cp /usr/local/bin/kage.cgi /var/www/cgi-bin/)
40  
41 2) Parts database (wget is required)
42
43   # make database
44
45   (by default, it will be installed as /usr/local/share/kagecgi/kagedb) 
46
47
48 TEST
49 ====
50
51 1) Run from command prompt
52
53  - % kage.cgi u2ff0.u6c35.u6c38 > result.png
54  - % kage.cgi u4e08-k > result.png
55  - % kage.cgi 'u7389&shotai=gothic' > result.png
56  - % kage.cgi 'u4e5f&type=eps' > result.eps
57
58 2) Run as cgi program
59
60 Call engine by a web browser like as `http://hoge.hoge/cgi-bin/kage.cgi?u4e00'.
61
62 Glyph will be appear (`ICHI (one)' : u4e00 in ISO/IEC 10646-1).
63
64 Another examples:
65  - kage.cgi?u2ff0.u6c35.u6c38 (combination of parts)
66  - kage.cgi?u4e08-k (fix a glyph design to K-Source of ISO/IEC 10646-1 [Default: J-Source])
67  - kage.cgi?u7389&shotai=gothic (generate as Gothic glyph [Default: Mincho])
68  - kage.cgi?u4e5f&type=eps (generate as .eps file [Default: .png file])
69
70
71 GETTING MORE INFORMATION
72 ========================
73
74 Please visit http://fonts.jp/ for further information.
75
76 (Currently, only Japanese language site are avalable)