Arthur de Jong
Open Source / Free Software developer
index
:
webcheck
master
A website link and structure checker
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide a CSV file plugin
HEAD
master
Arthur de Jong
2013-12-15
2
-1
/
+64
*
Remove duplicate column definition
Arthur de Jong
2013-12-15
1
-1
/
+0
*
Split functionality into Link.get_or_create()
Arthur de Jong
2013-12-15
2
-17
/
+21
*
Rename some functions
Arthur de Jong
2013-12-15
2
-16
/
+16
*
Small simplification
Arthur de Jong
2013-12-15
1
-1
/
+1
*
Move SQLite initialisation to db module
Arthur de Jong
2013-12-15
2
-14
/
+13
*
Remove annoying debug log message
Arthur de Jong
2013-12-15
1
-2
/
+1
*
Store link and page problems as unicode
Arthur de Jong
2013-12-02
1
-4
/
+10
*
Only convert content if link has encoding
Arthur de Jong
2013-12-02
1
-1
/
+2
*
Fix setup.py script
Arthur de Jong
2013-12-02
3
-14
/
+45
*
Move static files to webcheck/static
Arthur de Jong
2013-12-02
7
-28
/
+6
*
Fix missing import
Arthur de Jong
2013-12-02
1
-0
/
+1
*
Fix setuptools entry point invocation
Arthur de Jong
2013-12-02
1
-1
/
+1
*
Remove Debian packaging
Arthur de Jong
2013-12-02
7
-558
/
+0
*
Update documentation
Arthur de Jong
2013-11-25
5
-62
/
+70
*
Support older versions of Jinja
Arthur de Jong
2013-11-18
1
-2
/
+5
*
Optimise count_parents()
Arthur de Jong
2013-10-06
1
-11
/
+4
*
Use crawler.base_urls instead of crawler.bases
Arthur de Jong
2013-09-28
2
-35
/
+32
*
Introduce a site_name in the crawler
Arthur de Jong
2013-09-28
3
-5
/
+7
*
Fix old and new templates to use datetime objects
Arthur de Jong
2013-09-28
4
-14
/
+8
*
Fix time formatting
Arthur de Jong
2013-09-28
1
-1
/
+1
*
Get response size and modified date from request
Arthur de Jong
2013-09-28
1
-3
/
+9
*
Add missing template changes from Jinja merge
Arthur de Jong
2013-09-22
3
-13
/
+40
*
Use Jinja templates to render report
Arthur de Jong
2013-09-22
31
-719
/
+845
|
\
|
*
Remove unused code
Arthur de Jong
2013-09-22
3
-259
/
+0
|
*
Switch plugins to use template
Arthur de Jong
2013-09-22
24
-458
/
+671
|
*
Introduce template macros for rendering links
Arthur de Jong
2013-09-22
2
-0
/
+86
|
*
Introduce a base template
Arthur de Jong
2013-09-22
2
-0
/
+64
|
*
Provide function for template-based report rendering
Arthur de Jong
2013-09-22
3
-3
/
+25
|
/
*
Properly write an UTF-8 encoded output file
Arthur de Jong
2013-09-22
1
-8
/
+9
*
Explicityly close database sessions
Arthur de Jong
2013-09-22
13
-11
/
+27
*
Initialise crawler with a configuration
Arthur de Jong
2013-09-20
3
-92
/
+67
*
Expose configured plugins via crawler.plugins
Arthur de Jong
2013-09-20
3
-34
/
+29
*
Get default configuration from config module
Arthur de Jong
2013-09-20
2
-10
/
+20
*
Use the argparse Python module
Arthur de Jong
2013-09-20
1
-136
/
+110
*
Add a .gitignore file
Arthur de Jong
2013-06-07
1
-0
/
+20
*
pass a string to RobotFileParser because of problems with...
Arthur de Jong
2012-08-29
1
-1
/
+1
*
now setup.py gets homepage and version from webcheck/__in...
Devin Bayer
2011-11-19
4
-7
/
+10
*
update NEWS, README and HACKING
Devin Bayer
2011-11-16
3
-15
/
+25
*
cleanup after introduction of entry_point
Devin Bayer
2011-11-16
2
-16
/
+20
*
add entry_point webcheck
Devin Bayer
2011-11-16
2
-2
/
+57
*
move cmd.py to package to support an entry point called w...
Devin Bayer
2011-11-16
1
-30
/
+10
*
in old html parser, handle more invalid encodings
Devin Bayer
2011-11-16
1
-4
/
+3
*
support MAX_DEPTH == 0
Devin Bayer
2011-11-16
1
-1
/
+1
*
detect self-referencing redirects even with intermediate ...
Devin Bayer
2011-11-16
1
-7
/
+10
*
add setup.py
Devin Bayer
2011-11-16
1
-0
/
+20
*
support --level cmdline option
Devin Bayer
2011-11-16
1
-1
/
+4
*
fix encoding issues with strings passed to/from tidy
Arthur de Jong
2011-11-08
2
-2
/
+4
*
implement a MAX_DEPTH configuration option to limit crawl...
Arthur de Jong
2011-11-04
4
-3
/
+15
*
simplification in size calculation
Arthur de Jong
2011-10-14
1
-9
/
+7
[next]