]> git.decadent.org.uk Git - maypole.git/blob - README
POD updates: fleshed out some weak areas, reorganised a little and fixed some typogra...
[maypole.git] / README
1 NAME
2     Maypole - MVC web application framework
3
4 DESCRIPTION
5     Maypole is a Perl framework for MVC-oriented web applications, similar
6     to Jakarta's Struts. Maypole is designed to minimize coding requirements
7     for creating simple web interfaces to databases, while remaining flexible
8     enough to support enterprise web applications.
9
10 QUICK START
11     Maypole ships with a basic demo application, the Beer Database.
12     Please see the Maypole manual. You can access the manual by executing the
13     following command after installing Maypole:
14
15         perldoc Maypole::Manual
16
17     Or try the following URL:
18
19         http://search.cpan.org/perldoc?Maypole::Manual
20
21 SUPPORT
22     Maypole is supported by a community of users on the Maypole mailing lists.
23
24     Join the mailing list at http://lists.netthink.co.uk/listinfo/maypole
25
26 LINKS
27     http://maypole.perl.org - Maypole's home. tips & tricks, mailing list
28
29 AUTHOR
30     Maypole is currently maintained by Simon Flack, C<simonflk#cpan.org>
31
32 AUTHOR EMERITUS
33     Simon Cozens, C<simon#cpan.org>
34
35 LICENSE
36     You may distribute this code under the same terms as Perl itself.
37