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

Changes for version 0.006

  • Change: 8519cbbb196f627774bc2e11b05def5553421e37 Author: Doug Bell <madcityzen@gmail.com> Date : 2014-05-29 01:01:50 +0000
    • Release v0.006
  • Change: f89609be562591bb1f9a475b3b1dabb5c6588598 Author: Doug Bell <madcityzen@gmail.com> Date : 2014-05-29 00:58:54 +0000
    • sort blog index page by post date
    • Technically they're sorted by path, but it's functionally the same until someone wants to make two posts in one day...
    • Fixes #41
  • Change: a85c74aef1ee521ee5b8ae3eadd8f075b5392fb9 Author: Doug Bell <madcityzen@gmail.com> Date : 2014-05-28 23:47:42 +0000
    • use frontmatter format in addition to pure YAML
    • Frontmatter is the same format that Github's Jekyll uses. Luckily, both are easy to support.
    • Fixes #43
  • Change: ec134854f5e8b8572b2c5d8be671ef112eee8880 Author: Doug Bell <madcityzen@gmail.com> Date : 2014-05-28 21:43:54 +0000
    • open $EDITOR for the user creating a blog post
    • I do not know how to properly test this. On UNIX I can use cat(1), on Windows I could use `type`, but when am I on which and what about Cygwin?
  • Change: 79befdd898d6d4b470bab988b9ff8a3466e16318 Author: Doug Bell <madcityzen@gmail.com> Date : 2014-05-28 21:28:31 +0000
    • add 'blog post' command to add new posts to a blog
    • The blog post document gets initialized with some boilerplate and the user gets told where it is.
    • Fixes #7
  • Change: 5f243ca8dcc7e041d1395677e7e8ebbbf4e27e39 Author: Doug Bell <madcityzen@gmail.com> Date : 2014-05-28 21:16:55 +0000
    • return the full path to the document
    • This is so we can notify the user where this document is in case they want to know.
  • Change: 344aa39a2b71f0affdc57e6d6edc772e29bb0652 Author: Doug Bell <madcityzen@gmail.com> Date : 2014-05-28 21:10:39 +0000
    • add write_document method to Store
    • Now applications can edit their own documents
  • Change: 5f0942211b031a62f4a2c9a446f0351b7cd41eb7 Author: Doug Bell <madcityzen@gmail.com> Date : 2014-05-28 20:17:45 +0000
    • add application command delegation
    • Test it by creating a blog command help document. I don't like leaving it inline like that, I'd prefer it be part of the POD, but this will work for now.
  • Change: 42f0fce743ae3f8498a5d52bad6c7ea02f26f16f Author: Doug Bell <madcityzen@gmail.com> Date : 2014-05-28 20:15:09 +0000
    • add 'apps' command to list the apps in a site
    • It also shows the URL root and the application class. This might be subject to change in the future.

Documentation

Run Statocles commands

Modules

A static site generator
Base class for Statocles applications
A blog application
Base module for Statocles modules
Base module for all Statocles classes
The statocles command-line interface
Base class for all Statocles documents
Render documents into HTML
Render documents into HTML
A page presenting a list of other pages
Base module for all Statocles roles
An entire, configured website
A git-based site
A repository for Documents and Pages
A template object to pass around
Base set of imports for all Statocles tests
Templates, headers, footers, and navigation