summaryrefslogtreecommitdiffstats
path: root/utility/articleenhancer/themerepublicenhancer.php
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2013-09-26 03:48:44 -0700
committerBernhard Posselt <Raydiation@users.noreply.github.com>2013-09-26 03:48:44 -0700
commitcec643c249fb97a940b197287474341bdc598977 (patch)
treecb699c00b622df3ce85db1994384d939806c3a07 /utility/articleenhancer/themerepublicenhancer.php
parent7ea5a6b4881621f5a6ce43e18d6bc748bbeb7637 (diff)
parenteff84feac3affa2180923b905ae0987033b041e9 (diff)
Merge pull request #372 from owncloud/enhancer-json
move simple enhancer config into json file
Diffstat (limited to 'utility/articleenhancer/themerepublicenhancer.php')
-rw-r--r--utility/articleenhancer/themerepublicenhancer.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/utility/articleenhancer/themerepublicenhancer.php b/utility/articleenhancer/themerepublicenhancer.php
deleted file mode 100644
index c13ff6027..000000000
--- a/utility/articleenhancer/themerepublicenhancer.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-namespace OCA\News\Utility\ArticleEnhancer;
-
-use \OCA\News\Utility\SimplePieFileFactory;
-
-class ThemeRepublicEnhancer extends ArticleEnhancer {
-
- public function __construct(SimplePieFileFactory $fileFactory, $purifier,
- $timeout){
- parent::__construct(
- $purifier,
- $fileFactory,
- array(
- '/feedproxy.google.com\/~r\/blogspot\/DngUJ/' => "//*[@class='post hentry']"
- ),
- $timeout
- );
- }
-}
-?> \ No newline at end of file