2004-04-11  Kouichirou Eto  <2005 eto.com>

	* act-surface.rb: Make clear body_enter
	* template/surface.html: Add id to adminmenu
	* ml-quickml-server.rb: Remove QuickML::
	* quickml-server.rb: Change to /usr/local/bin/ruby
	* make.rb: Move MakeRelease to lib/qwik/make-release.rb
	* lib/qwik/make-release.rb: Refactoring.

2004-04-11  Kouichirou Eto  <2005 eto.com>

	* bin/quickml-server: New file.
	* compat/typekey.rb, qrcode.rb: Move to lib/qwik
	* act-basic-plugin.rb: Use c_plain instead of c_view
	* act-condition.rb: Remove c_is_private_page?
	* act-editor.rb: Remove c_get_super
	* act-generate.rb: Remove c_view, c_wview
	* act-theme.rb: Do not test some cases.
	* act-view.rb: Use surface_view. New method private_page?
	* generator-view.rb: Remove generate_mes and generate_wmes
	* htree-template.rb: Make them private.
	* loadlib.rb: Change API.
	* ml-mail.rb: Include quickml/mail.rb
	* ml-processor.rb: Include quickml/core.rb Processor
	* ml-quickml.rb: Include quickml/core.rb QuickML
	* ml-sweeper.rb: Include quickml/sweeper.rb
	* quickml.rb: Removed.
	* server.rb: Refactoring. New class QwikWebServer
	* site.rb: Check with default_hostname
	* tdiary-resolver.rb: Make them private.
	* test-common.rb: Do not start autoreload.
	* wikidb.rb: Make them private.
	* ml-core.rb, ml-logger.rb, ml-quickml-server.rb: New files.
	* typekey.rb: Moved from compat
	* template/surface.html: add id to toc abd body_leave

2004-04-10  Kouichirou Eto  <2005 eto.com>

	* site.rb: Remove @logger
	* act-history.rb: Add c_require_member.
	* generator-view.rb: New method get_window_title
	* tempalte/surface.html, generator-surface.rb: New files.
	* act-surface.rb: New file.

2004-04-09  Kouichirou Eto  <2005 eto.com>

	* act-wema.rb: Do not touch in wema process.
	* act-editor.rb: Add Site admin column.
	* act-editor.rb: Add Experimental column.
	* act-wysiwyg.rb: Add warning.
	* theme/qwikeditor: Change size of textarea.
	* theme/qwikplain: Add message class.
	* super/_PageAttribute.txt: Remove presen, wysiwyg and sitemenu.
	* super/_PageAttribute.txt: Change qrcode to print out only.

2004-04-09  Kouichirou Eto  <2005 eto.com>

	* act-archive.rb: Bug fix. Change path for theme files.
	* ml-quickml.rb: Bug fix. Change URL from example.com to qwik.jp
	* mail.rb: Bug fix. Add Content-Type.

