1286bd5b2f72e361a4a89b33a45cca5744423c01
[chise/ids.git] / www / www-ids-find.el
1 (require 'ids-find)
2
3 (defun decode-url-string (string &optional coding-system)
4   (if (> (length string) 0)
5       (let ((i 0)
6             dest)
7         (while (string-match "%\\([0-9A-F][0-9A-F]\\)" string i)
8           (setq dest (concat dest
9                              (substring string i (match-beginning 0))
10                              (char-to-string
11                               (int-char
12                                (string-to-int (match-string 1 string) 16))))
13                 i (match-end 0)))
14         (decode-coding-string
15          (concat dest (substring string i))
16          coding-system))))
17
18 (defconst www-ids-find-version "0.23.1")
19
20 (defvar www-ids-find-ideographic-products-file-name
21   (expand-file-name "ideographic-products"
22                     (expand-file-name
23                      "feature"
24                      (expand-file-name
25                       "character"
26                       chise-system-db-directory))))
27
28 (defvar www-ids-find-chise-link-map-url-prefix
29   "http://kamichi.jp/chise_linkmap/map.cgi?code=")
30
31 (defvar www-ids-find-tang-chars-file-name
32   "~tomo/projects/chise/ids/www/tang-chars.udd")
33
34 (defun www-ids-find-format-line (c is)
35   (let ((str (encode-coding-string (format "%c" c) 'utf-8-er))
36         plane code ucs)
37     (princ
38      (with-temp-buffer
39        (cond
40         ((string-match "&CB\\([0-9]+\\);" str)
41          (setq code (string-to-int (match-string 1 str)))
42          (insert "<a href=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/char-desc?char=")
43          (insert str)
44          (insert (format "\"><img alt=\"CB%05d\" src=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/glyphs/cb-gaiji/%02d/CB%05d.gif\">\n"
45                          code (/ code 1000) code))
46          (insert (format "CB%05d</a>" code))
47          )
48         ((string-match "&JC3-\\([0-9A-F]+\\);" str)
49          (setq code (string-to-int (match-string 1 str) 16))
50          (insert "<a href=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/char-desc?char=")
51          (insert str)
52          (insert (format "\"><img alt=\"JC3-%04X\" src=\"http://kanji.zinbun.kyoto-u.ac.jp/db/CHINA3/Gaiji/%04x.gif\">\n"
53                          code code))
54          (insert (format "JC3-%04X</a>" code))
55          )
56         ((string-match "&J\\(78\\|83\\|90\\|SP\\)-\\([0-9A-F]+\\);" str)
57          (setq plane (match-string 1 str)
58                code (string-to-int (match-string 2 str) 16))
59          (insert "<a href=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/char-desc?char=")
60          (insert str)
61          (insert (format "\"><img alt=\"J%s-%04X\" src=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/glyphs/JIS-%s/%02d-%02d.gif\">\n"
62                          plane code plane
63                          (- (lsh code -8) 32)
64                          (- (logand code 255) 32)))
65          (insert (format "J%s-%04X</a>" plane code))
66          )
67         ((string-match "&G\\([01]\\)-\\([0-9A-F]+\\);" str)
68          (setq plane (string-to-int (match-string 1 str))
69                code (string-to-int (match-string 2 str) 16))
70          (insert "<a href=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/char-desc?char=")
71          (insert str)
72          (insert (format "\"><img alt=\"G%d-%04X\" src=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/glyphs/GB%d/%02d-%02d.gif\">\n"
73                          plane code plane
74                          (- (lsh code -8) 32)
75                          (- (logand code 255) 32)))
76          (insert (format "G%d-%04X</a>" plane code))
77          )
78         ((string-match "&C\\([1-7]\\)-\\([0-9A-F]+\\);" str)
79          (setq plane (string-to-int (match-string 1 str))
80                code (string-to-int (match-string 2 str) 16))
81          (insert "<a href=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/char-desc?char=")
82          (insert str)
83          (insert (format "\"><img alt=\"C%d-%04X\" src=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/glyphs/CNS%d/%04X.gif\">\n"
84                          plane code plane code))
85          (insert (format "C%d-%04X</a>" plane code))
86          )
87         ((string-match "&ZOB-\\([0-9]+\\);" str)
88          (setq code (string-to-int (match-string 1 str)))
89          (insert "<a href=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/char-desc?char=")
90          (insert str)
91          (insert (format "\"><img alt=\"ZOB-%04d\" src=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/glyphs/ZOB-1968/%04d.png\">\n"
92                          code code))
93          (insert (format "ZOB-%04d</a>" code))
94          )
95         (t
96          (insert "<a href=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/char-desc?char=")
97          ;; (insert str)
98          (insert
99           (mapconcat (lambda (c)
100                        (if (<= (char-int c) #x7F)
101                            (char-to-string c)
102                          (format "%%%02X" c)))
103                      str ""))
104          (insert "\">")
105          (insert str)
106          (insert "</a>")
107          ))
108        (goto-char (point-min))
109        (while (search-forward "&" nil t)
110          (replace-match "&amp;" t 'literal))
111        (buffer-string)
112        ))
113     (princ
114      (or (if (setq ucs (or (char-ucs c)
115                            (encode-char c 'ucs)))
116              (format
117               " <a href=\"http://www.unicode.org/cgi-bin/GetUnihanData.pl?codepoint=%X\">%s</a>"
118               ucs
119               (cond ((<= ucs #xFFFF)
120                      (format "U+%04X" ucs))
121                     ((<= ucs #x10FFFF)
122                      (format "U-%08X" ucs))))
123            "          ")))
124     (when ucs
125       (princ
126        (format " <a href=\"%s%X\">(link map)</a>"
127                www-ids-find-chise-link-map-url-prefix ucs)))
128     (princ " ")
129     (when is
130       (princ
131        (with-temp-buffer
132          (insert
133           (encode-coding-string
134            (ideographic-structure-to-ids is)
135            'utf-8-jp-er))
136          (goto-char (point-min))
137          (while (re-search-forward "&CB\\([0-9]+\\);" nil t)
138            (setq code (string-to-int (match-string 1)))
139            (replace-match
140             (format "<img alt=\"CB%05d\" src=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/glyphs/cb-gaiji/%02d/CB%05d.gif\">"
141                     code (/ code 1000) code)
142             t 'literal))
143          (buffer-string))))
144     (when (and ucs
145                (with-current-buffer
146                    (find-file-noselect
147                     www-ids-find-tang-chars-file-name)
148                  (goto-char (point-min))
149                  (re-search-forward (format "^%d$" ucs) nil t)))
150       (princ
151        (format " <a href=\"http://coe21.zinbun.kyoto-u.ac.jp/djvuchar?query=%s\">"
152                (mapconcat
153                 (lambda (c)
154                   (format "%%%02X" (char-int c)))
155                 (encode-coding-string (char-to-string c)
156                                       'utf-8-jp)
157                 "")))
158       (princ (encode-coding-string "\e$B"M\e(B[\e$BEbBeBsK\\e(B]</a>" 'utf-8-jp-er)))
159     (princ "<br>\n")))
160
161 (defun www-ids-insert-chars-including-components (components
162                                                   &optional ignored-chars)
163   (let ((products (copy-list (ideographic-products-find components)))
164         is as bs) 
165     (dolist (c (cond
166                 ((> (length products) 10000)
167                  products)
168                 ((> (length products) 4096)
169                  (sort products
170                        (lambda (a b)
171                          (< (char-int a)(char-int b))))
172                  )
173                 ((> (length products) 512)
174                  (sort products
175                        (lambda (a b)
176                          (if (setq as (char-total-strokes a))
177                              (if (setq bs (char-total-strokes b))
178                                  (if (= as bs)
179                                      (< (char-int a)(char-int b))
180                                    (< as bs))
181                                t)
182                            (< (char-int a)(char-int b)))))
183                  )
184                 (t
185                  (sort products
186                        (lambda (a b)
187                          (if (setq as (char-total-strokes a))
188                              (if (setq bs (char-total-strokes b))
189                                  (if (= as bs)
190                                      (ideograph-char< a b)
191                                    (< as bs))
192                                t)
193                            (ideograph-char< a b))))
194                  )))
195       (unless (memq c ignored-chars)
196         (setq is (char-feature c 'ideographic-structure))
197         (princ "<li>")
198         (www-ids-find-format-line c is)
199         (princ "<ul>\n")
200         (setq ignored-chars
201               (www-ids-insert-chars-including-components
202                (char-to-string c)
203                (cons c ignored-chars)))
204         (princ "</ul>\n")
205         )
206       ))
207   ignored-chars)
208
209 (defun www-batch-ids-find ()
210   (let ((components (car command-line-args-left))
211         (coded-charset-entity-reference-alist
212          (list*
213           '(=cns11643-1         "C1-" 4 X)
214           '(=cns11643-2         "C2-" 4 X)
215           '(=cns11643-3         "C3-" 4 X)
216           '(=cns11643-4         "C4-" 4 X)
217           '(=cns11643-5         "C5-" 4 X)
218           '(=cns11643-6         "C6-" 4 X)
219           '(=cns11643-7         "C7-" 4 X)
220           '(=gb2312             "G0-" 4 X)
221           '(=gb12345            "G1-" 4 X)
222           '(=jis-x0208@1990     "J90-" 4 X)
223           '(=jis-x0212          "JSP-" 4 X)
224           '(=cbeta              "CB" 5 d)
225           '(=jef-china3         "JC3-" 4 X)
226           '(=jis-x0208@1978     "J78-" 4 X)
227           '(=jis-x0208@1983     "J83-" 4 X)
228           '(=daikanwa           "M-" 5 d)
229           coded-charset-entity-reference-alist))
230         )
231     (setq command-line-args-left (cdr command-line-args-left))
232     (cond
233      ((stringp components)
234       (if (string-match "^components=" components)
235           (setq components (substring components (match-end 0))))
236       (setq components
237             (if (> (length components) 0)
238                 (decode-url-string components 'utf-8-jp-er)
239               nil))
240       )
241      (t
242       (setq components nil)
243       ))
244     (princ "Content-Type: text/html; charset=UTF-8
245
246 <!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"
247             \"http://www.w3.org/TR/html4/loose.dtd\">
248 <html lang=\"ja\">
249 <head>
250 <title>CHISE IDS Find</title>
251 </head>
252
253 <body>
254
255 <h1>")
256     (princ (encode-coding-string "CHISE IDS \e$B4A;z8!:w\e(B" 'utf-8-jp-er))
257     (princ "</h1>")
258     (princ "
259 <p>Version ")
260     (princ www-ids-find-version)
261     (princ (format-time-string
262             " (Last-modified: %Y-%m-%d %H:%M:%S)"
263             (nth 5
264                  (file-attributes
265                   www-ids-find-ideographic-products-file-name))))
266     (princ "
267 <p>
268 Copyright (C) 2005, 2006 <a href=\"http://kanji.zinbun.kyoto-u.ac.jp/~tomo/\"
269 >MORIOKA Tomohiko</a>
270 <hr>
271 <p>
272 <form action=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/ids-find\" method=\"GET\">
273 ")
274     (princ (encode-coding-string "\e$BItIJJ8;zNs\e(B" 'utf-8-jp-er))
275     (princ " <input type=\"text\" name=\"components\" size=\"30\" maxlength=\"30\" value=\"")
276     (if (> (length components) 0)
277         (princ (encode-coding-string components 'utf-8-jp-er)))
278     (princ "\">
279 <input type=\"submit\" value=\"")
280     (princ (encode-coding-string "\e$B8!:w3+;O\e(B" 'utf-8-jp-er))
281     (princ "\">
282 </form>
283
284 ")
285     (unless (file-newer-than-file-p
286              www-ids-find-ideographic-products-file-name
287              (locate-file (car command-line-args) exec-path))
288       (princ (encode-coding-string "<hr>
289 <p>
290 \e$B8=:_!"%7%9%F%`$N99?7:n6HCf$G$9!#$7$P$i$/$*BT$A$/$@$5$$!#\e(B
291 <hr>
292 " 'utf-8-jp-er))
293       ;; (setq components nil)
294       )
295     (cond
296      (components
297       ;; (map-char-attribute
298       ;;  (lambda (c v)
299       ;;    (when (every (lambda (p)
300       ;;                   (ideographic-structure-member p v))
301       ;;                 components)
302       ;;      (princ (encode-coding-string
303       ;;              (ids-find-format-line c v)
304       ;;              'utf-8-jp-er))
305       ;;      (princ "<br>\n")
306       ;;      )
307       ;;    nil)
308       ;;  'ideographic-structure)
309       (when (= (length components) 1)
310         (www-ids-find-format-line (aref components 0)
311                                   (char-feature (aref components 0)
312                                                 'ideographic-structure)))
313       ;; (dolist (c (ideographic-products-find components))
314       ;;   (setq is (char-feature c 'ideographic-structure))
315       ;;   ;; to avoid problems caused by wrong indexes
316       ;;   (when (every (lambda (c)
317       ;;                  (ideographic-structure-member c is))
318       ;;                components)
319       ;;     (www-ids-find-format-line c is)))
320       (princ "<ul>\n")
321       (www-ids-insert-chars-including-components components)
322       (princ "</ul>\n")
323       )
324      (t
325       (princ (encode-coding-string "<hr>
326 <p>
327 \e$B;XDj$7$?ItIJ$rA4$F4^$`4A;z$N0lMw$rI=<($7$^$9!#\e(B
328 <p>
329 CHISE \e$B$GMQ$$$i$l$k<BBV;2>H7A<0!JNc!'\e(B&amp;M-00256;\e$B!K$GItIJ$r;XDj$9$k;v$b$G$-$^$9!#\e(B" 'utf-8-jp-er))
330       (princ (encode-coding-string "
331 <p>
332 \[Links\]
333 <ul>
334 <li><a href=\"http://www.shuiren.org/chuden/toyoshi/syoseki/chise_ids.html\"
335 >\e$B!V\e(BCHISE IDS FIND\e$B$G4A;z$r8!:w!W\e(B</a> \e$B!=\e(B \e$B;3ED?r?N$5$s!J\e(B<a
336 href=\"http://www.shuiren.org/\">\e$B?g?MDb\e(B</a>\e$B!K$K$h$k2r@b\e(B
337 </ul>
338 <ul>
339 <li><a href=\"http://www.karitsu.org/tools/firefox_plugin.htm\"
340 >Firefox \e$BMQ\e(B plugin</a> by \e$B=);3M[0lO:$5$s!J\e(B<a href=\"http://www.karitsu.org/\"
341 >\e$B2aN)c7\e(B</a>\e$B!K\e(B
342 </ul>
343 <ul>
344 <li><a href=\"http://cvs.m17n.org/viewcvs/chise/ids/www/www-ids-find.el?view=markup\"
345 >www-ids-find.el (source file (Emacs Lisp part))
346 <li><a href=\"http://kanji.zinbun.kyoto-u.ac.jp/projects/chise/ids/\"
347 >\e$B!V\e(BCHISE \e$B4A;z9=B$>pJs%G!<%?%Y!<%9!W\e(B</a>
348 <li><a href=\"http://fonts.jp/chise_linkmap/\"
349 >\e$B!V\e(Bchise_linkmap : CHISE \e$B4A;zO"4D?^!W\e(B</a> by \e$B>eCO9(0l$5$s\e(B
350 <li><a href=\"http://kanji.zinbun.kyoto-u.ac.jp/projects/chise/\"
351 >CHISE Project</a>
352 </ul>
353 <ul>
354 <li><a href=\"http://coe21.zinbun.kyoto-u.ac.jp/djvuchar\"
355 >\e$B!VBsK\J8;z%G!<%?%Y!<%9!W\e(B</a> by
356 <a href=\"http://coe21.zinbun.kyoto-u.ac.jp/\"
357 >\e$B5~ETBg3X\e(B21\e$B@$5*\e(BCOE\e$B!VEl%"%8%"@$3&$N?MJ8>pJs3X8&5f650i5rE@!W\e(B</a>
358 <li><a href=\"http://www.unicode.org/\"
359 >Unicode</a>
360 </ul>"
361  'utf-8-jp-er))
362
363       ))
364     (princ "<hr>")
365     (princ
366      (format
367       "Powered by <a
368 href=\"http://kanji.zinbun.kyoto-u.ac.jp/projects/chise/xemacs/\"
369 >XEmacs CHISE</a> %s."
370       xemacs-chise-version))
371     (princ "
372 </body>
373 </html>
374 ")))