Ports Search

Results 1,1511,160 of 8,048 for www%3Atrac.(0.096 seconds)
www/Dancer-Plugin-ExtDirect-1.03 (Score: 0.020137845)
Dancer plugin for implementing ExtDirect APIs
Dancer plugin which provides an easy way implement ExtDirect APIs.
www/Dancer-Plugin-Feed-1.131470 (Score: 0.020137845)
Dancer plugin for generating RSS or Atom feeds
Dancer plugin which provides an easy way to generate RSS or Atom feed. This module relies on XML::Feed.
www/Dancer-Plugin-FlashMessage-0.314 (Score: 0.020137845)
Dancer plugin for implementing Flash Messages
Dancer plugin which provides an easy way implement flash messages.
www/Dancer-Plugin-Lexicon-0.06 (Score: 0.020137845)
Flexible I18N using Locale::Maketext::Lexicon for Dancer apps
Dancer::Plugin::Lexicon uses Locale::Maketext::Lexicon to provide I18N functionality to your Dancer application. Translations are stored in PO or MO (compiled PO) gettext files in the "languages/" dir. You can generate or update your PO files by automatically extracting translatable strings from your code and templates with xgettext.pl. The user's preferred language can be auto-detected from their browser settings, and the current language is automatically stored in the user's session. Including "lang=$lang_tag" in the query string change the user's language.
www/Dancer-Plugin-Memcached-0.02 (Score: 0.020137845)
Cache response content to memcached
This plugin gives Dancer the ability to get and store page content in a memcached server, which in specific configurations could give a performance boost - particulary on GET requests that incur significant database calls.
www/Dancer-Plugin-REST-0.11 (Score: 0.020137845)
Dancer plugin for writing RESTful apps
This plugin helps you write a RESTful webservice with Dancer.
www/igal2-2.2 (Score: 0.020137845)
Simple CLI image gallery generator
igal2 (the successor of igal) is a quick and easy program for placing your images online with just one command-line. It generates a pretty good-looking set of W3-compliant static HTML slides even with its default settings. The slide show preloads the next image with JavaScript - ideal for slower links.
www/ikiwiki-3.20160728 (Score: 0.020137845)
Wiki compiler
ikiwiki is a wiki compiler. It converts wiki pages into html pages suitable for publishing on a website. Unlike many wikis, ikiwiki does not have its own ad-hoc means of storing page history, and instead uses a revision control system (currently supported is bzr, git, mercurial, monotone, subversion and tla). There are many other features, including support for blogging, as well as a large array of plugins.
www/Dancer-Plugin-SiteMap-0.14 (Score: 0.020137845)
Automated site map for the Dancer web framework
Dancer::Plugin::SiteMap automagically adds sitemap routes to the webapp. Currently adds /sitemap and /sitemap.xml where the former is a basic HTML list and the latter is an XML document of URLS.
Perl extension for centralized input validation for Dancer
This plugin provides a convenient wrapper around the Validation::Class module for easy, reusable data validation for your Dancer applications. You don't even need to configure it unless your environment isn't a typical one.