Baldrick Application Framework 0.83 (Default branch) |
|
|
The Baldrick Application Framework is a library of
Perl 5 modules to provide Web application
functionality: session management, URL-to-handler
mapping, user loading, authentication and
authorization, database connectivity and querying,
and template-based output generation. It is a tool
for programmers to use in building their own Web
applications ("modules"), which can run under CGI
or mod_perl. Users on a site should be able to
freely move between modules without
re-authenticating, even if those modules were from
different developers.
License: Artistic License
Changes:
Baldrick::TemplateAdapter::TextTemplate (which
uses Text::Template) was added.
Baldrick::Examples::ExampleDogsbody was added.
Minor changes were made in App to allow for a
minimalist configuration file and easier "Hello
World" demo. Dogsbody dispatchRequest() was
modified to avoid stringy eval.
baldrick.cfg.sample was added to the distribution.
userloader.cfg.sample was added to the
distribution. Makefile.PL was made interactive,
prompting to install in the cgi-bin directory.
|