NAME
    Statocles - A static site generator

VERSION
    version 0.005

DESCRIPTION
    Statocles is a tool for building static HTML pages from documents.

  DOCUMENTS
    A document is a data structure. The default store reads documents in
    YAML.

  PAGES
    A page is rendered HTML ready to be sent to a user.

APPLICATIONS
    An application takes a bunch of documents and turns them into HTML
    pages.

    Statocles::App::Blog
        A simple blogging application.

SITES
    A site manages a bunch of applications, writing and deploying the
    resulting pages.

    Deploying the site may involve a simple file copy, but it could also
    involve a Git repository, an FTP site, or a database.

STORES
    A store reads and writes documents and pages. The default store reads
    documents in YAML and writes pages to a file, but stores could read
    documents as JSON, or from a Mongo database, and write pages to a
    database, or whereever you want!

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.

