• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H18-Apr-2008-1,099848

lib/H18-Apr-2008-13,0857,150

t/H18-Apr-2008-1,320932

AUTHORSH A D22-Dec-2005455 2318

ChangesH A D18-Apr-200817.4 KiB421357

MANIFESTH A D24-Mar-20072.5 KiB9291

MANIFEST.SKIPH A D23-Nov-200529 43

META.ymlH A D18-Apr-20081.1 KiB3230

Makefile.PLH A D03-May-20223.3 KiB118103

READMEH A D11-Jan-20061.2 KiB4026

README

1NAME
2    Maypole - MVC web application framework
3
4DESCRIPTION
5    Maypole is a Perl framework for MVC-oriented web applications, similar
6    to Jakarta's Struts or Ruby on Rails. Maypole is designed to minimize
7    coding requirements for creating simple web interfaces to databases,
8    while remaining flexible enough to support enterprise web applications.
9
10QUICK 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
21SUPPORT
22    Maypole is supported by a community of users on the Maypole mailing lists.
23
24    Join the mailing list at:
25
26        http://lists.sourceforge.net/lists/listinfo/maypole-users
27
28LINKS
29    http://maypole.perl.org - Maypole's home. tips & tricks, mailing list
30
31AUTHOR
32    Maypole is currently maintained by Aaron Trevena, C<aaron.trevena#gmail.com>
33
34AUTHOR EMERITUS
35    Simon Cozens, C<simon#cpan.org>
36
37LICENSE
38    You may distribute this code under the same terms as Perl itself.
39
40