2004-04-05  Takachin

	* act-basic-plugin.rb: Change more link to p tag.
	* theme/login.css: Update.
	* theme/qwikviridian/*: Update.

2004-04-05  Kouichirou Eto  <2005 eto.com>

	* generator-module.rb: Add debugwindow.
	* debugwindow.js: Update to 0.5
	* wema.js: Debug. Refactoring.

2004-04-04  Kouichirou Eto  <2005 eto.com>

	* ml-mail.rb: New method qp_decode.
	* ml-site.rb: Use decoded_body for make_message

2004-04-04  Kouichirou Eto  <2005 eto.com>

	* act-external-service.rb: Renamed from act-icon.rb
	* act-file.rb, act-files.rb, act-thumbnail.rb, act-icon.rb: New	files.
	* page-files.rb: Splited from attach.rb
	* site-attach.rb: Renamed from attach.rb
	* ml-mail.rb: New method quoted_printable?

2004-04-04  Kouichirou Eto  <2005 eto.com>

	* quickml.rb: Refactoring.
	* ml-mail.rb, ml-processor.rb, ml-quickml.rb, ml-site.rb,
	ml-sweeper.rb: New files. Splited from quickml.rb.
	* act-typekey.rb: Refactoring.
	* act-url.rb: Splited from act-generate.rb
	* act-url.rb: Bug fix for c_relative_to_full
	* t/test-quickml-util.rb: Make private methods to public.
	* t/check-uuencode.rb: Splited from test-quickml.rb
	* t/module-quickml.rb: New methods. t_make_public, t_make_readable
	* t/test-ml-gettext.rb, test-ml-sweeper.rb, test-ml-util.rb: New
	files. Splited from test-quickml.rb
	* act-url.rb: Refactoring.
	* site.rb: Refactoring.
	* t/module-quickml.rb, module-session.rb: Refactoring.
	* t/test-submit-japanese.rb: New file.
	* t/test-submit-attach.rb, test-submit-basic.rb,
	test-subimt-search.rb: Update.

2004-03-31  Kouichirou Eto  <2005 eto.com>

	* generator-module.rb: Add niftypp.
	* quickml.rb: Add version check to attach file.
	* theme/js/debugwindow.js, debugwindow.html,
	debugwindow-test.html: Refactoring.
	* theme/js/niftypp.js: Update addEvent.

2004-03-30  Kouichirou Eto  <2005 eto.com>

	* quickml.rb: Bug fix. ignore case in base64.
	* quickml.rb: add require util-path
	* generator-module.rb: remove debug niftypp for a while.
	* theme/js/Makefile: add dist rule.
	* t/test-quickml.rb: Removed.
	* t/test-quickml-uril.rb, module-quickml.rb, test-submit-attach.rb,
	test-submit-basic.rb, test-submit-search.rb,
	test-submit-uuencode.rb: Removed.

2004-03-29  Kouichirou Eto  <2005 eto.com>

	* js/debugwindow.js, debugwindow.html, debugwindow-test.html: New files.
	* js/base.js: Remove debug.js.
	* js/niftypp.js: Under reconstruction.
	* js/test-debug.js: Rename variables.
	* generator-plain.rb, act-history.js, act-backup.rb: Update.
	* generator-module.rb: Add debug.js.
	* super/_PageAttribute.txt: Remove show_history and backup_list

2004-03-28  Kouichirou Eto  <2005 eto.com>

	* act-backup.rb: Use c_plain instead of c_notice
	* act-edit.rb, act-editor.rb, generator-editor.rb: Use new design.
	* wabisabi-get.rb: New method parse_attr_selector
	* theme/qwikeditor, qwiknotice, qwikplain: Update.
	* catalog/catalog.ja: Add message for act-editor.rb
	* act-backup.rb: Fix Bug. Refactoring.
	* act-history.rb: New method history_show.
	* act-search.rb: New method search_result.
	* act-sitelog.rb: New method sitelog_viewer.
	* act-wysiwyg.rb: New method wysiwyg_show.
	* generator-plain.rb: Change class from section to main.
	* wabisabi-diff.rb, act-edit.rb, act-backup.rb: Change method to
	class method.
	* theme/history.js: Change Y pos.
	* theme/qwikplain/qwikplain.css: Add day and section.

2004-03-28  Kouichirou Eto  <2005 eto.com>

	* act-editor.rb, act-message.rb, act-plain.rb,
	generator-editor.rb, generator-plain.rb: New files.
	* act-farm.rb: New method check_inactive_sites. Change
	move_to_grave to bury. Remove test sites after bury.
	* act-login.rb, act-wema.rb: Not use gettext for hatena antenna.
	* act-notice.rb: New method c_nredirect.
	* act-csv.rb: Do not delete spaces in args.
	* act-edit.rb: Use c_editor.
	* act-attach.rb: Update.
	* act-backup.rb: Update.
	* act-generate.rb: Remove old methods.
	* act-media.rb, act-monitor.rb, act-sample.rb, act-search.rb: Use
	c_notice.
	* act-wysiwyg.rb, act-history.rb: Use c_plain.
	* act-typekey.rb: Use c_nredirect.
	* generator-edit.rb: Removed.
	* generator-msg.rb: Removed.
	* generator-notice.rb: Reomove h2.
	* template.rb, template-generator: Add require.
	* template/plain.*, editor.*: New templates.

2004-03-28  Kouichirou Eto  <2005 eto.com>

	* act-attach.rb: Use c_notice.
	* act-comment.rb: Change h3 to h2
	* act-edit.rb: Split page method.
	* act-generate.rb: Add to_i
	* act-getpass.rb: Change user name.
	* act-hcomment.rb: Use c_notice.
	* act-interwiki.rb: Change .new
	* act-login.rb: Show warning if already logged in.
	* act-monitor.rb: Check login.
	* act-newpage.rb: Redesign. Remove specify PageKey function.
	* act-qrcode.rb: Use qrcode_dir
	* act-ref.rb: Use theme_dir
	* act-search.rb: Use c_notice.
	* act-sitelog.rb: Add sitelog viewer action.
	* act-smil.rb: Use c_notice.
	* act-style.rb: Use c_notice.
	* act-typekey.rb: Clear cookie.
	* action.rb: Use c_notice.
	* config.rb: Redesign.
	* loadlib.rb: Update.
	* resolve.rb: Change .new
	* server.rb: Update load lib.
	* test-module.rb: Change DEFAULT_USER.
	* version.rb: Update to 0.5.0
	* catalog/catalog.ja: Update.
	* theme/ap/*: Update.
	* generator-edit.rb: Change title name scheme.
	* site.rb: Change title name scheme.
	* bin/qwikweb-server.rb: Renamed from qwikweb.rb
	* farm.rb: Delete Enumerable.

2004-03-27  Kouichirou Eto  <2005 eto.com>

	* act-backup.rb: Use conditions.
	* act-conditions.rb: Add methods. Add test cases.
	* act-edit.rb: Use c_notice. Use DiffGenerator. Add test case for
	conflict.
	* act-newpage.rb: Use c_notice.
	* act-notice.rb: Now you can specify status code.
	* act-redirect.rb: Use c_notice.
	* act-sfcring.rb: Split.
	* act-sitelog.rb: Update.
	* act-toc.rb: Remove a test case.
	* act-typekey.rb: Use longer cache expire time.
	* action.rb: Add page view.
	* diff.rb: Renamed to wabisabi-diff.rb
	* generator-module.rb: Add ArekorePopup.js
	* generator-view.rb: Add ArekorePopup.css
	* htree-diff.rb: Update.
	* request.rb: Set start time to 0 in debug mode.
	* resolve.rb: Start to test popup.
	* test-module.rb: Add asert_in.
	* act-external-link.rb, act-sfcring-message.rb,
	act-sfcring-userinfo.rb, wabisabi-diff.rb: New files.
	* theme/ap/*: Add ArekorePopup.
	* ext/test-xmlformatter.rb: Add test case.

2004-03-26  Kouichirou Eto  <2005 eto.com>

	* request.rb: Set time to epoch if in debug mode.
	* act-typekey.rb, action.rb: Use c_notice.

2004-03-25  Kouichirou Eto  <2005 eto.com>

	* config.rb: Redesign parse_argv
	* template.rb, template-generator.rb: Change classname for template.

2004-03-24  Kouichirou Eto  <2005 eto.com>

	* act-notice.rb: New file.
	* generator-notice.rb: New file.
	* act-login.rb: Use c_notice.
	* autoreload.rb: Check also $0 file.
	* generator-module.rb, generator-msg.rb: Update.
	* memory.rb: Remove require farm.rb
	* template-generator.rb: Update.
	* template.rb: Update.
	* test-common.rb: Add autoreload.
	* test-part.rb: Remove requires.
	* wabisabi-get.rb: Add get_by_class.  Remove each_in_class.
	* wabisabi-template.rb: Update.
	* theme/qwiknotice/*: New theme.
	* template/notice.html, notice.rb: New template.

2004-03-23  Kouichirou Eto  <2005 eto.com>

	* bug fix for can not use editor.
	* theme/js/*: Refactoring.
	* theme/js/compile.rb: New file.
	* theme/css/*: New files.
	* generator-edit.rb, generator-module.rb, generator-msg.rb,
	generator-view.rb: New files.
	* generator.rb: Removed.
	* act-archive.rb, act-history.rb: Update.
	* act-basic-plugin.rb: Make more em.
	* act-wema.rb: Remove wema.css
	* module-path.rb: Update.
	* template-generator.rb: Update.
	* template.rb: Update.
	* wabisabi-template.rb: Update.

2004-03-22  Kouichirou Eto  <2005 eto.com>

	* act-book.rb, act-icon.rb: Update.
	* act-metadata.rb: Update.
	* act-plugin.rb: Refactoring.
	* csv.rb: Change method to class method.
	* htree-diff.rb: Add test code.
	* htree-generator.rb: Split HtmlGenerator.
	* htree-template.rb: Class Attr is moved to here.
	* htree-wabisabi.rb: Removed.
	* htree.rb: Removed.
	* resolve.rb: Refactoring.
	* template.rb: Remove init_template_by_htree.
	* wabisabi.rb: Removed.
	* htree-format-xml.rb: New file.
	* htree-html-generator.rb: New file.
	* htree-to-wabisabi.rb: New file.
	* template-generator.rb: New file.
	* wabisabi-template.rb: New file.
	* wabisabi-to-htree.rb: New file.
	* template/*: Redesign.
	* theme/js/debug.js: New file.

2004-03-21  Kouichirou Eto  <2005 eto.com>

	* action.rb: Change Member Only message.
	* act-login.rb: Change message.  New method logout_form.
	* act-getpass.rb: Change message.  New method getpass_not_member.

2004-03-19  Kouichirou Eto  <2005 eto.com>

	* act-wema.rb: Remove multibyte character.

2004-03-18  Kouichirou Eto  <2005 eto.com>

	* act-generate.rb: c_ok, add status args.
	* act-getpass.rb, act-httpauth.rb, act-login.rb, act-typekey.rb,
	action.rb: Redesign the pages.
	* act-monitor.rb: Test many monitors.
	* act-simple-send.rb: Bug fix.

2004-03-17  Kouichirou Eto  <2005 eto.com>

	* act-draw.rb: New file.  Try to implement vml, svg plugin.

2004-03-16  Kouichirou Eto  <2005 eto.com>

	* sitemonitor.rb: Renamed from monitor.rb
	* act-monitor.rb: Update.
	* theme/js/monitor.js: New file.  Update monitor.

2004-03-15  Kouichirou Eto  <2005 eto.com>

	* siteconfig.rb, sitelog.rb: Splited from site.rb
	* sitemember.rb: Renamed from member.rb
	* act-form.rb: Refactoring.
	* act-member.rb: Refactoring.
	* act-sfcring.rb: Refactoring.
	* theme/base.js: Upadate.

2004-03-14  Kouichirou Eto  <2005 eto.com>

	* act-sample2.rb: Splited from act-sample.rb
	* act-getpass.rb, act-login.rb, act-ref.rb, act-wema.rb: Add
	action to form.
	* act-httpauth.rb, act-login.rb, : Do not use check_user
	* act-login.rb: Add more table to login form.
	* request.rb: Set language to ja if useragent is mobile phone.
	* request.rb: Make is action if theme or attach.

2004-03-12  Kouichirou Eto  <2005 eto.com>

	* media.rb: Bug fix.  clipBegin to clip-begin, clipEnd to clip-end
	* smil.rb: Bug fix.  clipBegin to clip-begin, clipEnd to clip-end
	* site.rb: New method sitemonitor
	* act-sample.rb: New method plg_hello.
	* act-monitor.rb: Renamed from act-live.rb
	* act-comment.rb, act-edit.rb, act-hcomment.rb, act-newpage.rb,
	act-view.rb, act-wema.rb: Add c_monitor
	* monitor.rb, act-monitor.rb: New files.
	* module-path.rb, test-common.rb, test-module.rb: New files.
	* theme/base.js: Add xmlhttp, monitor.
	* theme/s5/i18n/pretty.css: Add strong

2004-03-11  Kouichirou Eto  <2005 eto.com>

	* act-calc.rb: New file. Plugin for calc.
	* parser.rb: Insert "" to empty td tag.
	* data/HelloQwik: Update. Add many documentation.
	* template.rb: Add test code.

2004-03-10  Kouichirou Eto  <2005 eto.com>

	* act-live.rb: Update.
	* t/all.rb: Update.
	* t/testall.rb: New file.
	* t/test.rb: Update.
	* t/check-monitor.rb: Check monitor.rb usage.

2004-03-09  Kouichirou Eto  <2005 eto.com>

	* act-serial.rb, act-memory-session.rb: Removed.
	* action.rb: Remove .slogin from PRE_ACTION
	* act-getpass.rb: Use memory to make PasswordGenerator.
	* webrick.rb: Fix a bug in WEBrick parse_query.
	* act-generate.rb: Change c_relative_to_full, not to rewrite the
	URL begin with scheme.
	* act-login.rb: Update.
	* act-emode.rb: New method plg_emode_include_recent.
	* act-generate.rb, act-theme.rb, config.rb, webrick.rb: Update
	test code for Unix.

2004-03-08  Kouichirou Eto  <2005 eto.com>

	* act-sitelog.rb: Merge act-log.rb
	* act-conditions.rb: Make error classes.
	* act-login.rb: Refactoring.
	* act-httpauth.rb: Add test code.
	* act-session.rb: Moved from action.rb
	* act-typekey.rb: Add test code.
	* format-xml.rb: Refactoring test code.
	* act-wema.rb: Change redirect url to relative.
	* typekey.rb, act-archive.rb: Check whether have library.
	* theme/sfcring: Update.
	* session.rb: Deleted.
	* Refactoring require.
	* act-basic-plugin.rb: Method plg_br moved from act-style.rb
	* act-getpass.rb: Do not send pass if you are not a member.
	* act-login.rb: Update.
	* act-session.rb: Update.
	* act-typekey.rb: Update.
	* response.rb: New methods, set_cookie, clear_cookie

2004-03-07  Kouichirou Eto  <2005 eto.com>

	* t/module-session.rb: Refactoring.
	* t/module-session.rb: Remove t_lang_ja method.
	* t/module-session.rb: Remove query, cookie, method, user from args.
	* act-httpauth.rb: Renamed from act-basicauth.rb

2004-03-06  Kouichirou Eto  <2005 eto.com>

	* format-xml.rb: Update.  Remove args from c_format_xml.
	* password.rb: New file.  Splited from member.rb
	* act-session.rb: New file.  Splited from act-login.rb
	* act-typekey.rb: New file for authenticate using TypeKey.
	* t/module-session.rb: Change default accept-language to en.
	* t/module-session.rb: New method pw for debug.
	* catalog/catalog.ja: Update.
	* compat/typekey.rb: Update.

2004-03-05  Kouichirou Eto  <2005 eto.com>

	* act-smil.rb, smil.rb: Update.
	* typekey.rb: New file.

2004-03-04  Kouichirou Eto  <2005 eto.com>

	* farm.rb: Do not sweep "www" (default_site).
	* format-xml.rb: Change format default indent.

2004-03-03  Kouichirou Eto  <2005 eto.com>

	* qwikweb-0.4.2 released.
	* act-smil.rb, media.rb, smil.rb: New files.
	* Refactoring test codes.
	* act-wema.rb: Use .redirect in wema.

2004-03-02  Kouichirou Eto  <2005 eto.com>

	* act-backup.rb: Check ul length.
	* act-basic-plugin.rb: Refactoring test code.
	* farm.rb: New method close_all.
	* server.rb: Add StopCallback for test.
	* util-string.rb: Add test code.
	* t/module-session.rb: Refactoring.

2004-02-26  Kouichirou Eto  <2005 eto.com>

	* act-log.rb, catalog-validator.rb: New files.
	* act-charset.rb: Update.
	* act-getpass.rb: Add test code.
	* t/*: Move test codes to qwik/*

2004-02-24  Kouichirou Eto  <2005 eto.com>

	* backup-bdb.rb: New file. Use Berkeley DB for BackupDB.
	* site.rb: Remove get_pages method.
	* act-attach.rb: Update.
	* act-backup.rb: Update.
	* act-history.rb: Update.
	* site.rb, act-metadata.rb, act-view.rb: Remove get_pages
	* backupdb.rb: Update.
	* config.rb: Update.
	* fsdb.rb: Update.
	* page.rb: Update.
	* Remove old test files.
	* page.rb: Rename append to add.
	* page.rb: Update add.
	* util-path.rb: New method erase_all

2004-02-23  Kouichirou Eto  <2005 eto.com>

	* bdb.rb, pagedb.rb: New file. Use Berkeley DB as PageDB.

2004-02-22  Kouichirou Eto  <2005 eto.com>

	* act-attach.rb: Add multiple file attach support.

2004-02-21  Kouichirou Eto  <2005 eto.com>

	* act-attach.rb: Update page files support.
	* act-generate.rb, act-media.rb: Fix spell miss.
	* act-ref.rb: Change thumbnail size from 150 to 100.
	* act-ref.rb: Change icon format from png to gif.

2004-02-20  Kouichirou Eto  <2005 eto.com>

	* report.rb: Splited from act-report.rb
	* attach.rb, act-attach.rb, act-ref: Add page files support.

2004-02-19  Kouichirou Eto  <2005 eto.com>

	* act-attach.rb: Update.
	* page.rb: Change initialize arguments.
	* attach.rb: Change initialize arguments.
	* attach.rb, backupdb.rb, config.rb, escape.rb, farm.rb, fsdb.rb,
	iconv.rb, kconv.rb, page.rb, qp.rb, site.rb, util-path.rb,
	util-time.rb, util.rb, wikidb.rb: Merge test code.
	* act-view: Add test for cache.
	* backupdb.rb: Change initialize arguments.
	* format-xml.rb: Refactoring.
	* format-xml.rb: Escape element names and attribute names.
	* site.rb: Do not use db.get_path
	* diff.rb, emode-parser.rb, format-xml.rb, fsdb.rb, htmlparser.rb,
	htmltotext.rb, htree-generator.rb, htree-get.rb,
	htree-template.rb, htree-wabisabi.rb, htree.rb, parser.rb,
	request.rb, response.rb, style.rb, tokenizer.rb,
	wabisabi-generator.rb, wabisabi-get.rb, wabisabi-valid.rb,
	wabisabi.rb: Merge test code.

2004-02-18  Kouichirou Eto  <2005 eto.com>

	* qwik/config.rb: Remove load ext-* files.
	* qwik/loadlib.rb: Update.
	* qwik/loadlib.rb: Change initialize argment.
	* t/all.rb: New method load_all_action
	* t/act-attach.rb: Update.
	* t/test-request.rb: Add test for ext_args
	* t/test-loadlib.rb: Update.
	* t/module-session.rb: Add POST in path.
	* t/module-session.rb: Add query in path.
	* qwik/act-hcomment.rb: Merge test code.
	* qwik/act-attach.rb: Update delete process.
	* qwik/act-toc.rb: Check if page exist.
	* qwik/attach.rb: Renamed from siteattach.rb
	* qwik/member.rb: Splited from act-member.rb
	* act-backup, act-basic-plugin, act-comment, act-common, act-edit,
	act-exception, act-generate, act-getpass, act-hcomment,
	act-history, act-login, act-media, act-member, act-metadata,
	act-password, act-plugin, act-presen, act-redirect, act-ref,
	act-search, act-theme, act-view, act-wema, act-wysiwyg: Merge test
	code.
	* act-archive, act-book, act-emode, act-form, act-html, act-lang,
	act-sfcring: Merge test	code.

2004-02-17  Kouichirou Eto  <2005 eto.com>

	* qwik/act-sample.rb: New file.  Sample code to make plugin.
	* qwik/act-attach.rb: Merge test code.
	* qwik/act-ref.rb: Update.
	* qwik/parser.rb: Change the image reference with message.
	* qwik/style.rb: New file.  Splited from act-style.rb
	* qwik/act-attach.rb: Split act_attach to many methods.
	* qwik/act-generate.rb: Change c_error.
	* qwik/act-ref.rb: Update thumbnail generate.
	* qwik/act-edit.rb: Merge test code.
	* qwik/act-generate.rb: Add test code.

2004-02-16  Kouichirou Eto  <2005 eto.com>

	* qwik/act-toc.rb: Remove onmousedown.
	* qwik/act-code.rb: New file. Plugin for code reading.
	* theme/base.css: Add code class.
	* theme/base.js: Refine toc support.
	* theme/base.js: Refine debug.js
	* qwik/act-ref.js: Update.  Merge test code.
	* theme/base.css: Update ref class.

2004-02-15  Kouichirou Eto  <2005 eto.com>

	* qwik/act-toc.rb: Add header link.
	* qwik/tdiary-resolver.rb: Update.
	* qwik/wabisabi.rb: New method.  get_single
	* t/test-format-xml.rb: Splited from wabisabi.rb
	* t/module-session.rb: Add array support for assert_xml, assert_path
	* theme/base.css: Add toc class
	* theme/base.js: Add toc_toggle method.
	* theme/base.js: Add debug.js
	
2004-02-14  Kouichirou Eto  <2005 eto.com>

	* qwik/tdiary-resolve.rb: New file.  Splited from resolve.rb
	* qwik/format-xml.rb: New file.  Splited from wabisabi.rb
	* qwik/act-basic-plugin.rb: Refactoring.

2004-02-13  Kouichirou Eto  <2005 eto.com>

	* ext/*: New directory.  To make extension.
	* qwik/tdiary-resolver.rb: New file.  Splited from resolve.rb

2004-02-13  Kouichirou Eto  <2005 eto.com>

	* t/*.rb: Change Japanese message to English.
	* t/*.rb: Refactoring.
	* t/act-getpass.rb bench-page.rb bench-textformat.rb
	module-assert.rb module-bench.rb module-session.rb
	test-htmltotext.rb test-logger.rb: New files.
	* catalog/catalog.ja: Update.
	* qwik/act-generate.rb: Replace method c_message.
	* qwik/act-exception.rb: Check if from host is localhost.
	* qwik/logger.rb: Update.
	* qwik/request.rb: Update.
	* qwik/xmlformatter.c: Bug fix.
	* qwik/act-simple-send.rb, qwik/htmlparser.rb, qwik/htmltotext.rb,
	qwik/util-time.rb: New files.

2004-02-11  Kouichirou Eto  <2005 eto.com>

	* t/check-act-archive.rb: New file. Splited from act-archive.rb.
	* t/bench-bench.rb, t/bench-example.rb, t/bench-run.rb,
	t/bench-xmlformatter.rb, t/check-zip.rb, t/test-backupdb.rb,
	t/test-fsdb.rb, t/test-xmlformatter.rb: New files.
	* t/act-zip.rb, t/bench-session2.rb: Deleted.
	* t/common.rb: New method t_add_user.
	* t/bench-wabisabi.rb: Refactoring.
	* t/check-qrcode.rb: Bug fix.
	* t/check-sfcring.rb: Bug fix.
	* qwik/util-path.rb: New file. Splited from util.rb.
	* qwik/xmlformatter.c: New file. Copied from gonzui-0.3.
	* qwik/act-qrcode.rb: New method qrcode_generate. Splited from
	plg_qrcode.
	* qwik/fsdb.rb: Change each not to use Pathname for speed up.
	* qwik/wabisabi.rb: Add xmlformatter support (in progress).
	* compat/aspectr.rb, rbprof.rb, trap_method_definitions.rb: Copied
	from AspectR for profiling.
	* qwik/xmlformatter.c: Change too short to null string.

2004-02-09  Kouichirou Eto  <2005 eto.com>

	* qwik/act-view.rb: Refactoring.
	* super/_AdminMenu.txt: Comment out wysiwyg edit link.

2004-02-08  Kouichirou Eto  <2005 eto.com>

	* qwik/act-wysiwyg.rb: Add wysiwyg edit mode.
	* qwik/act-html.rb: New class HtmlParser.
	* qwik/util-string.rb: Splited from util.rb
	* qwik/parser.rb: Refactoring.
	* qwik/tokenizer.rb: Refactoring.
	* qwik/wabisabi.rb: Rename each_tags to each_tag
	* qwik/act-toc.rb: New file for toc plugin.
	* qwik/act-icon.rb: New plugin tracfeed.

2004-02-07  Kouichirou Eto  <2005 eto.com>

	* qwik/fsdb.rb: Remove move_old_to_new
	* qwik/fsdb.rb: Bug fix for touch.
	* qwik/act-archive.rb: Renamed from act-zip.rb
	* qwik/act-archive.rb: Add presentaion html to archive.
	* qwik/act-conditons.rb: Splited from act-common.rb
	* qwik/act-archive.rb: Add theme files.
	* qwik/site.rb: Aggregate site method.
	* qwik/act-theme.rb: Refactoring.
	* qwik/act-theme.rb: Add theme_files method.
	* qwik/act-archive.rb: Inlclude image files with theme css file.
	* qwik/act-wysiwyg.rb: Refactoring.
	* theme/base.css, wema.css: Reformat indent.

2004-02-06  Kouichirou Eto  <2005 eto.com>

	* qwik/act-metadata.rb: Renamed from act-rss.rb
	* qwik/act-metadata.rb: Add ATOM support.

2004-02-05  Kouichirou Eto  <2005 eto.com>

	* qwik/act-aa.rb: New file for ascii art plugin.
	* theme/base.css: Update for ascii art plugin.
	* theme/wema.js (WemaEnvironment::mouseMove), theme/base.js
	(qwik_onload): Bug fix for undefind.
	* qwik/act-lang.rb: New file for language selection plugin.
	* qwik/act-basic-plugin.rb: Splited from act-common.rb
	* qwik/act-basic-plugin.rb: Delete header from list and recent.
	* qwikborder.css: Change style of h1.

2004-02-04  Kouichirou Eto  <2005 eto.com>

	* qwik/wabisabi.rb: remove w_ prefix.
	* qwik/act-emode.rb: new file
	* qwik/act-comment.rb: bug fix.
	* qwik/emode-parser.rb: bug fix.  Do not add br in blank line.
	* qwik/act-generate.rb, act-basic-plugin.rb: new files.
	* qwik/site.rb: add new siteconfig siteurl
	* qwik/quickml.rb: add support for debug mode.
	* t/test-quickml.rb: do not delete test directory.
	* qwik/act-media.rb (to_xml): Refactoring.
	* qwik/act-emode.rb (plg_emode_date_link): New method.
	* qwik/page.rb (<=>): New method.
	* qwik/act-generate.rb (Qwik::Action::c_relative_to_full): Add
	support for siteurl

2004-02-03  Kouichirou Eto  <2005 eto.com>

	* qwik/wabisabi.rb: change to_s to format_xml
	* qwik/act-html.rb: add html plugin
	* qwik/wabisabi-valid.rb: new file, check valid html

2004-02-02  Kouichirou Eto  <2005 eto.com>

	* qwik/act-presen.rb: bug fix.
	* qwik/parser.rb, tokenizer.rb: Rename class name.
	* qwik/act-common.rb: new method c_parse
	* qwik/act-icon.rb: new file
	* qwik/parser.rb: change :empty to "\n"
	* theme/qwikviridian: new theme
	* qwik/act-icon.rb: new method
	plg_sub_bloglines, plg_e_words, plg_google_ad

2004-02-01  Kouichirou Eto  <2005 eto.com>

	* qwik/act-common.rb: make new method c_make_log
	* qwik/site.rb: delete plugin accessor.
	* qwik/action.rb: refactoring.
	* qwik/resolve.rb, qwik/act-common.rb:
	delete site.plugin accessor.
	change all generate method to action centric.

2004-01-31  Kouichirou Eto  <2005 eto.com>

	* qwik/resolve.rb, qwik/site.rb, super/_SiteConfig.txt:
	add "redirect" config.
	* qwik/site.rb: change order of SiteConfig.txt
	* theme/qwiksystem: update qwiksystem theme.

2004-01-30  Kouichirou Eto  <2005 eto.com>

	* qwik/act-plugin.rb: c_calc_args, do not make it number.
	* qwik/resolve.rb: do not redirect if it's an open site.

2004-01-22  Kouichirou Eto  <2005 eto.com>

	* qwik/act-report.rb: add weekly
	* qwik/act-report.rb: renamed from report.rb
	* qwik/page.rb: new private method parse_first_line
	* qwik/page.rb: change pagename scheme.

2004-01-13  Kouichirou Eto  <2005 eto.com>

	* qwik/ext-*.rb: restruct from Plugin to Action.

2004-01-06  Kouichirou Eto  <2005 eto.com>

	* super/TextFormat.txt: add description for super pre mode.

2004-12-30  Kouichirou Eto  <2004 eto.com>

	* act-zip.rb: include theme files.
	* t/act-zip.rb: renamed from check-act-zip.rb
	* act-style.rb: adapt for CSS relate.
	* act-theme.rb: adapt for theme relate.
	* act-html.rb: new file for html plugin.

2004-12-26  Kouichirou Eto  <2004 eto.com>

	* act-style.rb, t/act-style.rb: new files.
	* change test style from assert_wiki to assert_format
	
2004-12-25  Kouichirou Eto  <2004 eto.com>

	* release qwikweb-0.4.
	* new feature: Presentation mode.
	* change spec: change Page name specification.

2004-12-24  Kouichirou Eto  <2004 eto.com>

	* qwik/*, t/*, super*: Change super page name format.
	* act-zip.rb: fix bug.

2004-12-23  Kouichirou Eto  <2004 eto.com>

	* README: update.
	* qwikweb.en.rd: update.
	* qwikweb.ja.rd: removed.
	* generator.rb: Change page name style.
	* super/*: Change page name style.

2004-12-22  Kouichirou Eto  <2004 eto.com>

	* act-presen.rb: new file.
	* t/act-presen.rb: new file.
	* themes/s5: new directory.

2004-12-21  Kouichirou Eto  <2004 eto.com>

	* act-wysiwyg.rb: update.

2004-12-14  Kouichirou Eto  <2004 eto.com>

	* server.rb: fix bug.  put log to stdout.

2004-12-13  Kouichirou Eto  <2004 eto.com>

	* act-wysiwyg.rb: add messages.

2004-12-10  Kouichirou Eto  <2004 eto.com>

	* act-history.rb: fix bug.
	* act-backup.rb, act-history.rb: add class.
	* test-responserb: new file.
	* parser.rb: fix bug.
	* request.rb: change external site scheme.
	* action.rb: add support for favicon.ico

2004-12-09  Kouichirou Eto  <2004 eto.com>

	* gettext.rb: New file.  Copied from gonzui-0.1
	* catalog.ja: add English messages.

