BlosxomXmlrpcFilter
Revision r1.1 - 06 Mar 2003 - 20:13 GMT - LesOrchard
Abstract
This is mostly a port of my MTXmlRpcFilterPlugin to work with Blosxom?, which passes blog entry content through web services supporting my XmlRpcFilteringPipe API. For the same of efficiency, this plugin will cache the results of passing content through filters and will only re-apply the XML-RPC filters when the cache becomes outdated. Configuration variables are available at the top of the plugin file:
my $conf =
{
# Trim whitespace from the beginning and end of blog entry
remove_whitespace => 1,
# URL at which the filter's XML-RPC interface resides
url => 'http://www.decafbad.com/twiki/bin/twiki_xmlrpc.cgi',
# Directory under which filtered content will be cached
cache_dir => "/Users/deusx/Sites/blosxom/xmlrpc-cache",
};
