X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=README;h=c4721a4504bff8098d21430086b7d85909519bea;hp=136b43ca92ef40ee5efef423aeea70a6cf1eea36;hb=HEAD;hpb=1b3ec28e5f2b7f6f5f4c8140a98e114912271a53 diff --git a/README b/README index 136b43c..c4721a4 100644 --- a/README +++ b/README @@ -1,38 +1,39 @@ -Apache/MVC version 0.01 -======================= +NAME + Maypole - MVC web application framework -The README is used to introduce the module and provide instructions on -how to install the module, any machine dependencies it may have (for -example C compilers and installed libraries) and any other information -that should be provided before the module is installed. +DESCRIPTION + Maypole is a Perl framework for MVC-oriented web applications, similar + to Jakarta's Struts or Ruby on Rails. Maypole is designed to minimize + coding requirements for creating simple web interfaces to databases, + while remaining flexible enough to support enterprise web applications. -A README file is required for CPAN modules since CPAN extracts the -README file from a module distribution so that people browsing the -archive can use it get an idea of the modules uses. It is usually a -good idea to provide version information here so that people can -decide whether fixes for the module are worth downloading. +QUICK START + Maypole ships with a basic demo application, the Beer Database. + Please see the Maypole manual. You can access the manual by executing the + following command after installing Maypole: -INSTALLATION + perldoc Maypole::Manual -To install this module type the following: + Or try the following URL: - perl Makefile.PL - make - make test - make install + http://search.cpan.org/perldoc?Maypole::Manual -DEPENDENCIES +SUPPORT + Maypole is supported by a community of users on the Maypole mailing lists. -This module requires these other modules and libraries: + Join the mailing list at: - blah blah blah + http://lists.sourceforge.net/lists/listinfo/maypole-users -COPYRIGHT AND LICENCE +LINKS + http://maypole.perl.org - Maypole's home. tips & tricks, mailing list -Put the correct copyright and licence information here. +AUTHOR + Maypole is currently maintained by Aaron Trevena, C -Copyright (C) 2004 Simon Cozens +AUTHOR EMERITUS + Simon Cozens, C -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +LICENSE + You may distribute this code under the same terms as Perl itself.