|
From: Toby S. <tob...@gm...> - 2011-03-30 22:02:20
|
Hi all, I'm trying to get a site up under pyblosxom 1.5, and it seems xmlrpc_pingback from git chokes in the fileFor method on calling at least blosxom_file_list_handler, because the data dict that fileFor gets from the Request object doesn't contain fileds like "bl_type" or "root_datadir" which blosxom_file_list_handler expect. I'm not really sufficiently au fait with the processing stream to know how to get the root_datadir back into the dict, and though I can quite easily patch xmlrpc_pingback.py to guess bl_type, doing so with root_datadir seems more tricky if I want to keep it portable. Is anyone else successfully using xmlrpc_pingback? Cheers, -- Toby Smithe |