Changes: - add a debug flag to have discoverEndpoints and sendWebmention to retu… - Merge pull request 11 from sknebel/sknebel-patch-bs4 -- fix package name for beautifulsoup4 - update link parsing to fix issue 13 - sendMention now follows redirects if the POST was a 405 and the histo… - add requirements-test.txt to MANIFEST - fixed mock usage; got 3 of 5 relme tests working - tweaked Makefile to use requirements files - tell BS4 to use html5lib parser and adjust requirements file to inclu… - lint cleanup
0.3.5
Issue 9 follow redirects for target URL
0.3.4
Switched html parsing to html5lib + lxml added html5lib and lxml to requirements fixed 3 of 5 rel=me tests
0.3.2
Mostly this is cleanup to the project itself, to examples and to the tests to fix various glitches.
The one new bit of code was to add an exception handler to the discoverEndpoints call so connection errors didn't crash the call.
0.2.9
Latest code from Kartik. IndieAuth helper code has been moved to the ninka project.