Replaced with a new list.
[catagits/Catalyst-Controller-MovableType.git] / README
1 NAME
2     Catalyst::Controller::MovableType - Run Movable Type through Catalyst
3
4 SYNOPSIS
5     package MyApp::Controller::Mt;
6
7     use Moose; BEGIN {extends 'Catalyst::Controller::MT'; } use utf8;
8
9     1;
10
11 INSTALLATION
12     Install Movable Type by extracting the zip into your template root
13     directory. Move mt-static to root/static/mt, and configure Movable Type
14     accordingly.
15
16 DESCRIPTION
17     Runs Movable Type 5 through Catalyst. Download Movable Type 5 from
18     http://www.movabletype.org/
19
20 METHODS
21   run_mt_script
22     Runs the requested Movable Type .cgi script transparently with
23     cgi_to_response.
24
25   not_found
26     Sets the response to a simple 404 Not found page. You can override this
27     method with your own.
28
29 BUGS
30     None known.
31
32 SEE ALSO
33     Catalyst::Controller::WrapCGI
34
35 AUTHOR
36     Oskari 'Okko' Ojala <perl@okko.net>
37
38 CONTRIBUTORS
39     Matt S. Trout <mst@shadowcatsystems.co.uk>
40
41 COPYRIGHT & LICENSE
42     Copyright 2010 the above author(s).
43
44     This sofware is free software, and is licensed under the same terms as
45     Perl itself.
46