Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/webcheck/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Provide a CSV file pluginHEADmasterArthur de Jong2013-12-151-0/+62
| | | | This plugin generates a simple CSV file with all the URLs in the system and some basic information about them.
* Use crawler.base_urls instead of crawler.basesArthur de Jong2013-09-281-2/+5
| | | | | | | | Exposing crawler.bases leaks the sqlalchemy session to the plugins which seems to cause problems in some cases. As a consequence of this change, the sitemap plugin now uses its own session.
* Fix old and new templates to use datetime objectsArthur de Jong2013-09-282-12/+6
|
* Remove unused codeArthur de Jong2013-09-221-229/+0
| | | | | Most of this is removed because of the switch to the Jinja template engine.
* Switch plugins to use templateArthur de Jong2013-09-2212-458/+77
| | | | | | 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.
* Provide function for template-based report renderingArthur de Jong2013-09-221-1/+1
| | | | | | 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.
* Explicityly close database sessionsArthur de Jong2013-09-2212-11/+25
| | | | | This tries to close the session when the function is done with it to avoid using too much memory.
* Expose configured plugins via crawler.pluginsArthur de Jong2013-09-202-21/+15
| | | | This avoids having module loading code in different places.
* simplification in size calculationArthur de Jong2011-10-141-9/+7
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@458 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix typo that resulted in bad links not being reported ↵Arthur de Jong2011-10-081-1/+1
| | | | | | as page problems git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@455 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* rename Site to CrawlerArthur de Jong2011-10-0714-32/+32
| | | | 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-076-23/+21
| | | | | | make imports of config and debugio consistent git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@447 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move some file-handling functions to webcheck.utilArthur de Jong2011-10-071-49/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@446 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove unnecessary importsArthur de Jong2011-10-072-4/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@443 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move version and homepage definition from config to the ↵Arthur de Jong2011-10-072-5/+7
| | | | | | webcheck package git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@441 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* use fully qualified plugin namesArthur de Jong2011-09-162-12/+12
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@436 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move all the code except the command-line handling to ↵Arthur de Jong2011-09-1614-0/+1340
the webcheck package and reorganise imports accordingly git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@435 86f53f14-5ff3-0310-afe5-9b438ce3f40c