Parent Directory
|
Revision Log
++ ChangeLog 27 Jul 2008 10:33:38 -0000 2008-07-27 Wakaba <wakaba@suika.fam.cx> * .htaccess: Files gone. * cc-interface.en.html, cc-todo.txt: Removed. * cc-about.en.html: New document. * cc.cgi: Insert document input section before anything. No check performed if no URL is specified and the input is empty. * error-description-source.xml (WebHACC:Heading): Link to cc-about in place of cc-interface. ++ html/WebHACC/Language/ChangeLog 27 Jul 2008 10:31:14 -0000 2008-07-27 Wakaba <wakaba@suika.fam.cx> * CSS.pm (generate_structure_dump_section): Role name was wrong. ++ html/WebHACC/ChangeLog 27 Jul 2008 10:30:52 -0000 2008-07-27 Wakaba <wakaba@suika.fam.cx> * Output.pm (new, input): |input| attribute should always have an input object, even though it might be an empty one. (add_source_to_parse_error_list): s/shift/shift ()/ to remove ambigiousness warning. (select): New method. (generate_input_section): New method.
| 1 | wakaba | 1.10 | 2008-07-27 Wakaba <[email protected]> |
| 2 | |||
| 3 | * Output.pm (new, input): |input| attribute should always have an input | ||
| 4 | object, even though it might be an empty one. | ||
| 5 | (add_source_to_parse_error_list): s/shift/shift ()/ to remove | ||
| 6 | ambigiousness warning. | ||
| 7 | (select): New method. | ||
| 8 | (generate_input_section): New method. | ||
| 9 | |||
| 10 | wakaba | 1.9 | 2008-07-26 Wakaba <[email protected]> |
| 11 | |||
| 12 | * Input.pod: New. | ||
| 13 | |||
| 14 | * Input.pm (urls, url, add_url): New. Originally handled | ||
| 15 | as |$input->{uri}| and |$input->{request_uri}|. | ||
| 16 | (get_document and related methods/classes): New. Originally | ||
| 17 |