Ports Search

Results 1,2811,290 of 8,048 for /www/.(0.003 seconds)
www/HTML-WikiConverter-TikiWiki-0.50 (Score: 0.056974534)
Convert HTML to TikiWiki markup
This module contains rules for converting HTML into TikiWiki markup. See HTML::WikiConverter for additional usage details.
www/HTML-WikiConverter-UseMod-0.50 (Score: 0.056974534)
Convert HTML to UseMod markup
This module contains rules for converting HTML into UseMod markup. See HTML::WikiConverter for additional usage details.
www/HTML-WikiConverter-WakkaWiki-0.50 (Score: 0.056974534)
Convert HTML to WakkaWiki markup
This module contains rules for converting HTML into WakkaWiki markup. See HTML::WikiConverter for additional usage details.
www/HTML-Stream-1.60 (Score: 0.056974534)
Perl5 HTML output stream class, and some markup utilities
HTML::Stream provides an object-oriented and subclassable way of outputting HTML.
www/HTML-WikiConverter-WikkaWiki-0.50 (Score: 0.056974534)
Convert HTML to WikkaWiki markup
This module contains rules for converting HTML into WikkaWiki markup. See HTML::WikiConverter for additional usage details.
www/HTML-WikiConverter-0.68 (Score: 0.056974534)
HTML to wiki markup converter
HTML::WikiConverter is an HTML to wiki converter capable of converting HTML source into a variety of wiki dialects. Supported dialects include: DokuWiki Kwiki MediaWiki MoinMoin Oddmuse PbWiki PhpWiki PmWiki SlipSlap TikiWiki UseMod WakkaWiki WikkaWiki
www/HTTP-Async-0.30 (Score: 0.056974534)
Process multiple HTTP requests in parallel without blocking
Although using the conventional LWP::UserAgent is fast and easy it does have some drawbacks - the code execution blocks until the request has been completed and it is only possible to process one request at a time. HTTP::Async attempts to address these limitations. It gives you a 'Async' object that you can add requests to, and then get the requests off as they finish. The actual sending and receiving of the requests is abstracted. As soon as you add a request it is transmitted, if there are too many requests in progress at the moment they are queued. There is no concept of starting or stopping - it runs continuously.
www/HTTP-Body-1.22 (Score: 0.056974534)
HTTP Body Parser
HTTP Body Parser.
www/HTTP-BrowserDetect-3.14 (Score: 0.056974534)
Determine the Web browser, version, OS from an HTTP user agent string
The HTTP::BrowserDetect object does a number of tests on an HTTP user agent string. The results of these tests are available via methods of the object.
www/HTTP-Cache-Transparent-1.1 (Score: 0.056974534)
Implementation of http get that keeps a local cache of fetched pages
Implementation of http get that keeps a local cache of fetched pages to avoid fetching the same data from the server if it hasn't been updated. The cache is stored on disk and is thus persistent between invocations.