# Informer plugin for Movable Type # Authors: Brad Choate and Jay Allen, Six Apart http://www.sixapart.com # Released under the Artistic License # # $Id$ The Informer plugin for Movable Type makes it simple to inspect Movable Type's application template parameter hash which is used for building the output for all Movable Type applications. This makes debugging easier as well as creation of Transformer plugins. INSTRUCTIONS: 1) Install the Informer folder into your MT_DIR/plugins folder 2) Set the following in your mt-config.cgi: DebugMode 1 3) Load any page in the Movable Type admin interface and you will see the paramter hash dumped out to the bottom of the screen. This also works with Comments, TrackBacks, plugin CGI's, ActivityFeeds or any other MT::App class, except that all others will write the output to the webserver's error log (STDERR).