Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-CGI-Prototype | Distribution: Fedora Project |
Version: 0.9054 | Vendor: Fedora Project |
Release: 37.fc40 | Build date: Thu Jan 25 15:07:39 2024 |
Group: Unspecified | Build host: buildvm-ppc64le-15.iad2.fedoraproject.org |
Size: 47764 | Source RPM: perl-CGI-Prototype-0.9054-37.fc40.src.rpm |
Packager: Fedora Project | |
Url: https://metacpan.org/release/CGI-Prototype | |
Summary: 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.
GPL+ or Artistic
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.9054-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.9054-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 0.9054-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.9054-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Sep 06 2022 Jitka Plesnikova <[email protected]> - 0.9054-33 - Specify all dependencies - Modernize specfile * Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.9054-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 01 2022 Jitka Plesnikova <[email protected]> - 0.9054-31 - Perl 5.36 rebuild
/usr/share/doc/perl-CGI-Prototype /usr/share/doc/perl-CGI-Prototype/Changes /usr/share/doc/perl-CGI-Prototype/README /usr/share/doc/perl-CGI-Prototype/TODO /usr/share/doc/perl-CGI-Prototype/t /usr/share/doc/perl-CGI-Prototype/t/01-CGIP-core.t /usr/share/doc/perl-CGI-Prototype/t/02-CGIP-flow.t /usr/share/doc/perl-CGI-Prototype/t/03-CGIP-error.t /usr/share/doc/perl-CGI-Prototype/t/10-CGIPH-core.t /usr/share/doc/perl-CGI-Prototype/t/98-TestPod.t /usr/share/doc/perl-CGI-Prototype/t/99-TestPodCoverage.t /usr/share/doc/perl-CGI-Prototype/t/TestApp /usr/share/doc/perl-CGI-Prototype/t/TestApp/My /usr/share/doc/perl-CGI-Prototype/t/TestApp/My/App /usr/share/doc/perl-CGI-Prototype/t/TestApp/My/App.pm /usr/share/doc/perl-CGI-Prototype/t/TestApp/My/App/WRAPPER.tt /usr/share/doc/perl-CGI-Prototype/t/TestApp/My/App/thanks.pm /usr/share/doc/perl-CGI-Prototype/t/TestApp/My/App/thanks.tt /usr/share/doc/perl-CGI-Prototype/t/TestApp/My/App/welcome.pm /usr/share/doc/perl-CGI-Prototype/t/TestApp/My/App/welcome.tt /usr/share/doc/perl-CGI-Prototype/t/cprove /usr/share/man/man3/CGI::Prototype.3pm.gz /usr/share/man/man3/CGI::Prototype::Hidden.3pm.gz /usr/share/perl5/vendor_perl/CGI /usr/share/perl5/vendor_perl/CGI/Prototype /usr/share/perl5/vendor_perl/CGI/Prototype.pm /usr/share/perl5/vendor_perl/CGI/Prototype/Hidden.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 23:47:10 2024