conditional use for 'Module::Install::AuthorRequires' to avoid a warning.
[catagits/Catalyst-Controller-MovableType.git] / README
CommitLineData
0f0899e8 1NAME
2 Catalyst::Controller::MovableType - Run Movable Type through Catalyst
3
9839e790 4SYNOPSIS
5 package MyApp::Controller::Mt;
6
7 use Moose; BEGIN {extends 'Catalyst::Controller::MT'; } use utf8;
8
9 1;
10
11INSTALLATION
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
16DESCRIPTION
17 Runs Movable Type 5 through Catalyst. Download Movable Type 5 from
18 http://www.movabletype.org/
19
20METHODS
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
29BUGS
30 None known.
31
32SEE ALSO
33 Catalyst::Controller::WrapCGI
34
35AUTHOR
36 Oskari 'Okko' Ojala <perl@okko.net>
37
38CONTRIBUTORS
39 Matt S. Trout <mst@shadowcatsystems.co.uk>
40
0f0899e8 41COPYRIGHT & 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.
9839e790 46