Ports Search

Results 1,5411,550 of 8,048 for www%3Atrac.(0.004 seconds)
www/Tie-TinyURL-0.02 (Score: 0.020137845)
Tied interface to TinyURL.com
This module provides a very basic tied interface to the TinyURL.com web service.
www/Toader-1.2.1 (Score: 0.020137845)
CMS meant to be used from the terminal and integrated into a VCS for rendering static pages
Toader is a CMS that renders to static pages. It is control from command line. It is meant to be integrated with a VCS, allowing a source/control of a website to be stored in the same location as the project or projects a site is for.
www/Toadfarm-0.74 (Score: 0.020137845)
One Mojolicious app to rule them all
Toadfarm is a module for configuring and starting your Mojolicious applications. You can either combine multiple applications in one script, or just use it as a init script. Core features: * Wrapper around hypnotoad that provides an init script. * Advanced routing and virtual host configuration. Also support routing from behind another web server, such as nginx. This feature is very much like Mojolicious::Plugin::Mount on steroids. * Hijacking log messages to a common log file. There's also plugin, Toadfarm::Plugin::AccessLog, that allows you to log the requests sent to your server.
www/Twiggy-TLS-0.0019 (Score: 0.020137845)
Perl extension to extend Twiggy supporting TLS
Twiggy::TLS extends Twiggy with a TLS support.
www/Twiggy-0.1025 (Score: 0.020137845)
Perl extension of AnyEvent HTTP server for PSGI (like Thin)
AnyEvent HTTP server for PSGI (like Thin).
www/URI-Escape-JavaScript-0.04 (Score: 0.020137845)
Perl implementation of JavaScript's escape()/unescape() functions
URI::Escape::JavaScript provides JavaScript's escape() and unescape() functions. It works simplar to homonymous functions of JavaScript. URI::Escape doesn't work for escaping and unescaping JavaScript like Unicode URI-escape ("%uXXXX"). But you can use this module to do those.
www/URI-Fetch-0.110 (Score: 0.020137845)
Smart URI fetching/caching
URI::Fetch is a smart client for fetching HTTP pages, notably syndication feeds (RSS, Atom, and others), in an intelligent, bandwidth- and time-saving way.
www/URI-ParseSearchString-3.51 (Score: 0.020137845)
Parse Apache referer logs and extract search engine query strings
This module provides a simple function to parse and extract search engine query strings. It was designed and tested having Apache referrer logs in mind. It can be used for a wide number of purposes, including tracking down what keywords people use on popular search engines before they land on a site. It makes use of URI::split to extract the string and URI::Escape to un-escape the encoded characters in it. Although a number of existing modules and scripts exist for this purpose, the majority of them are either outdated using obsolete search strings associated with each engine.
www/URI-Title-1.86 (Score: 0.020137845)
Get the titles of things on the web in a sensible way
Let's suppose you want to find the title of things on the web. This seems like a really simple request, just get() the object, parse for a title tag, you're done. There are several problems with this approach: - What if the resource is on a very slow server? Do we wait for ever or what? - What if the resource is a 900 gig file? You don't want to download that. - What if the page title isn't in a title tag, but is buried in the HTML somewhere? - What if the resource is an MP3 file, or a word document or something? This module attempts to solve this problem.
www/URI-ToDisk-1.12 (Score: 0.020137845)
Object for mapping a URI to an on-disk storage directory
An object for mapping a URI to an on-disk storage directory