Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/webcheck/plugins/new.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix old and new templates to use datetime objectsArthur de Jong2013-09-281-6/+3
|
* Switch plugins to use templateArthur de Jong2013-09-221-32/+3
| | | | | | 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.
* Explicityly close database sessionsArthur de Jong2013-09-221-1/+2
| | | | | This tries to close the session when the function is done with it to avoid using too much memory.
* rename Site to CrawlerArthur de Jong2011-10-071-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@448 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move some more initialisation from cmd to crawler and ↵Arthur de Jong2011-10-071-4/+4
| | | | | | make imports of config and debugio consistent git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@447 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move all the code except the command-line handling to ↵Arthur de Jong2011-09-161-0/+77
the webcheck package and reorganise imports accordingly git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@435 86f53f14-5ff3-0310-afe5-9b438ce3f40c