Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/webcheck/output.py
Commit message (Collapse)AuthorAgeFilesLines
* Move static files to webcheck/staticArthur de Jong2013-12-021-25/+3
| | | | | This moves all static files to be installed into the webcheck Python path and uses pkg_resources to load the files.
* Support older versions of JinjaArthur de Jong2013-11-181-2/+5
| | | | | This tries to gracefully support older versions of Jinja that don't provide the trim_blocks, lstrip_blocks or keep_trailing_newline options.
* Introduce a site_name in the crawlerArthur de Jong2013-09-281-3/+0
|
* Introduce template macros for rendering linksArthur de Jong2013-09-221-0/+2
|
* Introduce a base templateArthur de Jong2013-09-221-0/+6
| | | | | This sets up the basic layout for the report. The plugins are expected to supply a crawler instance.
* Provide function for template-based report renderingArthur de Jong2013-09-221-0/+135
This uses the Jinja template engine to produce the report HTML files. This also renames the util module to output to better describe its purpose.