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

NAME

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

VERSION

version 0.057

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.

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.