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

..03-May-2022-

docs/H03-May-2022-213145

lib/H13-Jan-2010-35,55014,640

root/H03-May-2022-4,7774,019

t/H13-Jan-2010-1,6831,326

Build.PLH A D03-May-20227.3 KiB277214

ChangesH A D13-Jan-201026.1 KiB565497

MANIFESTH A D13-Jan-20106.6 KiB249248

MANIFEST.SKIPH A D13-Jan-2010467 3932

META.ymlH A D13-Jan-20108.5 KiB254253

Makefile.PLH A D13-Jan-20101.1 KiB3222

READMEH A D13-Jan-20102.3 KiB7854

TODOH A D13-Jan-20106.2 KiB144112

auth.serverH A D13-Jan-2010881 3828

README

1Gantry version 3.30
2==========================
3
4Gantry is a Perl Web App Framework.
5
6See Gantry::Docs::QuickStart to get started.
7
8INSTALLATION
9
10To install this module:
11
12    perl Build.PL
13    ./Build
14    ./Build test
15    ./Build install
16
17During installation you will be asked for a 'Web Directory'.  Gantry
18uses this to store templates for its CRUD schemes and other things.
19It is called a 'Web Directory' since your web server must be willing
20to serve files from it.  Typically, it is enough to make this a subdirectory
21of your document root.
22
23DEPENDENCIES
24
25This module requires these other modules and libraries:
26
27    Template
28    CGI::Simple
29    URI
30    Data::UUID
31    DBI
32    File::Copy::Recursive
33    HTTP::Server::Simple::CGI
34
35Some of Gantry's parts require these modules:
36
37    Module                  Used by
38    -------------------------------------------------------
39    Data::FormValidator     Gantry::Plugins::AutoCRUD
40                            Gantry::Plugins::CRUD
41                            Gantry::Control::C::Pages
42                            Gantry::Control::C::Groups
43
44    Date::Calc              Gantry::Plugins::Calendar
45                            Gantry::Plugins::Validate
46                            Gantry::Utils::Validate
47
48    Hash::Merge             Gantry::Conf
49
50    Config::General         Gantry::Conf
51
52    HTML::Prototype         Gantry::Control::C::Groups
53
54Gantry provides explicit support for these modules:
55
56    Module                  Supported by
57    --------------------------------------------------------
58    Class::DBI::Sweet       Gantry::Utils::CDBI
59                            Gantry::Utils::AuthCDBI
60                            Gantry::Plugins::AutoCRUDHelper::CDBI
61
62    DBIx::Class             Gantry::Utils::DBIxClass (regular and auth)
63                            Gantry::Plugins::DBIxClassConn
64                            Gantry::Plugins::AutoCRUDHelper::DBIxClass
65
66SUPPORT
67
68Please join the gantry mailing list for support.  Visit
69http://www.usegantry.org and click on the mailing list tab for instructions.
70
71COPYRIGHT AND LICENSE
72
73Copyright (c) 2005-6 by Tim Keefer.
74
75This library is free software; you can redistribute it and/or modify
76it under the same terms as Perl itself, either Perl version 5.8.6 or,
77at your option, any later version of Perl 5 you may have available.
78