Ports 搜索

共有8,048项符合www%3Atrac的查询结果,以下是第1,2111,220项(搜索用时0.004秒)
www/HTML-FormFu-Model-DBIC-2.02 (Score: 0.020137845)
Integrate HTML::FormFu with DBIx::Class
Integrate HTML::FormFu with DBIx::Class
www/HTML-FormFu-2.03 (Score: 0.020137845)
HTML Form Creation, Rendering and Validation Framework
HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). You can configure almost any part of formfu's behaviour and output. By default formfu renders "XHTML 1.0 Strict" compliant markup, with as little extra markup as possible, but with sufficient CSS class names to allow for a wide-range of output styles to be generated by changing only the CSS.
www/HTML-FormHandler-0.40065 (Score: 0.020137845)
Form handler written in Moose
HTML::FormHandler allows you to define HTML form fields and validators. It can be used for both database and non-database forms, and will automatically update or create rows in a database. It can also be used to process structured data that doesn't come from an HTML form.
www/HTML-FromANSI-2.03 (Score: 0.020137845)
Mark up ANSI sequences as HTML
This small module converts ANSI text sequences to corresponding HTML codes, using stylesheets to control color and blinking properties. It exports ansi2html() by default, which takes an array, joins it it into a single scalar, and returns its HTML rendering.
www/HTML-FromText-2.07 (Score: 0.020137845)
Mark up text as HTML
The text2html function marks up plain text as HTML. By default it converts HTML metacharacters into the corresponding entities. More sophisticated transformations, such as splitting the text into paragraphs or marking up bulleted lists, can be carried out by setting the appropriate options.
www/HTML-GenToc-3.20 (Score: 0.020137845)
Generate a Table of Contents for HTML documents
HTML::GenToc generates anchors and a table of contents for HTML documents. Depending on the arguments, it will insert the information it generates, or output to a string, a separate file or STDOUT. While it defaults to taking H1 and H2 elements as the significant elements to put into the table of contents, any tag can be defined as a significant element. Also, it doesn't matter if the input HTML code is complete, pure HTML, one can input pseudo-html or page-fragments, which makes it suitable for using on templates and HTML meta-languages such as WML. Also included in the distrubution is hypertoc, a script which uses the module so that one can process files on the command-line in a user-friendly manner.
www/FAQ-OMatic-2.719 (Score: 0.020137845)
Perl API to manipulate FAQ-O-Matics
The Faq-O-Matic is a CGI-based system that automates the process of maintaining a FAQ (or Frequently Asked Questions list). It allows visitors to your FAQ to take part in keeping it up-to-date. A permission system also makes it useful as a help-desk application, bug-tracking database, or documentation system.
www/HTML-GoogleMaps-10 (Score: 0.020137845)
Simple wrapper around the Google Maps API
HTML::GoogleMaps provides a simple wrapper around the Google Maps API. It allows you to easily create maps with markers, polylines and information windows. Thanks to Geo::Coder::Google you can now look up locations around the world without having to install a local database.
www/HTML-LinkExtractor-0.130 (Score: 0.020137845)
HTML::LinkExtractor is used for extracting links from HTML
HTML::LinkExtractor is used for extracting links from HTML. It is very similar to HTML::LinkExtor, except that besides getting the URL, you also get the link-text.
www/HTML-LinkList-0.1701 (Score: 0.020137845)
Create a 'smart' list of HTML links
This module contains a number of functions for taking sets of URLs and labels and creating suitably formatted HTML. These links are "smart" because, if given the url of the current page, if any of the links in the list equal it, that item in the list will be formatted as a special label, not as a link; this is a Good Thing, since the user would be confused by clicking on a link back to the current page.