Prologue/Epilogue Modules
Prologue and Epilogue modules allow you to drop in modules into the modules/prologue and modules/epilogue directories, respectively, for pre- and post-processing of a post. Prologue modules are run before a post's HTML is generated and epilogue modules are run after the HTML is generated but just before being added to the posting page.
Both module types are structurally the same; they are just executed at different times. All modules must contain a main
function that accepts a post object and returns nothing. Execution order is not specified and thus modules should be written to work independently of each other. All exceptions are ignored.
pyBlog 1.0; 2001-09-10