Installing Modules

Using modules to enhance pyBlog is very easy and allows you to exercise control over your posts. Your options for "drop-in" modules are either prologue/epilogue modules or archive systems.

Prologue modules are modules that are run just before a post is generated from the form info you entered. Epilogue modules are executed after the post is created and just before the post it committed to the posting page. Archive systems are modules that allow you to decide how your posts are archived.

Installing custom modules into pyBlog is very simple. For installing prologue/epilogue modules along with archive systems, it is a matter of just copying the files to the proper directory (assuming the code is not buggy).

Installing new archive systems is basically just as easy; you just have to make sure that its main.py file is there.

pyBlog 1.0; 2001-09-02