Ports Search

Results 13,35113,360 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.016 seconds)
www/Acme-Monta-0.01 (Score: 1.5577191E-4)
Monta Method reproduced in web
This perl module is for using MONTA METHOD on web contents. 'MONTA METHOD' is TV of Japan and a popular presentation technique. Converted contents and reveal it with some action.
www/mod_realdoc-20130701 (Score: 1.5577191E-4)
Apache module to support atomic deploys
mod_realdoc is an Apache module which does a realpath on the docroot symlink and sets the absolute path as the real document root for the remainder of the request.
www/ApacheBench-0.73 (Score: 1.5577191E-4)
Perl module for HTTP benchmarking
This is ApacheBench version 0.62, the Perl API for Apache benchmarking and regression testing. This project is meant to be the foundation of a complete benchmarking and regression testing suite for a transaction- processing mod_perl site. We needed to be able to stress our server to its limit while also having a way to verify the HTTP responses for correctness. We also extended the single-URL ab model to a multiple-URL sequence model. ApacheBench is based on the Apache 1.3.12 ab code (src/support/ab.c). Since the initial release, I have made efforts to merge in all the newest features of ab. Currently (v0.62) it has almost all the features of Apache 1.3.22 ab.
www/Ark-0.1.r1 (Score: 1.5577191E-4)
Perl web application framework
Ark is a web application framework. It's heavily inspired by Catalyst Framework. Most different point between Ark and Catalyst is that Ark has CGI specific mode which can run applications less latency under CGI environment.
CGI::App plugin to automatically register runmodes
This plugin for CGI::Application provides easy ways to setup run modes. You can just write the method that implement a run mode, you do not have to explicitly register it with CGI::App anymore.
Add HTML::Tidy support to CGI::Application
This plugin is a wrapper around HTML::Tidy. It exports two methods that allow you to either validate or clean up the output of your cgiapp application. They should be called at the end of your postrun method.
Help validate forms with the CGI::Application framework
CGI::Application::Plugin::ValidateRM helps to validate web forms when using the CGI::Application framework and the Data::FormValidator module. See a nice example of all that modules working together at: http://mark.stosberg.com/Tech/perl/form-validation/
www/CGI-Lite-3.01 (Score: 1.5577191E-4)
Process and decode WWW forms and cookies
You can use this module to decode form and query information, including file uploads, as well as cookies in a very simple manner; you need not concern yourself with the actual details behind the decoding process.
www/ClearSilver-0.10.5 (Score: 1.5577191E-4)
Perl bindings for fast and powerful template system
ClearSilver is a fast, powerful, and language-neutral template system. It is designed to make it easy to create template driven static or dynamic websites. This port installs the ClearSilver Perl bindings.
www/Catalyst-Plugin-LogWarnings-0.03 (Score: 1.5577191E-4)
Log perl warnings to your Catalyst log object
In MyApp.pm: use Catalyst qw/LogWarnings/; After that, any warn statement that's executed during action processing is sent to the log $c->log as a warning (instead of being dumped to STDERR).