jhthorsen / catalystx-plugin-gallery
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Changes | ||
| |
GalleryDemo/ | ||
| |
Makefile.PL | ||
| |
README | ||
| |
lib/ | ||
| |
t/ |
README
NAME
CatalystX::Plugin::Gallery - Plugin for gallery management
VERSION
0.01
SYNOPSIS
package MyApp::Controller::Foo;
use CatalystX::Controller::Sugar;
use CatalystX::Plugin::Gallery;
chain sub {}; # required
# this will inject this plugin
CatalystX::Plugin::Gallery->inject;
1;
The above will inject this plugin under the "foo" namespace.
DESCRIPTION
"CatalystX::Plugin::Gallery" is a gallery management system, which you
can plug into your existing catalyst application.
FEATURES
Lets you... (in the future)
* search, browse, view and upload images
* edit metadata
* add comments
* setup authorization for directories/tags/files/...
CLASS METHODS
inject
$class->inject;
Will inject this plugin into the caller namespace.
LICENSE
This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
AUTHOR
Jan Henning Thorsen

