The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Slovo - В началѣ бѣ Слово

SYNOPSIS

    Mojolicious::Commands->start_app('Slovo');

DESCRIPTION

This is a very early pre-pre-release! Slovo is a tiny Mojolicious CMS which can be extended in various ways.

INSTALL

  All you need is a one-liner, it takes less than a minute.

    $ curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Slovo

  We recommend the use of a [Perlbrew](http://perlbrew.pl) environment.

If you already downloaded it and you have cpanm already.

    $ cpanm -l /install/target/slovo Slovo-XXXX.XX.XX.tar.gz

Or even if you don't have cpanm.

    tar zxf Slovo-XXXX.XX.XX.tar.gz
    cd  Slovo-XXXX.XX.XX
    perl Makefile.PL INSTALL_BASE=~/opt/slovo && make && make test && make install

USAGE

    cd /path/to/installed/slovo
    # see various options
    ./bin/slovo

ATTRIBUTES

Slovo inherits all attributes from Mojolicious and implements the following new ones.

resources_path

  push @{$app->static->paths}, $app->resources_path->child('public');

Returns a Mojo::File instance for path "resources" in Slovo next to where Slovo.pm is installed.

METHODS

Slovo inherits all methods from Mojolicious and implements the following new ones.

startup

    my $app = Slovo->new->startup;

Starts the application, sets defaults, reads configuration file(s) and returns the application instance.

BUGS

Please open issues at https://github.com/kberov/Slovo/issues.

SUPPORT

Please open issues at https://github.com/kberov/Slovo/issues.

AUTHOR

    Красимир Беров
    CPAN ID: BEROV
    N/A
    berov@cpan.org
    http://i-can.eu

COPYRIGHT

This program is free software licensed under the Artistic License 2.0.

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

Mojolicious, Mojolicious::Guides