Packages not in Groups

perl-CGI-Prototype - Create a CGI application by subclassing

The core of every CGI application seems to be roughly the same:

*   Analyze the incoming parameters, cookies, and URLs to determine the state
of the application (let's call this "dispatch").
* Based on the current state, analyze the incoming parameters to respond to
any form submitted ("respond").
*   From there, decide what response page should be generated, and produce it
("render").

CGI::Prototype creates a "Class::Prototyped" engine for doing all this, with
the right amount of callback hooks to customize the process.  Because I'm
biased toward Template Toolkit for rendering HTML, I've also integrated that
as my rendering engine of choice. And, being a fan of clean MVC designs, the
classes become the controllers, and the templates become the views, with clean
separation of responsibilities, and "CGI::Prototype" a sort of "archetypal"
controller.
License:GPL or Artistic Group:Packages not in Groups
URL:http://search.cpan.org/dist/CGI-Prototype/ Source: perl-CGI-Prototype

Packages

Name Version Release Type Size Built
perl-CGI-Prototype 0.9053 4.fc6 noarch 52 KiB Tue Jun 26 19:52:56 2007

Changelog

* Thu May 3 18:00:00 2007 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 0.9053-4
- bump
* Mon Apr 30 18:00:00 2007 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 0.9053-3
- switch to filtering deps, rather than doing it manually
* Mon Apr 30 18:00:00 2007 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 0.9053-2
- include full test suite in %doc
- disable autoprov -- with this small of a package it's easier than filtering

Listing created by RepoView-0.5.2-1.fc6 (modified)