Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/webcheck/templates
Commit message (Collapse)AuthorAgeFilesLines
* Introduce a site_name in the crawlerArthur de Jong2013-09-281-2/+2
|
* Fix old and new templates to use datetime objectsArthur de Jong2013-09-282-2/+2
|
* Fix time formattingArthur de Jong2013-09-281-1/+1
|
* Add missing template changes from Jinja mergeArthur de Jong2013-09-223-13/+40
| | | | | This also fixes newlines in link meta information that were incorrectly escaped.
* Switch plugins to use templateArthur de Jong2013-09-2212-0/+594
| | | | | | The sitemap module has been somewhat rewritten to use generators to provide the structure of the website. The problems module has also been simplified a bit.
* Introduce template macros for rendering linksArthur de Jong2013-09-221-0/+84
|
* Introduce a base templateArthur de Jong2013-09-221-0/+58
This sets up the basic layout for the report. The plugins are expected to supply a crawler instance.