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

SYNOPSIS

    my $app = Statocles::App::Plain->new(
        url_root => '/',
        store => 'share/root',
    );
    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.

METHODS

pages

Get the pages for this app.

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 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.