Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
Changes for version 0.93
- (22 Mar 2005) added user guide Added Posy::UserGuide, which can be accessed using perldoc.
- (20 Mar 2005) finer grained templating In line with the way that config files are looked for, now flavour template files can also be defined on a 'basename' basis as well as the old things of chunk, flavour, path and path_type.
- (20 Mar 2005) body_attrib change Earlier I had special behaviour with the entry "body_attrib" value; it would be set to $config_body_attrib if it wasn't set. However, what with the moving around of the parse_entry method, this is no longer guaranteed to work, so I removed it; people will have to test explicitly for it now. Easily enough done if using TextTemplate: <body [==($entry_body_attrib ? $entry_body_attrib : $config_body_attrib)==]>
- (20 Mar 2005) changed error flavour to default flavour It's really rather hostile to the poor user to have an "error" flavour; while it may be indicative of an error in the setup, it's really rather friendlier to have a default "fallback" flavour -- because the site-creator will know that it's an error when they don't get what they expect, but the viewer of the site shouldn't be needlessly worried when the content is still being displayed and the page was still found...
Documentation
a guide for users of Posy.
Script which uses the Posy engine to generate one file from an input file.
Script which uses the Posy engine to generate static files.
Modules
a website generator inspired by blosxom
the core methods for the Posy generator
Posy plugin for generating static pages.