summaryrefslogtreecommitdiffstats
path: root/utility/articleenhancer
AgeCommit message (Collapse)Author
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