1 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc-style.css: Don't remove bullet of the document node |
4 |
|
in the document tree. Don't collapse white space |
5 |
|
in the |code| elements. |
6 |
|
|
7 |
|
* cc.cgi: Put identifiers and class names into |code| |
8 |
|
element. |
9 |
|
(get_text): Template for attribute values are supported. |
10 |
|
|
11 |
|
* error-descriotion-source.en.xml: More error descriptions |
12 |
|
are included. Use |{@}| attribute value insertion macro |
13 |
|
for errors in which it should be useful. |
14 |
|
|
15 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* cc.cgi: Output HTTP and HTML header before try to |
18 |
|
fetch the specified resource for usability. Add |
19 |
|
tables, identifiers, and terms section to the TOC. |
20 |
|
Generate classes list. |
21 |
|
|
22 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* alert.png, error.png, info.png: New images. |
25 |
|
|
26 |
|
* LICENSE: New image file names are added. |
27 |
|
|
28 |
|
* cc-interface.en.html: Link to the style sheet is added. |
29 |
|
|
30 |
|
* cc-style.css: Duplicate identifiers and terms |
31 |
|
are decorated by icon. |
32 |
|
|
33 |
|
* cc.cgi: |h1| links to the interface page. |
34 |
|
(#identifiers): New section. |
35 |
|
|
36 |
|
* error-description-source.en.xml: More error types are |
37 |
|
added. |
38 |
|
|
39 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* cc.cgi: Set |STDOUT| encoding as |utf8|. |
42 |
|
(htescape): Escape some more invisible characters. |
43 |
|
|
44 |
|
* error-description-source.en.xml: More error data. |
45 |
|
|
46 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* cc.cgi (table stuff): Set |is_header| property |
49 |
|
of table cells explicitly since otherwise newer JSON.pm |
50 |
|
generates broken output. |
51 |
|
(get_text): Return the reduced type name as well. Use |
52 |
|
it as fragment of detail document. |
53 |
|
|
54 |
|
* error-description-source.en.xml: More error descriptions |
55 |
|
are added. |
56 |
|
|
57 |
|
* mkdescription.pl: Remove |catalog| element from |
58 |
|
the result description document. |
59 |
|
|
60 |
|
* table.cgi: Set |is_header| property |
61 |
|
of table cells explicitly since otherwise newer JSON.pm |
62 |
|
generates broken output. |
63 |
|
|
64 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* Makefile (all): |cc-msg.en.txt| is added to the list of |
67 |
|
dependency. |
68 |
|
(cc-msg.en.txt): New rule. |
69 |
|
|
70 |
|
* mkcatalog.pl: New Perl script. |
71 |
|
|
72 |
|
* cc-msg.en.txt: Now this file is generated by |
73 |
|
the rule described in |Makefile|. |
74 |
|
|
75 |
|
* cc.cgi (HTML mode): Set |charset| as |ISO-8859-1| |
76 |
|
if not specified, for now. |
77 |
|
(get_text): Replace |<var>$/n/</var>|, not just |$/n/|, |
78 |
|
to variable. |
79 |
|
|
80 |
|
* error-description-source.xml: All entries |
81 |
|
in |cc-msg.en.txt| are now described as XML data. |
82 |
|
|
83 |
|
* mkdescription.pl: Print the result by |inner_html| DOM |
84 |
|
attribute. Put |level| attribute value, if any, before |name| |
85 |
|
attribute value. Allow missing of |desc| attribute. |
86 |
|
Ignore any |catalog| element. |
87 |
|
|
88 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
* cc-interface.en.html: Content-Type options are extended. |
* cc-interface.en.html: Content-Type options are extended. |