1 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc.cgi: Set |STDOUT| encoding as |utf8|. |
4 |
|
(htescape): Escape some more invisible characters. |
5 |
|
|
6 |
|
* error-description-source.en.xml: More error data. |
7 |
|
|
8 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* cc.cgi (table stuff): Set |is_header| property |
11 |
|
of table cells explicitly since otherwise newer JSON.pm |
12 |
|
generates broken output. |
13 |
|
(get_text): Return the reduced type name as well. Use |
14 |
|
it as fragment of detail document. |
15 |
|
|
16 |
|
* error-description-source.en.xml: More error descriptions |
17 |
|
are added. |
18 |
|
|
19 |
|
* mkdescription.pl: Remove |catalog| element from |
20 |
|
the result description document. |
21 |
|
|
22 |
|
* table.cgi: Set |is_header| property |
23 |
|
of table cells explicitly since otherwise newer JSON.pm |
24 |
|
generates broken output. |
25 |
|
|
26 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Makefile (all): |cc-msg.en.txt| is added to the list of |
29 |
|
dependency. |
30 |
|
(cc-msg.en.txt): New rule. |
31 |
|
|
32 |
|
* mkcatalog.pl: New Perl script. |
33 |
|
|
34 |
|
* cc-msg.en.txt: Now this file is generated by |
35 |
|
the rule described in |Makefile|. |
36 |
|
|
37 |
|
* cc.cgi (HTML mode): Set |charset| as |ISO-8859-1| |
38 |
|
if not specified, for now. |
39 |
|
(get_text): Replace |<var>$/n/</var>|, not just |$/n/|, |
40 |
|
to variable. |
41 |
|
|
42 |
|
* error-description-source.xml: All entries |
43 |
|
in |cc-msg.en.txt| are now described as XML data. |
44 |
|
|
45 |
|
* mkdescription.pl: Print the result by |inner_html| DOM |
46 |
|
attribute. Put |level| attribute value, if any, before |name| |
47 |
|
attribute value. Allow missing of |desc| attribute. |
48 |
|
Ignore any |catalog| element. |
49 |
|
|
50 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
* cc-interface.en.html: Content-Type options are extended. |
* cc-interface.en.html: Content-Type options are extended. |
53 |
Charset options are added. URI input box is added. |
Charset options are added. URI input box is added. |
54 |
|
|