Home | Trees | Index | Help |
|
---|
Package Pyblosxom :: Module pyblosxom :: Class PyBlosxom |
|
Method Summary | |
---|---|
Sets configuration and environment. | |
Cleanup everything. | |
Request
|
Returns the Request object. |
Response
|
Returns the Response object which handles all output
related functionality. |
The initialize step further initializes the Request by setting additional information in the _data dict, registering plugins, and entryparsers. | |
Main loop for pyblosxom. | |
Generic method to run the engine for a specific callback | |
This will go through all possible things in the blog and statically render everything to the "static_dir" specified in the config file. | |
Goes through and runs some basic tests of the installation to make sure things are working. |
Method Details |
---|
__init__(self,
config,
environ,
data=None)
Sets configuration and environment. Creates the |
cleanup(self)Cleanup everything. This should be called when Pyblosxom has done all its work. Right before exiting. |
getRequest(self)Returns theRequest object.
|
getResponse(self)Returns theResponse object which handles all output
related functionality.
|
initialize(self)The initialize step further initializes the Request by setting additional information in the _data dict, registering plugins, and entryparsers. |
run(self, static=False)Main loop for pyblosxom. This method will run the handle callback to allow registered handlers to handle the request. If nothing handles the request, then we use the default_blosxom_handler. |
runCallback(self, callback='help')Generic method to run the engine for a specific callback |
runStaticRenderer(self, incremental=0)This will go through all possible things in the blog and statically render everything to the "static_dir" specified in the config file. This figures out all the possible path_info settings and calls self.run() a bazillion times saving each file.
|
testInstallation(self)Goes through and runs some basic tests of the installation to make sure things are working. FIXME - This could probably use some work. Maybe make this like MoinMoin's SystemInfo page? |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Feb 7 21:43:57 2006 | http://epydoc.sf.net |