Module t.l.nevowlore

Part of twisted.lore View Source

Nevow support for lore. DEPRECATED.

Don't use this module, it will be removed in the release of Twisted after 2.3. If you want static templating with Nevow, instantiate a rend.Page() and call renderString (or renderSynchronously) yourself.

Do something like:
 lore -inevow --config pageclass=some.module.SomePageSubclass [other-opts]

API Stability: unstable

Maintainer: Christopher Armstrong
Function parseStringAndReport Undocumented
Function ____wait .
Function nevowify Undocumented
Class NevowProcessorFactory Undocumented
def parseStringAndReport(s): (source)
Undocumented
def ____wait(d): (source)
.
def nevowify(filename, linkrel, ext, url, templ, options=None, outfileGenerator=tree.getOutputFileName): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.