NAME

Statocles::App::Plain - (DEPRECATED) 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

NOTE: This application has been renamed Statocles::App::Basic. This class will be removed with v2.0. See Statocles::Help::Upgrading.

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

command

    my $exitval = $app->command( $app_name, @args );

Run a command on this app. Commands allow creating, editing, listing, and viewing pages.