Re: problem using years as category
will guaraldi <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
Documentation is in progress, though I don't think anyone is working on it presently. We have our primary documentation in the wiki so that members of the community can participate in the documentation process. It's interesting to note that our lack of documentation is pretty well documented. The urls we handle are documented in the blosxom_default_path_info function in pyblosxom.py--the function that handles splitting up the PATHINFO environment variable into a series of parts which dictate how PyBlosxom should handle the request. This is in the API documentation: http://roughingit.subtlehints.net/docs/1.0/API/public/Pyblosxom.pyblosxom-module.html#blosxom_process_path_info If you want to change the behavior, you should create a plugin that implements the cb_pathinfo callback and code the behavior you're looking for. I would take the existing blosxom_default_path_info function, copy it into your plugin, and then edit the parts you deem necessary. Hope that helps-- /will ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com