Fork me on GitHub
(source)

NAME

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

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

store

The store containing this app's documents. Required.

METHODS

pages

    my @pages = $app->pages;

Get the page objects for this app.