NAME

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

VERSION

version 0.099

SYNOPSIS

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

DESCRIPTION

DEPRECATED: The functionality of this app is now built-in to the site itself. There's no reason to use this anymore.

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".

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.