Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第16,32116,330项(搜索用时0.011秒)
www/HTML-Perlinfo-1.68 (Score: 9.2878623E-4)
Display a lot of Perl information in HTML format
HTML-Perlinfo displays a lot of Perl information in HTML format, similar to phpinfo.
www/HTML-PrettyPrinter-0.03 (Score: 9.2878623E-4)
Generate nice HTML files from HTML syntax trees
HTML::PrettyPrinter produces nicely formatted HTML code from a HTML syntax tree. It is especially usefull if the produced HTML file shall be read or edited manually afterwards. Various parameters let you adapt the output to different styles and requirements.
www/HTML-Query-0.09 (Score: 9.2878623E-4)
JQuery-like selection queries for HTML::Element
The HTML::Query module provides jQuery-like selection queries for HTML::Element.
www/HTML-RSSAutodiscovery-1.21 (Score: 9.2878623E-4)
Methods for retrieving RSS-ish information from an HTML document
Methods for retreiving RSS-ish information from an HTML document.
www/HTML-ResolveLink-0.05 (Score: 9.2878623E-4)
Resolve relative links in (X)HTML into absolute URI
HTML::ResolveLink is a module to rewrite relative links in XHTML or HTML into absolute URI.
www/HTML-Restrict-2.2.2 (Score: 9.2878623E-4)
Perl extension to strip unwanted HTML tags and attributes
Strip unwanted HTML tags and attributes.
www/HTML-Breadcrumbs-0.7 (Score: 9.2878623E-4)
Module to produce HTML 'breadcrumb trails'
HTML::Breadcrumbs is a module used to create HTML 'breadcrumb trails' i.e. an ordered set of html links locating the current page within a hierarchy. HTML::Breadcrumbs splits the given path up into a list of elements, derives labels to use for each of these elements, and then renders this list as N-1 links using the derived label, with the final element being just a label. Both procedural and object-oriented interfaces are provided. The OO interface is useful if you want to separate object creation and initialisation from rendering or display, or for subclassing. Both interfaces allow you to munge the path in various ways, to set labels either explicitly via a hashref or via a callback subroutine, and to control the formatting of elements via sprintf patterns or a callback subroutine.
www/HTML-RobotsMETA-0.00004 (Score: 9.2878623E-4)
Parse HTML For Robots Exclusion META Markup
HTML::RobotsMETA is a simple HTML::Parser subclass that extracts robots exclusion information from meta tags.
www/HTML-Scrubber-0.15 (Score: 9.2878623E-4)
Perl extension for scrubbing/sanitizing html
HTML::Scrubber - Perl extension for scrubbing/sanitizing html. If you wanna "scrub" or "sanitize" html input in a reliable an flexible fashion, then this module is for you. When a tag is encountered, HTML::Scrubber allows/denies the tag using the explicit rule if one exists. If no explicit rule exists, Scrubber applies the default rule. If an explicit rule exists, but it's a simple rule(1), the default attribute rule is applied.
www/HTML-Seamstress-5.0h (Score: 9.2878623E-4)
HTML::Tree subclass for HTML templating via tree rewriting
HTML::Seamstress - HTML::Tree subclass for HTML templating via tree rewriting.