aboutsummaryrefslogtreecommitdiffstats
path: root/filters/email-gravatar.py
AgeCommit message (Collapse)AuthorFilesLines
2014-01-15email-gravatar: fix html syntax issuesChristian Hesse1-1/+1
an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
2014-01-14email-gravatar: do not scale icons upJason A. Donenfeld1-1/+1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2014-01-14email-gravatar: fix html syntax issuesChristian Hesse1-1/+1
* make ampersand a html entity * add required alt attribute * add required img end tag
2014-01-14email-gravatar.py: fix UTF-8Christian Hesse1-0/+4
2014-01-14filter: add page source to email filterJason A. Donenfeld1-0/+2
Since the email filter is called from lots of places, the script might benefit from knowing the origin. That way it can modify its contents and/or size depending. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2014-01-14filter: add gravatar scriptsJason A. Donenfeld1-0/+33
The lua one is hugely faster than the python one, but both are included for comparison. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>