jhthorsen / catalystx-plugin-gallery

A plugin for Catalyst, which enables gallery for a /path of your webpage

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file Changes
directory GalleryDemo/
file Makefile.PL
file README
directory lib/
directory 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