/[pub]/test/html-whatpm/ChangeLog
Suika

Contents of /test/html-whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.32 - (hide annotations) (download)
Mon Sep 10 11:51:09 2007 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.31: +4 -0 lines
++ ChangeLog	10 Sep 2007 11:50:30 -0000
2007-09-10  Wakaba  <wakaba@suika.fam.cx>

	* cc.cgi, cc-style.css: Scoring support.

1 wakaba 1.32 2007-09-10 Wakaba <[email protected]>
2    
3     * cc.cgi, cc-style.css: Scoring support.
4    
5 wakaba 1.31 2007-09-03 Wakaba <[email protected]>
6    
7     * error-description-source.xml: Updated.
8    
9 wakaba 1.30 2007-09-02 Wakaba <[email protected]>
10    
11     * cc.cgi: Report document sections are now output by
12     corresponding subroutines.
13    
14 wakaba 1.29 2007-08-26 Wakaba <[email protected]>
15    
16     * cc.cgi: New catalog macros |local-name| and |element-local-name|.
17    
18 wakaba 1.28 2007-08-11 Wakaba <[email protected]>
19    
20     * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
21     instead of |SuikaWiki::Input::HTTP|.
22    
23     2007-08-05 Wakaba <[email protected]>
24    
25     * cc-interface.en.html: IMT |application/atom+xml| is added.
26     Link to |cc-todo| is added.
27    
28     2007-07-24 Wakaba <[email protected]>
29    
30     * error-description.xml: Description for "after body", "bare etago",
31     and "bogus end tag" are added.
32    
33 wakaba 1.27 2007-07-21 Wakaba <[email protected]>
34    
35     * cc-style.css: Don't remove bullet of the document node
36     in the document tree. Don't collapse white space
37     in the |code| elements.
38    
39     * cc.cgi: Put identifiers and class names into |code|
40     element.
41     (get_text): Template for attribute values are supported.
42    
43     * error-descriotion-source.en.xml: More error descriptions
44     are included. Use |{@}| attribute value insertion macro
45     for errors in which it should be useful.
46    
47 wakaba 1.25 2007-07-17 Wakaba <[email protected]>
48    
49 wakaba 1.26 * cc.cgi: Output HTTP and HTML header before try to
50     fetch the specified resource for usability. Add
51     tables, identifiers, and terms section to the TOC.
52     Generate classes list.
53    
54     2007-07-17 Wakaba <[email protected]>
55    
56 wakaba 1.25 * alert.png, error.png, info.png: New images.
57    
58     * LICENSE: New image file names are added.
59    
60     * cc-interface.en.html: Link to the style sheet is added.
61    
62     * cc-style.css: Duplicate identifiers and terms
63     are decorated by icon.
64    
65     * cc.cgi: |h1| links to the interface page.
66     (#identifiers): New section.
67    
68     * error-description-source.en.xml: More error types are
69     added.
70    
71 wakaba 1.21 2007-07-16 Wakaba <[email protected]>
72    
73 wakaba 1.24 * cc.cgi: Set |STDOUT| encoding as |utf8|.
74     (htescape): Escape some more invisible characters.
75    
76     * error-description-source.en.xml: More error data.
77    
78     2007-07-16 Wakaba <[email protected]>
79    
80 wakaba 1.23 * cc.cgi (table stuff): Set |is_header| property
81     of table cells explicitly since otherwise newer JSON.pm
82     generates broken output.
83     (get_text): Return the reduced type name as well. Use
84     it as fragment of detail document.
85    
86 wakaba 1.24 * error-description-source.en.xml: More error descriptions
87 wakaba 1.23 are added.
88    
89     * mkdescription.pl: Remove |catalog| element from
90     the result description document.
91    
92     * table.cgi: Set |is_header| property
93     of table cells explicitly since otherwise newer JSON.pm
94     generates broken output.
95    
96     2007-07-16 Wakaba <[email protected]>
97    
98 wakaba 1.22 * Makefile (all): |cc-msg.en.txt| is added to the list of
99     dependency.
100     (cc-msg.en.txt): New rule.
101    
102     * mkcatalog.pl: New Perl script.
103    
104     * cc-msg.en.txt: Now this file is generated by
105     the rule described in |Makefile|.
106    
107     * cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
108     if not specified, for now.
109     (get_text): Replace |<var>$/n/</var>|, not just |$/n/|,
110     to variable.
111    
112     * error-description-source.xml: All entries
113     in |cc-msg.en.txt| are now described as XML data.
114    
115     * mkdescription.pl: Print the result by |inner_html| DOM
116     attribute. Put |level| attribute value, if any, before |name|
117     attribute value. Allow missing of |desc| attribute.
118     Ignore any |catalog| element.
119    
120     2007-07-16 Wakaba <[email protected]>
121    
122 wakaba 1.21 * cc-interface.en.html: Content-Type options are extended.
123     Charset options are added. URI input box is added.
124    
125     * cc.cgi (get_input_document): New. Support for URI input.
126     (#document-info): Present request URI, documen URI,
127     base URI (HTTP-level), internet media type, and
128     charset (if any).
129     (print_http_header_section): New.
130     (print_source_string_section): Renamed from |print_source_string|
131     and it now generate entire section. Use charset
132     information obtained by parsing (for this reason the section
133     now follows the parse error section).
134     (HTML parse mode): Support for charsets (alpha).
135     (XML parse mode): Support for |application/xml|
136     and |text/xml|. Support for charsets.
137