Revision: 219 http://trac.axkit.org/axkit2/changeset/219 Author: jwalt Date: 2006-10-03 22:22:28 +0000 (Tue, 03 Oct 2006)
Log Message: ----------- - added demo: webshell - added ability to define own console commands in plugins - changed hook_xmlresponse so that $input will always be sent if you modify it, even if DECLINED is returned - added development plugin, continuously reloading stylesheets Modified Paths: -------------- trunk/MANIFEST trunk/axkit trunk/etc/axkit.conf.sample trunk/lib/AxKit2/Client.pm trunk/lib/AxKit2/Config.pm trunk/lib/AxKit2/Console.pm trunk/lib/AxKit2/HTTPHeaders.pm trunk/lib/AxKit2/Plugin.pm trunk/lib/AxKit2/Processor.pm trunk/lib/AxKit2/Transformer/TAL.pm trunk/lib/AxKit2/Transformer/XSLT.pm trunk/lib/AxKit2/Utils.pm trunk/lib/AxKit2.pm trunk/plugins/authenticate trunk/plugins/demo/moewiki trunk/plugins/stats trunk/plugins/uri_to_file Added Paths: ----------- trunk/demo/webshell/ trunk/demo/webshell/webshell.css trunk/demo/webshell/webshell.xsl trunk/plugins/demo/webshell trunk/plugins/development