Skip to content

A static gallery generator (and renderer) for any (potentially Mojolicious based) site

License

Notifications You must be signed in to change notification settings

kberov/Mojolicious-Plugin-Obrazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Mojolicious::Plugin::Obrazi - A static gallery generator (and renderer) for any site.

SYNOPSIS

# Mojolicious
$self->plugin('Obrazi');

# Mojolicious::Lite
plugin 'Obrazi';

  <!-- in a template - not implemented yet -->
  <%= obrazi(csv_file => 'path/to/obrazi.csv') %>

DESCRIPTION

Mojolicious::Plugin::Obrazi is a Mojolicious plugin that consists of a command — Mojolicious::Command::Author::generate::obrazi, which resizes a set of images and generates html for a gallery and, a not yet wirtten helper 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.

METHODS

Mojolicious::Plugin::Obrazi inherits all methods from Mojolicious::Plugin and implements the following new ones.

register

$plugin->register(Mojolicious->new);

Register plugin in Mojolicious application.

HELPERS

obrazi

<!-- in a template -->
<%= obrazi(csv_file => 'path/to/obrazi.csv') %>

Renders a gallery section in the current page. Not implemented yet.

NOTES

This plugin requires Perl 5.26+ and Mojolicious 9.17+.

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.

SEE ALSO

Mojolicious::Command::Author::generate::obrazi, Mojolicious, Mojolicious::Guides, Slovo, https://mojolicious.org.

About

A static gallery generator (and renderer) for any (potentially Mojolicious based) site

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages