summaryrefslogtreecommitdiffstats
path: root/utility/articleenhancer
AgeCommit message (Collapse)Author
2013-09-26ArticleEnhancer: convert relative urls to html charactersbastei
2013-09-25add article enhancer for comics hosted by the escapistRobin Appelman
2013-09-25add article enhancer for least i could doRobin Appelman
2013-09-25add article enhancer for twogagRobin Appelman
2013-09-25add article enhancer for penny-arcadeRobin Appelman
2013-09-25add article enhancer for use cad-comic.comRobin Appelman
2013-09-21ArticleEnhancer: Transform relative to absolute URLsbastei
2013-09-14Fix themerepublic.net enhancerDavid
2013-09-14Add ThemeRepublic EnhancerDavid
2013-09-06curly braces are beautifulbastei
2013-09-06try detect encoding of documents in ArticleEnhancer and convert thembastei
2013-09-05little fix: shorter concatenationbastei
2013-09-04allow multiple xpath resultsbastei
2013-08-29dont use parent div for including comicsBernhard Posselt
2013-08-29changelog improvementsBernhard Posselt
2013-08-29allow more than one article enhancer per url based on the url regex, also ↵Bernhard Posselt
allow embedded youtube videos that start with //
2013-08-28Possible backwards incompatible change by using the link provided by ↵Bernhard Posselt
simplepie instead of the user for the url hash. This prevents duplication of the feed when adding a slightly different feed url which points to the same feed and allows a speedup from O(n) to O(1) for article enhanchers
2013-08-28add enhancers for articles, fix #14Bernhard Posselt