Programming Your Own WebKit Application
This is just a place-holder. Quick info:
from WebKit.Page import Page class XXXX(Page): def YYYY(self):... where "XXXX.py" is the name of the Python module.
Check the def's in the "Page" class in the "Page.py" file in your install directory (NOT the WebKit runtime directory) for info on def's to override.
More to come, I promise.