Parent Directory
|
Revision Log
++ ChangeLog 26 Jul 2008 11:26:00 -0000 2008-07-26 Wakaba <wakaba@suika.fam.cx> * cc.cgi: get_input_document function is now handled by WebHACC::Input classes. |cc-script| reference is now generated by |html_header| in WebHACC::Output. * error-description-source.xml: Document URL and Request URL are now just "URLs". ++ html/WebHACC/ChangeLog 26 Jul 2008 11:27:20 -0000 2008-07-26 Wakaba <wakaba@suika.fam.cx> * Input.pod: New. * Input.pm (urls, url, add_url): New. Originally handled as |$input->{uri}| and |$input->{request_uri}|. (get_document and related methods/classes): New. Originally part of |cc.cgi|. * Output.pm (html_header): Link to |cc-script.js|.
| 1 | wakaba | 1.80 | 2008-07-26 Wakaba <[email protected]> |
| 2 | |||
| 3 | * cc.cgi: get_input_document function is now handled | ||
| 4 | by WebHACC::Input classes. |cc-script| reference | ||
| 5 | is now generated by |html_header| in WebHACC::Output. | ||
| 6 | |||
| 7 | * error-description-source.xml: Document URL and Request URL | ||
| 8 | are now just "URLs". | ||
| 9 | |||
| 10 | wakaba | 1.74 | 2008-07-21 Wakaba <[email protected]> |
| 11 | |||
| 12 | wakaba | 1.79 | * .htaccess: error-description-source.xml is in UTF-8 |
| 13 | actually. | ||
| 14 | |||
| 15 | * Makefile: Rule to make Japanese language catalog file | ||
| 16 | is added. | ||
| 17 | |||
| 18 | * cc-script.js: Line and column numbers are now taken | ||
| 19 | from data-* attributes, not from textCont |