Parent Directory
|
Revision Log
++ ChangeLog 21 Mar 2008 08:59:37 -0000 2008-03-21 Wakaba <wakaba@suika.fam.cx> * cc.cgi: Experimental support for application/rdf+xml type. Generate section on RDF triples extracted from the document. (print_rdf_section): New function. (get_rdf_resource_html): New function.
| 1 | wakaba | 1.61 | 2008-03-21 Wakaba <[email protected]> |
| 2 | |||
| 3 | * cc.cgi: Experimental support for application/rdf+xml type. | ||
| 4 | Generate section on RDF triples extracted from the document. | ||
| 5 | (print_rdf_section): New function. | ||
| 6 | (get_rdf_resource_html): New function. | ||
| 7 | |||
| 8 | wakaba | 1.58 | 2008-03-17 Wakaba <[email protected]> |
| 9 | |||
| 10 | wakaba | 1.60 | * cc.cgi (get_error_label): No-parent case was not considered. |
| 11 | |||
| 12 | 2008-03-17 Wakaba <[email protected]> | ||
| 13 | |||
| 14 | wakaba | 1.59 | * cc.cgi (get_error_label): Use the error location |
| 15 | of the parent node, if the node does not have one. | ||
| 16 | |||
| 17 | 2008-03-17 Wakaba <[email protected]> | ||
| 18 | |||
| 19 | wakaba | 1.58 | * cc-script.js: The ID of the list is now given as an argument. |
| 20 | |||
| 21 | * cc.cgi: List of document errors now also expanded by source | ||
| 22 | code fragment generated by scripting. | ||
| 23 | (get_error_label): Use line/column information from the error | ||
| 24 | context node, if any. | ||
| 25 | |||
| 26 | wakaba | 1.53 | 2008-03-16 Wakaba <[email protected]> |
| 27 | |||
| 28 | wakaba | 1.57 | * cc.cgi: Line break treatment was different from |
| 29 | that of HTML and CSS parsers. | ||
| 30 | |||
| 31 | 2008-03-16 Wakaba <[email protected]> | ||
| 32 | |||
| 33 | wakaba | 1.56 | * cc-script.js: Unquote U+hhhh escapes. |
| 34 | |||
| 35 | 2008-03-16 Wakaba <[email protected]> | ||
| 36 | |||
| 37 | wakaba | 1.55 | * cc.cgi (get_error_label): Use token's line and column |
| 38 | if available. | ||
| 39 | |||
| 40 | 2008-03-16 Wakaba <[email protected]> | ||
| 41 | |||
| 42 | wakaba | 1.54 | * cc-script.js: Character was not marked if the line |
| 43 | is less than 50 characters. | ||
| 44 | |||
| 45 | 2008-03-16 Wakaba <[email protected]> | ||
| 46 | |||
| 47 | wakaba | 1.53 | * cc.cgi: Link to the script added. |
| 48 | |||
| 49 | * cc-style.css (mark): Added. | ||
| 50 | |||
| 51 | * cc-script.js: New script. | ||
| 52 | |||
| 53 | wakaba | 1.52 | 2008-03-11 Wakaba <[email protected]> |
| 54 | |||
| 55 | * cc.cgi: |value| should be output in |dt| in Parse Errors | ||
| 56 | section. | ||
| 57 | |||
| 58 | wakaba | 1.51 | 2008-02-24 Wakaba <[email protected]> |
| 59 | |||
| 60 | * cc.cgi: Support for level-i (informational). | ||
| 61 | |||
| 62 | * cc-style.css: New style rules for informational messages added. | ||
| 63 | |||
| 64 | * error-description-source.xml (#information, #level-i): Added. | ||
| 65 | |||
| 66 | wakaba | 1.45 | 2008-02-10 Wakaba <[email protected]> |
| 67 | |||
| 68 | wakaba | 1.50 | * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until |
| 69 | it is actually implemented). Support for '-moz-pre-wrap'. | ||
| 70 | Typo in 'collapse' value fixed. | ||
| 71 | |||
| 72 | 2008-02-10 Wakaba <[email protected]> | ||
| 73 | |||
| 74 | wakaba | 1.49 | * cc.cgi: |text/css| support. |id_prefix| support was |
| 75 | partially broken. | ||
| 76 | |||
| 77 | 2008-02-10 Wakaba <[email protected]> | ||
| 78 | |||
| 79 | wakaba | 1.48 | * cc.cgi: Subdocument validation framework implemented. |
| 80 | |||
| 81 | 2008-02-10 Wakaba <[email protected]> | ||
| 82 | |||
| 83 | wakaba | 1.47 | * cc.cgi (print_listing_section): ID, class, and term |
| 84 | section functions are merged. | ||
| 85 | |||
| 86 | 2008-02-10 Wakaba <[email protected]> | ||
| 87 | |||
| 88 | wakaba | 1.46 | * table-interface.en.html: Typo fixed. |
| 89 | |||
| 90 | * cc.cgi: Use |$input->{id_prefix}| as the prefix for the | ||
| 91 | identifiers in report sections. Don't add headings | ||
| 92 | if the |$input->{nested}| flag is set. | ||
| 93 | |||
| 94 | * table-script.js (tableToCanvas): Now it aceepts third | ||
| 95 | argument, |idPrefix|, for setting ID prefix. | ||
| 96 | |||
| 97 | * table.cgi: Set the third argument to |tableToCanvas| as an | ||
| 98 | empty string. | ||
| 99 | |||
| 100 | 2008-02-10 Wakaba <[email protected]> | ||
| 101 | |||
| 102 | wakaba | 1.45 | * cc.cgi (check_and_print): Now this is a subroutine. |
| 103 | |||
| 104 | wakaba | 1.43 | 2008-02-09 Wakaba <[email protected]> |
| 105 | |||
| 106 | wakaba | 1.44 | * cc-style.css: Rules for s/unsupported/u/'ed version added. |
| 107 | |||
| 108 | * cc.cgi: Support for 'u' level. | ||
| 109 | |||
| 110 | * error-description-source.en.xml: s/unsupported/u/; | ||
| 111 | |||
| 112 | * standards.en.html: CSS added. | ||
| 113 | |||
| 114 | 2008-02-09 Wakaba <[email protected]> | ||
| 115 | |||
| 116 | wakaba | 1.43 | * standards.en.html: New document. |
| 117 | |||
| 118 | * cc-interface.en.html: Linking to |standards.en.html|. | ||
| 119 | |||
| 120 | wakaba | 1.42 | 2007-11-23 Wakaba <[email protected]> |
| 121 | |||
| 122 | * error-description-source.xml: New error descriptions. | ||
| 123 | |||
| 124 | * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send | ||
| 125 | a 406 page! |identity| encoding is added. | ||
| 126 | |||
| 127 | wakaba | 1.41 | 2007-11-19 Wakaba <[email protected]> |
| 128 | |||
| 129 | * cc.cgi (#document-tree Document): Output |inputEncoding|, | ||
| 130 | |manakaiCharset|, and |manakaiHasBOM| attributes. | ||
| 131 | |||
| 132 | wakaba | 1.39 | 2007-11-18 Wakaba <[email protected]> |
| 133 | |||
| 134 | wakaba | 1.40 | * cc-style.css: New rules for warnings. |
| 135 | |||
| 136 | * cc-todo.en.txt: Updated. | ||
| 137 | |||
| 138 | * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1| | ||
| 139 | for |inner_html| with external source. Set |manakai_charset| | ||
| 140 | attribute if possible. | ||
| 141 | (load_text_catalog): Interpret catalog file as UTF-8. | ||
| 142 | |||
| 143 | * error-description-source.en.xml: New errors for character | ||
| 144 | encodings are added. | ||
| 145 | |||
| 146 | 2007-11-18 Wakaba <[email protected]> | ||
| 147 | |||
| 148 | * error-description-source.xml: s/charset declaration/character | ||
| 149 | encoding declaration/g, since HTML5 spec says so. | ||
| 150 | |||
| 151 | 2007-11-18 Wakaba <[email protected]> | ||
| 152 | |||
| 153 | wakaba | 1.39 | * cc.cgi (get_input_document): Use sniffer to determine |
| 154 | media type of the entity. | ||
| 155 | |||
| 156 | wakaba | 1.37 | 2007-11-11 Wakaba <[email protected]> |
| 157 | |||
| 158 | wakaba | 1.38 | * cc-style.css: Rules for "unsupported" parse errors. |
| 159 | |||
| 160 | * cc.cgi (print_syntax_error_html_section): Use HTML | ||
| 161 | parser for byte string. | ||
| 162 | (print_result_unknown_type_section): Make output | ||
| 163 | more consistent with other media types. | ||
| 164 | |||
| 165 | 2007-11-11 Wakaba <[email protected]> | ||
| 166 | |||
| 167 | wakaba | 1.37 | * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize |
| 168 | an HTML DOM. | ||
| 169 | |||
| 170 | wakaba | 1.35 | 2007-11-07 Wakaba <[email protected]> |
| 171 | |||
| 172 | wakaba | 1.36 | * cc-style.css: Styling examples. |
| 173 | |||
| 174 | 2007-11-07 Wakaba <[email protected]> | ||
| 175 | |||
| 176 | wakaba | 1.35 | * error-description-source.xml (enumerated:invalid:http-equiv:content-type): |
| 177 | New. | ||
| 178 | |||
| 179 | wakaba | 1.34 | 2007-11-05 Wakaba <[email protected]> |
| 180 | |||
| 181 | * cc.cgi (get_error_level_label): New. | ||
| 182 | |||
| 183 | * cc-style.css: New rules for error level descriptions. | ||
| 184 | |||
| 185 | * error-description-source.xml: Description for error | ||
| 186 | levels is added. | ||
| 187 | |||
| 188 | wakaba | 1.33 | 2007-11-04 Wakaba <[email protected]> |
| 189 | |||
| 190 | * cc-interface.en.html (i): |text/cache-manifest| is added. | ||
| 191 | |||
| 192 | * cc-style.css: New rules for manifest dump. | ||
| 193 | |||
| 194 | * cc.cgi: Support for |text/cache-manifest|. | ||
| 195 | |||
| 196 | * error-description-soruce.en.xml (#cache-manifest-errors): New | ||
| 197 | section. | ||
| 198 | |||
| 199 | wakaba | 1.32 | 2007-09-10 Wakaba <[email protected]> |
| 200 | |||
| 201 | * cc.cgi, cc-style.css: Scoring support. | ||
| 202 | |||
| 203 | wakaba | 1.31 | 2007-09-03 Wakaba <[email protected]> |
| 204 | |||
| 205 | * error-description-source.xml: Updated. | ||
| 206 | |||
| 207 | wakaba | 1.30 | 2007-09-02 Wakaba <[email protected]> |
| 208 | |||
| 209 | * cc.cgi: Report document sections are now output by | ||
| 210 | corresponding subroutines. | ||
| 211 | |||
| 212 | wakaba | 1.29 | 2007-08-26 Wakaba <[email protected]> |
| 213 | |||
| 214 | * cc.cgi: New catalog macros |local-name| and |element-local-name|. | ||
| 215 | |||
| 216 |