Parent Directory
|
Revision Log
++ ChangeLog 17 Jul 2007 14:28:16 -0000 * cc.cgi: Output HTTP and HTML header before try to fetch the specified resource for usability. Add tables, identifiers, and terms section to the TOC. Generate classes list. 2007-07-17 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.25 | 2007-07-17 Wakaba <[email protected]> |
| 2 | |||
| 3 | wakaba | 1.26 | * cc.cgi: Output HTTP and HTML header before try to |
| 4 | fetch the specified resource for usability. Add | ||
| 5 | tables, identifiers, and terms section to the TOC. | ||
| 6 | Generate classes list. | ||
| 7 | |||
| 8 | 2007-07-17 Wakaba <[email protected]> | ||
| 9 | |||
| 10 | wakaba | 1.25 | * alert.png, error.png, info.png: New images. |
| 11 | |||
| 12 | * LICENSE: New image file names are added. | ||
| 13 | |||
| 14 | * cc-interface.en.html: Link to the style sheet is added. | ||
| 15 | |||
| 16 | * cc-style.css: Duplicate identifiers and terms | ||
| 17 | are decorated by icon. | ||
| 18 | |||
| 19 | * cc.cgi: |h1| links to the interface page. | ||
| 20 | (#identifiers): New section. | ||
| 21 | |||
| 22 | * error-description-source.en.xml: More error types are | ||
| 23 | added. | ||
| 24 | |||
| 25 | wakaba | 1.21 | 2007-07-16 Wakaba <[email protected]> |
| 26 | |||
| 27 | wakaba | 1.24 | * cc.cgi: Set |STDOUT| encoding as |utf8|. |
| 28 | (htescape): Escape some more invisible characters. | ||
| 29 | |||
| 30 | * error-description-source.en.xml: More error data. | ||
| 31 | |||
| 32 | 2007-07-16 Wakaba <[email protected]> | ||
| 33 | |||
| 34 | wakaba | 1.23 | * cc.cgi (table stuff): Set |is_header| property |
| 35 | of table cells explicitly since otherwise newer JSON.pm | ||
| 36 | generates broken output. | ||
| 37 | (get_text): Return the reduced type name as well. Use | ||
| 38 | it as fragment of detail document. | ||
| 39 | |||
| 40 | wakaba | 1.24 | * error-description-source.en.xml: More error descriptions |
| 41 | wakaba | 1.23 | are added. |
| 42 | |||
| 43 | * mkdescription.pl: Remove |catalog| element from | ||
| 44 | the result description document. | ||
| 45 | |||
| 46 | * table.cgi: Set |is_header| property | ||
| 47 | of table cells explicitly since otherwise newer JSON.pm | ||
| 48 | generates broken output. | ||
| 49 | |||
| 50 | 2007-07-16 Wakaba <[email protected]> | ||
| 51 | |||
| 52 | wakaba | 1.22 | * Makefile (all): |cc-msg.en.txt| is added to the list of |
| 53 | dependency. | ||
| 54 | (cc-msg.en.txt): New rule. | ||
| 55 | |||
| 56 | * mkcatalog.pl: New Perl script. | ||
| 57 | |||
| 58 | * cc-msg.en.txt: Now this file is generated by | ||
| 59 | the rule described in |Makefile|. | ||
| 60 | |||
| 61 | * cc.cgi (HTML mode): Set |charset| as |ISO-8859-1| | ||
| 62 | if not specified, for now. | ||
| 63 | (get_text): Replace |<var>$/n/</var>|, not just |$/n/|, | ||
| 64 | to variable. | ||
| 65 | |||
| 66 | * error-description-source.xml: All entries | ||
| 67 | in |cc-msg.en.txt| are now described as XML data. | ||
| 68 | |||
| 69 | * mkdescription.pl: Print the result by |inner_html| DOM | ||
| 70 | attribute. Put |level| attribute value, if any, before |name| | ||
| 71 | attribute value. Allow missing of |desc| attribute. | ||
| 72 | Ignore any |catalog| element. | ||
| 73 | |||
| 74 | 2007-07-16 Wakaba <[email protected]> | ||
| 75 | |||
| 76 | wakaba | 1.21 | * cc-interface.en.html: Content-Type options are extended. |
| 77 | Charset options are added. URI input box is added. | ||
| 78 | |||
| 79 | * cc.cgi (get_input_document): New. Support for URI input. | ||
| 80 | (#document-info): Present request URI, documen URI, | ||
| 81 | base URI (HTTP-level), internet media type, and | ||
| 82 | charset (if any). | ||
| 83 | (print_http_header_section): New. | ||
| 84 | (print_source_string_section): Renamed from |print_source_string| | ||
| 85 | and it now generate entire section. Use charset | ||
| 86 | information obtained by parsing (for this reason the section | ||
| 87 | now follows the parse error section). | ||