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