Contents:
whiff_middleware/addCommentsFromResource - add comments to a page from
WHIFF resource
whiff_middleware/completions.css - CSS stylesheet for drop down completions
whiff_middleware/diff.css - CSS stylesheet for text diff
whiff.middleware.misc - miscellaneous support module
whiff_middleware/whiff.js - standard WHIFF javascript functionality
whiff_middleware/addCommentsFromResource - add comments to a page from
WHIFF resource
The
whiff_middleware/addCommentsFromResource
is an example of how to extract form data from a page submission
and put that data into a WHIFF resource. This example is used
to implement the "feedback" forms for the WHIFF documentation.
whiff_middleware/completions.css - CSS stylesheet for drop down completions
The
whiff_middleware/diff.css middleware generates a CSS default stylesheet
for
whiff_middleware drop down completions. This is a convenience only,
you will probably want to develop your own stylesheets.
whiff_middleware/diff.css - CSS stylesheet for text diff
The
whiff_middleware/diff.css middleware generates the CSS stylesheet
required by
whiff_middleware/diff.
whiff.middleware.misc - miscellaneous support module
The
misc
module is not a middleware -- it is a module
that provides miscellaneous support functions
to other middleware modules.
no documentation ['OpenIdLogin.py']
whiff_middleware/whiff.js - standard WHIFF javascript functionality
The
whiff_middleware/whiff.js middleware generates javascript
used by many of the other
whiff_middleware components, largely
concerned with implementing AJAX-like functionality.