NAME
Statocles::App::Basic - Build Markdown and collateral files
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.