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

Diff of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.29

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24