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

Changes for version 0.088 - 2018-03-19

  • Added
    • Added next_page/prev_page attributes to list pages. These provide better access to the page data like title to make better links for users. The existing next/prev attributes only held paths, which made finding this information more difficult. Thanks @jberger!
    • Allow Link trees in navigations to support multi-level navigations. Thanks @jberger! [Github #553]
  • Fixed
    • Fixed anchor-only links on the index page being rewritten to point to the wrong page. Thanks @jberger! [Github #554]
    • Moved some common attributes into a role to fix API differences between Document objects and Page objects. There is a lot more cleanup to be done in this regard, and we'll be doing that before pushing out v1.00.
    • Fixed problems running the user's editor when there are spaces in the path. Thanks @mohawk2! [Github #557]
    • Fixed some test failures with running the user's editor on Windows systems. Thanks @mohawk2! [Github #557]
    • Removed some useless editor error states that were causing spurious test failures for no good reason.

Documentation

Run Statocles commands
Get help for Statocles
A guide to configuring a Statocles site
How to use Statocles to write content
How to deploy a Statocles site
How Statocles works and how to write Statocles modules
A guide to fixing errors from Statocles
Development and deprecation policies
How to set up a Statocles site
A guide to making Statocles themes
A guide to pitfalls when upgrading Statocles
Prepare a release blog entry for this project

Modules

A static site generator
Base role for Statocles applications
Build Markdown and collateral files
A blog application
Render documentation for Perl modules
(DEPRECATED) Plain documents made into pages with no extras
Role for applications using files
(DEPRECATED) Manage static files like CSS, JS, images, and other untemplated content
Base module for Statocles modules
The statocles command-line interface
Base role for ways to deploy a site
Deploy a site to a folder on the filesystem
Deploy a site to a Git repository
Base class for all Statocles documents
Events objects for Statocles
A reference to an image
A link object to build <a> and <link> tags
A link object with child links, making a tree
Base role for rendering files
Render document objects into HTML
A page wrapping a file (handle)
A page presenting a list of other pages
An item in a List page
A plain page (with templates)
Information about a person, including name and e-mail
Base role for Statocles plugins
Render diagrams using mermaid https://mermaidjs.github.io
Check HTML for common errors and issues
Highlight code and configuration syntax
Check links and images for validity during build
A role implementing common attributes for pages/documents
An entire, configured website
The source for data documents and files
(DEPRECATED) A store made up of plain files
A template object to pass around
Common test routines for Statocles
Templates, headers, footers, and navigation
Type constraints and coercions for Statocles
Various utility functions to reduce dependencies

Provides

in lib/Statocles/Event.pm