|
Revision 63, 0.9 kB
(checked in by jallen, 3 years ago)
|
|
Adding svn:keywords properties to all files
|
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | # Informer plugin for Movable Type |
|---|
| 2 | # Authors: Brad Choate and Jay Allen, Six Apart http://www.sixapart.com |
|---|
| 3 | # Released under the Artistic License |
|---|
| 4 | # |
|---|
| 5 | # $Id$ |
|---|
| 6 | |
|---|
| 7 | The Informer plugin for Movable Type makes it simple to inspect Movable Type's |
|---|
| 8 | application template parameter hash which is used for building the output for |
|---|
| 9 | all Movable Type applications. This makes debugging easier as well as creation |
|---|
| 10 | of Transformer plugins. |
|---|
| 11 | |
|---|
| 12 | INSTRUCTIONS: |
|---|
| 13 | |
|---|
| 14 | 1) Install the Informer folder into your MT_DIR/plugins folder |
|---|
| 15 | |
|---|
| 16 | 2) Set the following in your mt-config.cgi: |
|---|
| 17 | |
|---|
| 18 | DebugMode 1 |
|---|
| 19 | |
|---|
| 20 | 3) Load any page in the Movable Type admin interface and you will see the |
|---|
| 21 | paramter hash dumped out to the bottom of the screen. This also works |
|---|
| 22 | with Comments, TrackBacks, plugin CGI's, ActivityFeeds or any other |
|---|
| 23 | MT::App class, except that all others will write the output to the |
|---|
| 24 | webserver's error log (STDERR). |
|---|
| 25 | |
|---|