Search results for "Dancer::Plugin::"
Dancer2::Plugin::Deferred - Defer messages or data across redirections
This Dancer2 plugin provides a method for deferring a one-time message across a redirect. It is similar to "flash" messages, but without the race conditions that can result from multiple tabs in a browser or from AJAX requests. It is similar in desig...
YANICK/Dancer2-Plugin-Deferred-0.008000 - 12 May 2020 23:56:32 UTC - Search in distribution
Dancer2::Plugin::Showterm - Replay terminal typescript captures
This plugin is a Dancer2 port of the wonderful <http://showterm.io>, which allows terminal screen captures taken via the UNIX tool script <http://man7.org/linux/man-pages/man1/script.1.html> to be replayed in the browser. The plugin will intercept an...
YANICK/Dancer2-Plugin-Showterm-0.0.3 - 15 Jul 2018 14:29:10 UTC - Search in distribution
Dancer2::Plugin::Shutdown - Graceful shutdown your Dancer2 application
This plugin gracefully shutdowns your application. This is done by returning a 503 error on every request after "shutdown_at" is called. An additional check allows active sessions to proceed normally, but the session cookie expires as soon as possibl...
ZURBORG/Dancer2-Plugin-Shutdown-0.002 - 29 May 2016 19:30:24 UTC - Search in distribution- Dancer2::Plugin::Role::Shutdown - Role for Dancer2::Plugin::Shutdown
Dancer2::Plugin::Swagger2 - A Dancer2 plugin for creating routes from a Swagger2 spec
DBOEHMER/Dancer2-Plugin-Swagger2-0.003
-
07 Apr 2016 14:03:22 UTC
-
Search in distribution
Dancer2::Plugin::Multilang - Dancer2 Plugin to create multilanguage sites
A plugin for Dancer2 to create multilanguage sites. In your app you can configure any route you want as /myroute/to/page. Plugin will make the app answer to /en/myroute/to/page or /it/myroute/to/page giving the language path to the route manager as a...
CYMON/Dancer2-Plugin-Multilang-1.2.0 - 30 Oct 2016 21:37:07 UTC - Search in distribution
Dancer2::Plugin::Negotiate - Content negotiation plugin for Dancer2
This module is a wrapper for HTTP::Negotiate....
ZURBORG/Dancer2-Plugin-Negotiate-0.002 - 07 Sep 2015 15:47:43 UTC - Search in distribution
Dancer2::Plugin::Paginator - Dancer2 plugin for Paginator::Lite.
MANWAR/Dancer2-Plugin-Paginator-2.11
-
02 Nov 2019 20:10:43 UTC
-
Search in distribution
Dancer2::Plugin::Articulate - use Articulate in your Dancer2 App
PERRETTDL/Dancer2-Plugin-Articulate-0.002
-
22 Feb 2015 15:43:51 UTC
-
Search in distribution
- Articulate::FrameworkAdapter::Dancer2 - Access Dancer1 features though a common interface
Dancer2::Plugin::Emailesque - Simple Emailesque support for Dancer2
AMBS/Dancer2-Plugin-Emailesque-0.03
-
30 Aug 2014 14:55:02 UTC
-
Search in distribution
Dancer2::Plugin::Passphrase - Passphrases and Passwords as objects for Dancer2
SYSPETE/Dancer2-Plugin-Passphrase-3.4.1
-
30 May 2022 09:12:34 UTC
-
Search in distribution
- Dancer2::Plugin::Passphrase::Core - Core package for Dancer2::Plugin::Passphrase.
- Dancer2::Plugin::Passphrase::Hashed - Helper package for Dancer2::Plugin::Passphrase.
Dancer2::Plugin::DoFile - A file based MVC style plugin for Dancer2
DoFile is a way of automatically pulling multiple perl files to execute as a way to simplify routing complexity in Dancer2 for very large applications. In particular it was designed to split out larger controllers into logical partitions based on hei...
PERO/Dancer2-Plugin-DoFile-0.14 - 10 Nov 2022 16:04:02 UTC - Search in distribution- Dancer2::Plugin::DoFile - A file based MVC style plugin for Dancer2
Dancer2::Plugin::GraphQL - a plugin for adding GraphQL route handlers
The "graphql" keyword which is exported by this plugin allow you to define a route handler implementing a GraphQL endpoint. Parameters, after the route pattern. The first three can be replaced with a single array-ref. If so, the first element is a cl...
ETJ/Dancer2-Plugin-GraphQL-0.09 - 18 Jun 2022 22:20:12 UTC - Search in distribution
Dancer2::Plugin::EditFile - Edit a text file from Dancer2
This plugin will allow you to retrieve a text file using Dancer2 and display it in an html page. Also, it will save the edited file to it's location on the server. It's designed to be flexible and unobtrusive. It's behavior is customizable through Da...
JACKB/Dancer2-Plugin-EditFile-0.005 - 18 Feb 2017 11:38:23 UTC - Search in distribution
Dancer2::Plugin::Auth::CAS - CAS sso authentication for Dancer2
Cancer::Plugin::Auth::CAS provides single-sign-on (sso) authentication via JASIGs Central Authentication Service (CAS). See <http://www.jasig.org/cas>...
JSTEBENS/Dancer2-Plugin-Auth-CAS-2.000 - 08 Mar 2017 12:58:40 UTC - Search in distribution
Dancer2::Plugin::DebugDump - Modified debug behavior to create multi-line output that's easier for mere mortals to parse.
STEVIED/Dancer2-Plugin-DebugDump-0.41
-
23 Dec 2017 20:01:33 UTC
-
Search in distribution
Dancer2::Plugin::EncryptID - Obfuscate IDs/string in URLs
This module makes easy to obfuscate internal IDs when using them in a URL given to users. Instead of seeing <http://example.com/item/42> users will see <http://example.com/item/c98ea08a8e8ad715> . This will prevent nosy users from trying to iterate a...
SHARDIWAL/Dancer2-Plugin-EncryptID-0.03 - 30 Jul 2016 09:34:21 UTC - Search in distribution
Dancer2::Plugin::FlashNote - support notifications in your Dancer2 web application
This plugin helps you display temporary messages, so called "flash messages". It provides a "flash()" method to define the message. The plugin then takes care of attaching the content to the session, propagating it to the templating system, and then ...
ESAYM/Dancer2-Plugin-FlashNote-0.02 - 18 Apr 2017 17:42:41 UTC - Search in distribution
Dancer2::Plugin::JSManager - Manage website javascript files with the Dancer2 configuration file
STEVIED/Dancer2-Plugin-JSManager-0.013
-
30 Dec 2017 03:08:57 UTC
-
Search in distribution
Dancer2::Plugin::Map::Tube - Dancer2 add-on for Map::Tube.
It provides the REST API features for Map::Tube::Server.It holds the supported map informations. Currently users are allowed to make 6 api calls per minute. Other than that there are no restrictions for now. In future, we would allow access by API KE...
MANWAR/Dancer2-Plugin-Map-Tube-0.02 - 22 Apr 2018 01:18:55 UTC - Search in distribution- Dancer2::Plugin::Map::Tube::API - API for Map::Tube.
- Dancer2::Plugin::Map::Tube::Error - Error codes for Map::Tube API.
Dancer2::Plugin::ViewCache - Create a code for a guest user to use to view a page
This Dancer2 plugin lets you create a url with a unique code that can be given to a guest user to view a web page without logging into the site. If delete_after_view is set, the generated link will be invalidated after being viewed....
CLEARBLT/Dancer2-Plugin-ViewCache-1.0001 - 22 Nov 2022 12:58:14 UTC - Search in distribution