Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第13,32113,330项(搜索用时0.014秒)
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: 6.4754924E-5)
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: 6.4754924E-5)
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: 6.4754924E-5)
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).
File storage backend for session data
Catalyst::Plugin::Session::Store::File is an easy to use storage plugin for Catalyst that uses an simple file to act as a shared memory interprocess cache. It is based on Cache::FileCache.
www/Catalyst-Plugin-Static-0.11 (Score: 6.4754924E-5)
Serve static files with Catalyst
Serve static files with Catalyst. This module is not as optimized for static files as a normal web server, and is most useful for stand alone operation and development.
www/gallery3-3.0.9 (Score: 6.4754924E-5)
Web based photo album organizer written in PHP
Project and Organization Gallery is an open source project with the goal to develop and support leading photo sharing web application solutions. The Gallery project develops open source software licensed under the GPL, and is maintained and developed by a community of users and developers. The development is a distributed effort, with collaboration from around the globe. The team is well organized, with weekly meetings, and constant communication. Serving millions worldwide, the Gallery project is the most widely used system of its kind. Gallery is free to download and use. Products Gallery is also the name of the main product, an online photo album organizer. Gallery gives you an intuitive way to blend photo management seamlessly into your own website whether you're running a small personal site or a large community site.
www/Dancer-Plugin-SiteMap-0.14 (Score: 6.4754924E-5)
Automated site map for the Dancer web framework
Dancer::Plugin::SiteMap automagically adds sitemap routes to the webapp. Currently adds /sitemap and /sitemap.xml where the former is a basic HTML list and the latter is an XML document of URLS.
www/FCGI-Async-0.22 (Score: 6.4754924E-5)
Module to allow use of FastCGI asynchronously
This module allows a program to respond to FastCGI requests using an asynchronous model. It is based on IO::Async and will fully interact with any program using this base.