=encoding utf8
=head1 NAME
Mojolicious::Plugin::Obrazi - A static gallery generator (and renderer) for any site.
=head1 SYNOPSIS
# Mojolicious
$self->plugin('Obrazi');
# Mojolicious::Lite
plugin 'Obrazi';
<%= obrazi(csv_file => 'path/to/obrazi.csv') %>
=head1 DESCRIPTION
L is a L plugin that consists of a
command — L, which resizes a
set of images and generates html for a gallery and, a not yet wirtten
L which produces HTML from a CSV file found in a directory,
containing images. While the command is functional already, the plugin is
empty. This is a yet early release. Todo: write the helper.
=head1 METHODS
L inherits all methods from
L and implements the following new ones.
=head2 register
$plugin->register(Mojolicious->new);
Register plugin in L application.
=head1 HELPERS
=head2 obrazi
<%= obrazi(csv_file => 'path/to/obrazi.csv') %>
Renders a gallery section in the current page. Not implemented yet.
=head1 NOTES
This plugin requires Perl 5.26+ and Mojolicious 9.17+.
=head1 COPYRIGHT
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
The full text of the license can be found in the
LICENSE file included with this module.
=head1 SEE ALSO
L,
L, L, L,
L.