Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/plugins/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* fixes to make output XHTML 1.1 compliantArthur de Jong2007-04-241-1/+1
* use consistent Unicode conversionArthur de Jong2007-04-061-8/+14
* bail out if reading user input failedArthur de Jong2007-04-061-1/+6
* print reason why link is yanked if availableArthur de Jong2006-10-231-1/+6
* add makebackup option to open_file() so we can implement ...Arthur de Jong2006-05-151-10/+15
* include favicon.ico file in generated reportArthur de Jong2006-05-071-0/+2
* move html escaping and unescaping functions to parsers.htmlArthur de Jong2006-05-071-25/+3
* some more small code improvements thanks to pycheckerArthur de Jong2006-05-071-1/+0
* fix remaining references to escape instead of htmlescapeArthur de Jong2006-04-271-7/+7
* rename escape() function to htmlescape() to make it a lit...Arthur de Jong2006-04-231-2/+2
* code improvements thanks to pylintArthur de Jong2006-04-231-21/+42
* also sort parent list by URL if titles are the sameArthur de Jong2006-04-231-1/+1
* do not include navigation for plugins that do not generat...Arthur de Jong2006-03-101-0/+3
* restructure plugin code to open output files from within ...Arthur de Jong2006-03-091-54/+57
* ignore errors when converting to Unicode string and uses ...Arthur de Jong2006-01-191-1/+1
* also escape the URL when generating linksArthur de Jong2006-01-191-2/+2
* explicitly convert strings to Unicode to avoid potential ...Arthur de Jong2006-01-191-7/+7
* move printing of description into plugin instead of from ...Arthur de Jong2005-12-271-2/+0
* replace backslashes from end of lines where they are not ...Arthur de Jong2005-12-271-23/+23
* reference and install FancyTooltips from webcheckArthur de Jong2005-12-171-0/+1
* add copyright clarification to specify that generated out...Arthur de Jong2005-12-171-0/+3
* implement out own proper escape function and use it inste...Arthur de Jong2005-09-171-14/+38
* store author and title in Unicode internally and ensure t...Arthur de Jong2005-09-171-4/+7
* fix typoArthur de Jong2005-09-171-1/+1
* improve code and documentation of the open_file() functio...Arthur de Jong2005-09-161-7/+15
* make error handling more robust and have consistent error...Arthur de Jong2005-09-011-5/+14
* typo fixArthur de Jong2005-09-011-2/+1
* highlight current plugin in the navigation, based on a pa...Arthur de Jong2005-09-011-21/+28
* make specifying of target in links configurable (disabled...Arthur de Jong2005-08-301-1/+5
* set status to result of fetching the document (not an err...Arthur de Jong2005-08-201-0/+2
* split problems into page problems (parsing errors, wrong ...Arthur de Jong2005-08-191-15/+2
* add missing newline and trim trailing newline of extra li...Arthur de Jong2005-08-131-2/+3
* don't print referenced from if there are no parentsArthur de Jong2005-08-121-0/+3
* add some extra information to every link with a nicely fo...Arthur de Jong2005-08-111-2/+60
* remove version and author from module as no other module ...Arthur de Jong2005-07-301-3/+0
* remove references to email addresses where they are not u...Arthur de Jong2005-07-291-3/+3
* fix a couple of typos, also thanks to Scott Kirkwood <sco...Arthur de Jong2005-07-271-2/+3
* call make_link() with a link object instead of a URL, rem...Arthur de Jong2005-07-241-8/+3
* integrate versio.py into config.py, clean up config.py re...Arthur de Jong2005-07-231-5/+4
* Mike Meyer -> Mike W. MeyerArthur de Jong2005-07-231-1/+1
* change layout to have a simpler layout that also should w...Arthur de Jong2005-07-221-2/+1
* do not use start_time from webcheck saving an importArthur de Jong2005-07-221-2/+1
* almost complete rewrite of crawling and site state code m...Arthur de Jong2005-07-221-4/+5
* use lower-case URL attribute in Link instead of upper-cas...Arthur de Jong2005-07-171-1/+1
* move functionality of rptlib.py to __init__.py so that we...Arthur de Jong2005-07-161-0/+168
* remove __init__.py to be replaced by contents of rptlib.pyArthur de Jong2005-07-161-2/+0
* claiming copyright on empty files is sillyArthur de Jong2005-06-081-17/+0
* make nicer file (copyrights) headersArthur de Jong2005-04-071-3/+5
* import of release 1.01.0Arthur de Jong2005-03-291-0/+17