/[suikacvs]/test/html-webhacc/Makefile
Suika

Contents of /test/html-webhacc/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Mon Jul 21 12:56:33 2008 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +5 -2 lines
++ ChangeLog	21 Jul 2008 12:51:50 -0000
	* .htaccess: error-description-source.xml is in UTF-8
	actually.

	* Makefile: Rule to make Japanese language catalog file
	is added.

	* cc-script.js: Line and column numbers are now taken
	from data-* attributes, not from textContent.

	* cc.cgi: Tentative support for Japanese/English conneg.
	(load_text_catalog, get_text): Removed (catalog text selection
	is now handled by WebHACC::Output).

	* error-description-source.xml: Catalog entries in new
	format are added.  Old catalog element is removed.

	* mkcatalog.pl: Support for non-English languages.
	Drop support for old catalog element.  Add support
	for new cat element.

	* mkdescription.pl: Drop support for old catalog element.
	Add support for new cat element.

2008-07-21  Wakaba  <wakaba@suika.fam.cx>

++ html/WebHACC/Language/ChangeLog	21 Jul 2008 12:56:30 -0000
	* DOM.pm (generate_structure_dump_section): Use catalog
	for human-readable texts.
	(generate_table_section): Use catalog for human readable texts.

2008-07-21  Wakaba  <wakaba@suika.fam.cx>

++ html/WebHACC/ChangeLog	21 Jul 2008 12:55:41 -0000
	* Input.pm: Most human-readable texts are now handled by
	catalog.
	(id_prefix): Support for nested subdocuments.

	* Output.pm (start_section, dt, xref): Section/item names and
	link labels are now handled by catalog.
	(load_text_catalog, nl_text): New methods.
	(html_header): Application name is moved to catalog.

	* Result.pm (add_error): Important error properties are
	now exposed to client-side script as data-* attributes.
	Labels are now handled by catalog.  Error descriptions
	are now taken from catalog as it were.

2008-07-21  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.3 all: cc-msg.en.txt cc-msg.ja.txt error-description.en.html.u8
2 wakaba 1.2
3     cc-msg.en.txt: error-description-source.xml mkcatalog.pl
4 wakaba 1.3 perl mkcatalog.pl $< en > $@
5    
6     cc-msg.ja.txt: error-description-source.xml mkcatalog.pl
7     perl mkcatalog.pl $< ja > $@
8 wakaba 1.1
9     error-description.en.html.u8: error-description-source.xml mkdescription.pl
10     perl mkdescription.pl $< > $@

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24