Parent Directory
|
Revision Log
++ ChangeLog 21 Jul 2008 09:38:49 -0000 * cc.cgi: Code clean-up. 2008-07-21 Wakaba <wakaba@suika.fam.cx> ++ html/WebHACC/Language/ChangeLog 21 Jul 2008 09:40:52 -0000 * DOM.pm (generate_table_section): Use hierarhical table number for tables in subdocuments. 2008-07-21 Wakaba <wakaba@suika.fam.cx> ++ html/WebHACC/ChangeLog 21 Jul 2008 09:40:19 -0000 * Input.pm (full_subdocument_index): New method, for the support of hierarchical subdocument numbers. (start_section): Use hierarhical subdocument numbers for section headings. * Output.pm (http_header, http_error, html_header): New methods. 2008-07-21 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.2 | 2008-07-21 Wakaba <[email protected]> |
| 2 | |||
| 3 | wakaba | 1.6 | * DOM.pm (generate_table_section): Use hierarhical table |
| 4 | number for tables in subdocuments. | ||
| 5 | |||
| 6 | 2008-07-21 Wakaba <[email protected]> | ||
| 7 | |||
| 8 | wakaba | 1.5 | * DOM.pm (generate_additional_sections): Support |
| 9 | for the other additional information sections are reintroduced. | ||
| 10 | (generate_listing_section, generate_rdf_section): Reimplemented. | ||
| 11 | |||
| 12 | * XML.pm: Typo fixed. | ||
| 13 | |||
| 14 | * HTML.pm: Load DOMImplementation as late as possible, to | ||
| 15 | save possiblity that another DOM implementation can be used | ||
| 16 | where possible. | ||
| 17 | |||
| 18 |