Ports Search

Results 16,27116,280 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.019 seconds)
Helps you paginate, search, sort, and more easily using DBIx::Class
Catalyst::TraitFor::Controller::DBIC::DoesPaging - Helps you paginate, search, sort, and more easily using DBIx::Class. This module helps you to map various DBIx::Class features to CGI parameters. For the most part that means it will help you search, sort, and paginate with a minimum of effort and thought.
www/Catalyst-View-RRDGraph-0.10 (Score: 1.2461754E-4)
RRD graph view class for Catalyst
This view generates RRD graph images from the graph defintion placed in the stash. The controller is responsable of placing an ARRAYREF in $c-stash->{'graph'}> with the same data as to generate a graph with the RRDs module, except for filename, that will be automatically generated by the view.
www/CatalystX-Component-Traits-0.19 (Score: 1.2461754E-4)
Automatic Trait Loading and Resolution for Catalyst Components
Adds a Catalyst::Component "COMPONENT" method to your Catalyst component base class. This method reads the optional traits parameter from app and component config and instantiates the component subclass with those traits using "new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable.
www/CatalystX-InjectComponent-0.025 (Score: 1.2461754E-4)
Inject components into your Catalyst application
CatalystX::InjectComponent will inject Controller, Model, and View components into your Catalyst application at setup (run)time. It does this by creating a new package on-the-fly, having that package extend the given component, and then having Catalyst setup the new component (via ->setup_component)
www/FCGI-Engine-0.22 (Score: 1.2461754E-4)
Flexible engine for running FCGI-based applications
This module helps manage FCGI based web applications by providing a wrapper which handles most of the low-level FCGI details for you. It can run FCGI programs as simple scripts or as full standalone socket based servers who are managed by FCGI::Engine::ProcManager.
www/FCGI-ProcManager-0.25 (Score: 1.2461754E-4)
Functions for managing FastCGI applications
FCGI::ProcManager is used to serve as a FastCGI process manager. By re-implementing it in perl, developers can more finely tune performance in their web applications, and can take advantage of copy-on-write semantics prevalent in UNIX kernel process management. The process manager should be invoked before the caller''s request loop
www/Flea-0.04 (Score: 1.2461754E-4)
Perl extension for minimalistic sugar for your Plack
PSGI/Plack is where it's at. Dancer's routing syntax is really cool, but it does a lot of things I don't usually want. What I really want is Dancer-like sugar as an extremely thin layer over my teeth^H^H^H^H^H PSGI apps.
www/Gantry-3.64 (Score: 1.2461754E-4)
Web application framework for mod_perl, cgi, etc
Perl Web application framework for Apache/mod_perl. Object Oriented design for a pragmatic, modular approach to URL dispatching. Supports MVC (or VC, MC, C, take your pick) and initiates rapid development. This project offers an orgainized coding scheme for web applications.
www/cmsmadesimple-1.12 (Score: 1.2461754E-4)
Simple Open Source CMS
CMSMS makes it easy to set up a site and then hand it over to non-techies to maintain. Unlike other CMS packages, it isn't over-complex, and it isn't just for blogs. The drop-down site navigation menus are the icing on the cake: just so easy to use. There's an excellent support forum too.
www/HTML-ExtractContent-0.11 (Score: 1.2461754E-4)
Perl extension for HTML content extractor with scoring heuristics
HTML::ExtractContent is a module for extracting content from HTML with scoring heuristics. It guesses which block of HTML looks like content according to scores depending on the amount of punctuation marks and the lengths of non-tag texts. It also guesses whether content end in the block or continue to the next block.