Add external config support via BLOSXOM_CONFIG_DIR and BLOSXOM_CONFIG_FILE env variables.
Change plugin loading to use @INC instead of fixed $plugin_dir.
fix bug 
1445435.
fixes cases like requests for category foo also getting category foobar
 
Fixed bug 
1368882
When statically rendering single story page, this sets the path_info fields the same way as in dynamic rendering.
 
Bug 
1356997 <http://sourceforge.net/tracker/index.php?func=detail&aid=
1356997&group_id=148044&atid=770264>
Patch 
1356030 <http://sourceforge.net/tracker/index.php?func=detail&aid=
1356030&group_id=148044&atid=770266>
Changed how plugins' filter subroutines are handled, so that in static rendering mode, they receive the correct file list.
 
fixed bug 
1356937
This sets the path_info fields correctly when statically rendering
date pages.
 
Fixed bug 
1344334.
Skip any plugin ending in "~", i.e. emacs backup files.
 
fixing bug 
1345548.
Match any instance of the word "xml" in the content type to
determine if we need to escape the content.