Ports 搜索

共有8,048项符合/www/的查询结果,以下是第1,5011,510项(搜索用时0.004秒)
www/Starman-0.4014 (Score: 0.056974534)
Perl extension for high-performance preforking PSGI web server
High-performance preforking PSGI web server.
www/Syntax-Highlight-HTML-0.04 (Score: 0.056974534)
Syntax::Highlight::HTML - Highlight HTML syntax
This module is designed to take raw HTML input and highlight it (using a CSS stylesheet). The returned HTML code is ready for inclusion in a web page.
www/Syntax-Highlight-Shell-0.04 (Score: 0.056974534)
Syntax::Highlight::Shell - Highlight shell scripts
This module is designed to take shell scripts and highlight them in HTML with meaningful colours using CSS. The resulting HTML output is ready for inclusion in a web page. Note that no reformating is done, all spaces are preserved.
www/Task-Catalyst-4.02 (Score: 0.056974534)
All you need to start with Catalyst
Installs everything you need to write serious Catalyst applications.
www/Task-Plack-0.25 (Score: 0.056974534)
Perl module bundle for Plack
Plack bundle.
www/Tatsumaki-0.1013 (Score: 0.056974534)
Non-blocking web framework based on Plack and AnyEvent
Tatsumaki is a toy port of Tornado for Perl using Plack (with non-blocking extensions) and AnyEvent. It allows you to write a web application that does a immediate response with template rendering, IO-bound delayed response (like fetching third party API or XML feeds), server push streaming and long-poll Comet in a clean unified API.
www/Template-GD-2.66 (Score: 0.056974534)
Template Toolkit plugin to interface with GD modules
The Template-GD distribution provides a number of Template Toolkit plugin modules to interface with Lincoln Stein's GD modules. These in turn provide an interface to Thomas Boutell's GD graphics library.
Turns a Class-AlzaboWrapper-Cursor object into a TT2 iterator
This module allows a Class::AlzaboWrapper::Cursor object to be used as a TT2 iterator. For a cursor which returns one object at a time, the iterator simply returns one object per iteration. When the cursor returns multiple objects, the iterator returns a hash reference where the keys are the table name of the object's class in lower-case, with camel-casing turned into underscores. The values of the hash are the objects. So if the cursor returns Foo::User and Foo::Page objects, the keys are "user" and "page".
www/Template-Multilingual-1.00 (Score: 0.056974534)
Multilingual templates for Template Toolkit
This subclass of Template Toolkit's Template::Parser parses multilingual templates: templates that contain text in several languages. <t> <en>Hello!</en> <fr>Bonjour !</fr> </t> Use this module directly if you have subclassed Template, otherwise you may find it easier to use Template::Multilingual. Language codes can be any string that matches \w+, but we suggest sticking to ISO-639 which provides 2-letter codes for common languages and 3-letter codes for many others.
www/Template-Mustache-v0.5.1 (Score: 0.056974534)
Perl version of the fabulous Mustache template language
Template::Mustache is a templating system, generally used to make HTML.