*** pyblosxom.py.orig Fri Feb 22 20:46:08 2008 --- pyblosxom.py Fri Feb 22 20:44:52 2008 *************** *** 129,135 **** # entryparser callback is run here first to allow other plugins # register what file extensions can be used data['extensions'] = tools.run_callback("entryparser", ! {'txt': blosxom_entry_parser}, mappingfunc=lambda x,y:y, defaultfunc=lambda x:x) --- 129,135 ---- # entryparser callback is run here first to allow other plugins # register what file extensions can be used data['extensions'] = tools.run_callback("entryparser", ! {'blx': blosxom_entry_parser}, mappingfunc=lambda x,y:y, defaultfunc=lambda x:x)