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

NAME

Statocles::App::Plain - Plain documents made into pages with no extras

VERSION

version 0.027

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.

index

The main index page for this app. This app may be used for the site index.

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.