New file.
[chise/kage.git] / kagecgi / README.en
1 KAGE/cgi is a Kanji-glyph generating engine call from httpd server.
2
3
4 PREREQUISITES
5 =============
6
7 KAGE/cgi needs following librarys:
8
9  - Berkely DB 2 (3 is not supported yet)
10  - libpng
11  - glib
12  - xlib
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 After running `make', `kage.cgi' will appear at current directory.
35
36 Please copy the file to proper directory.
37
38 (Configure httpd for enable excuting .cgi files)
39
40 2) Parts database
41
42 Get database file. (URL `http://fonts.jp/kagedb/wiki')
43
44 Copy to proper directory describing at `kagecgi.h'(databeseFileName).
45
46
47 TEST
48 ====
49
50 Call engine from a web browser like as `http://hoge.hoge/kage.cgi?u4e00'.
51
52 Glyph will be appear (`ICHI (one)' : u4e00 in ISO/IEC 10646-1).
53
54 Another examples:
55  - kage.cgi?u2ff0.u6c35.u6c38 (combination of parts)
56  - kage.cgi?u4e08-k (fix a glyph design to K-Source of ISO/IEC 10646-1 [Default: J-Source])
57  - kage.cgi?u7389&shotai=gothic (generate as Gothic glyph [Default: Mincho])
58  - kage.cgi?u4e5f&type=eps (generate as .eps file [Default: .png file])
59
60
61 GETTING MORE INFORMATION
62 ========================
63
64 Please visit http://fonts.jp/ for further information.
65
66 (Currently, only Japanese language site are avalable)