The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Statocles::App::Basic - Build Markdown and collateral files

VERSION

version 0.096

SYNOPSIS

    my $app = Statocles::App::Basic->new(
        url_root => '/',
        store => 'share/root',
    );
    my @pages = $app->pages;

DESCRIPTION

This application builds basic pages based on Markdown documents and other files. Use this to have basic informational pages like "About Us" and "Contact Us".

ATTRIBUTES

store

The store path containing this app's documents and files. Required.

METHODS

command

    my $exitval = $app->command( $app_name, @args );

Run a command on this app. Commands allow creating, editing, listing, and viewing pages.

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.