Filters request to plug-in served repository.
Define the Git repository routing.
Define the Git repository routing.
the regular expression which matches the repository path (e.g. "gist/(.+?)/(.+?)\\.git")
the string to assemble local file path of repository (e.g. "gist/$1/$2")
the filter for request to the Git repository which is defined by this routing
Trait for define plugin interface.
Trait for define plugin interface. To provide a plugin, put a Plugin class which extends this class into the package root.
A render engine to render content to HTML.
Provides a helper method to generate data URI of images registered by plug-in.
Provides entry point to PluginRegistry.
Defines result case classes returned by plugin controller.
Provides Slick Session to Plug-ins.
Filters request to plug-in served repository. This is used to provide authentication mainly.