summaryrefslogtreecommitdiffstats
path: root/articleenhancer
AgeCommit message (Collapse)Author
2015-03-31Improve article enhancer for sueddeutsche.deKonrad Graefe
This improves the article enhancer for sueedeutsche.de to fetch just the summary from the top of each article instead of the whole article which bypasses the paywall sueddeutsche.de introduced last week (and that is not the purpose of the news app, right?). The summary is more detailed than the one delivered via RSS so the enhancer is still usefull. Plus it adds the header image of the article.
2015-03-22fix scrutinizer warningsBernhard Posselt
2015-02-25better süddeutsche enhancerBernhard Posselt
2015-02-15added new xpath article enhancersjoeplus
2015-01-27remove xxe checks for loadHML since it is apparenly no possible to exploit itBernhard Posselt
2014-12-19fix unittest warningBernhard Posselt
2014-12-10fix explosm.net article enhancersBernhard Posselt
2014-12-07Merge branch 'articleenhancer'Christian Elmer
Conflicts: articleenhancer/xpathenhancers.json
2014-12-07fix xpathenhancer for neustadt-ticker.deChristian Elmer
2014-12-03add metronieuws.nl article enhancerBernhard Posselt
2014-12-03add linuxtoday.com article enhancerBernhard Posselt
2014-12-02add xpathenhancer for der-postillion.comChristian Elmer
2014-12-02add xpathenhancer for thecodinglove.comChristian Elmer
2014-11-25add xpatharticleenhancer for neustadt-ticker.deChristian Elmer
2014-11-24update zendxmlBernhard Posselt
2014-11-23use single quotes and clean up commentsBernhard Posselt
2014-11-23Use one regular expression instead of two for charset detectionLars Bensmann
2014-11-22Added androidpolice.com xpathenhancerLars Bensmann
2014-11-22Refined spiegel.de xpatharticleenhancerLars Bensmann
This xpathenhancer does not result in empty bullet points at the top of article. It also adds the authors name/sign at the end of the article.
2014-11-22Only use mb_detect_encoding() if no charset is set in HTMLLars Bensmann
2014-11-07another round of trying to fix the heise.de encoding issuesBernhard Posselt
2014-11-07try to fix encodingBernhard Posselt
2014-11-05fix xpath article enhancer encoding bugsBernhard Posselt
2014-10-29fix slashdot enhancer when it hits slashdot betaBernhard Posselt
2014-10-22fix slashdot enhancerBernhard Posselt
2014-10-22fix encodingBernhard Posselt
2014-10-22get rid of simplepieBernhard Posselt
2014-10-21first try to set indention limit at 80 characters in phpBernhard Posselt
2014-10-21convert tabs indention to indention with 4 spaces because of mixing of both ↵Bernhard Posselt
variants in code and better readability on github and websites because you cant set the indention width there and 8 spaces will be used for a tab
2014-10-21move config class into config folderBernhard Posselt
2014-10-08get rid of simplepie absolute url function and use Net url2Bernhard Posselt
2014-10-08more cleanupBernhard Posselt
2014-10-07remove derstandard.at enhancerBernhard Posselt
2014-10-07add derstandard.at article enhancersBernhard Posselt
2014-10-07try to fix slashdot betaBernhard Posselt
2014-10-06Added Slashdot.org enhancer to get rid of tons of advertising that create a ↵Bernhard Posselt
lot of whitespace when using adblock
2014-10-04cleanupBernhard Posselt
2014-10-04further cleanupBernhard Posselt
2014-10-04More cleanupBernhard Posselt
2014-10-04first round of xpatharticleenhancer cleanupBernhard Posselt
2014-10-04fix php-fpm issuesBernhard Posselt
2014-10-04ignore zendxml resultBernhard Posselt
2014-10-04zendxml for global enhancerBernhard Posselt
2014-10-04create files for next gen parserBernhard Posselt
2014-09-29Disable XML entity parsingLukas Reschke
2014-09-29require libxmlBernhard Posselt
2014-09-22backport to old libxml versionBernhard Posselt
2014-09-22better specify yt urlBernhard Posselt
2014-09-22fix #454, allow global enhancersBernhard Posselt
2014-09-18correctly destroy element when route is being changedBernhard Posselt