NAME
Statocles::App::Plain - Plain documents made into pages with no extras
VERSION
version 0.029
SYNOPSIS
my $app = Statocles::App::Plain->new(
url_root => '/',
store => 'share/root',
theme => 'share/theme/default',
);
my @pages = $app->pages;
DESCRIPTION
This application builds simple pages based on documents. Use this to have basic informational pages like "About Us" and "Contact Us".
ATTRIBUTES
url_root
The root URL for this application. Required.
store
The store containing this app's documents. Required.
theme
The theme for this app. Required.
Only layouts are used.
METHODS
pages
Get the pages for this app.
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 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.