Parent Directory
|
Revision Log
|
Patch
| revision 1.35 by wakaba, Wed Nov 7 11:29:46 2007 UTC | revision 1.81 by wakaba, Sun Jul 27 10:33:45 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | 2008-07-27 Wakaba <[email protected]> | |
| 2 | ||
| 3 | * .htaccess: Files gone. | |
| 4 | ||
| 5 | * cc-interface.en.html, cc-todo.txt: Removed. | |
| 6 | ||
| 7 | * cc-about.en.html: New document. | |
| 8 | ||
| 9 | * cc.cgi: Insert document input section before anything. | |
| 10 | No check performed if no URL is specified and the | |
| 11 | input is empty. | |
| 12 | ||
| 13 | * error-description-source.xml (WebHACC:Heading): Link | |
| 14 | to cc-about in place of cc-interface. | |
| 15 | ||
| 16 | 2008-07-26 Wakaba <[email protected]> | |
| 17 | ||
| 18 | * cc.cgi: get_input_document function is now handled | |
| 19 | by WebHACC::Input classes. |cc-script| reference | |
| 20 | is now generated by |html_header| in WebHACC::Output. | |
| 21 | ||
| 22 | * error-description-source.xml: Document URL and Request URL | |
| 23 | are now just "URLs". | |
| 24 | ||
| 25 | 2008-07-21 Wakaba <[email protected]> | |
| 26 | ||
| 27 | * .htaccess: error-description-source.xml is in UTF-8 | |
| 28 | actually. | |
| 29 | ||
| 30 | * Makefile: Rule to make Japanese language catalog file | |
| 31 | is added. | |
| 32 | ||
| 33 | * cc-script.js: Line and column numbers are now taken | |
| 34 | from data-* attributes, not from textContent. | |
| 35 | ||
| 36 | * cc.cgi: Tentative support for Japanese/English conneg. | |
| 37 | (load_text_catalog, get_text): Removed (catalog text selection | |
| 38 | is now handled by WebHACC::Output). | |
| 39 | ||
| 40 | * error-description-source.xml: Catalog entries in new | |
| 41 | format are added. Old catalog element is removed. | |
| 42 | ||
| 43 | * mkcatalog.pl: Support for non-English languages. | |
| 44 | Drop support for old catalog element. Add support | |
| 45 | for new cat element. | |
| 46 | ||
| 47 | * mkdescription.pl: Drop support for old catalog element. | |
| 48 | Add support for new cat element. | |
| 49 | ||
| 50 | 2008-07-21 Wakaba <[email protected]> | |
| 51 | ||
| 52 | * cc.cgi: Code clean-up. | |