diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-06 09:45:27 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-06 09:45:27 +0100 |
commit | 42c80841c846610be280218d53fcde06b0f0063b (patch) | |
tree | 26f7b26af6ca27ec8d3d7b8579e93cfe8a85be22 /inc/poche/global.inc.php | |
parent | 59cc585271a5f253b15617d97e26a29403a929dc (diff) | |
download | wallabag-42c80841c846610be280218d53fcde06b0f0063b.tar.gz wallabag-42c80841c846610be280218d53fcde06b0f0063b.tar.zst wallabag-42c80841c846610be280218d53fcde06b0f0063b.zip |
[change] we now use Full-Text RSS 3.1, thank you so much @fivefilters
Diffstat (limited to 'inc/poche/global.inc.php')
-rw-r--r-- | inc/poche/global.inc.php | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/inc/poche/global.inc.php b/inc/poche/global.inc.php index 65a026a7..846699d3 100644 --- a/inc/poche/global.inc.php +++ b/inc/poche/global.inc.php | |||
@@ -20,25 +20,13 @@ require_once INCLUDES . '/poche/Url.class.php'; | |||
20 | require_once INCLUDES . '/3rdparty/class.messages.php'; | 20 | require_once INCLUDES . '/3rdparty/class.messages.php'; |
21 | require_once INCLUDES . '/poche/Poche.class.php'; | 21 | require_once INCLUDES . '/poche/Poche.class.php'; |
22 | 22 | ||
23 | require_once INCLUDES . '/3rdparty/Readability.php'; | ||
24 | require_once INCLUDES . '/poche/PocheReadability.php'; | ||
25 | |||
26 | require_once INCLUDES . '/3rdparty/Encoding.php'; | ||
27 | require_once INCLUDES . '/poche/Database.class.php'; | 23 | require_once INCLUDES . '/poche/Database.class.php'; |
28 | require_once INCLUDES . '/3rdparty/simple_html_dom.php'; | 24 | require_once INCLUDES . '/3rdparty/simple_html_dom.php'; |
29 | require_once INCLUDES . '/3rdparty/paginator.php'; | 25 | require_once INCLUDES . '/3rdparty/paginator.php'; |
30 | require_once INCLUDES . '/3rdparty/Session.class.php'; | 26 | require_once INCLUDES . '/3rdparty/Session.class.php'; |
31 | 27 | ||
32 | require_once INCLUDES . '/3rdparty/simplepie/SimplePieAutoloader.php'; | 28 | require_once INCLUDES . '/3rdparty/libraries/feedwriter/FeedItem.php'; |
33 | require_once INCLUDES . '/3rdparty/simplepie/SimplePie/Core.php'; | 29 | require_once INCLUDES . '/3rdparty/libraries/feedwriter/FeedWriter.php'; |
34 | require_once INCLUDES . '/3rdparty/content-extractor/ContentExtractor.php'; | ||
35 | require_once INCLUDES . '/3rdparty/content-extractor/SiteConfig.php'; | ||
36 | require_once INCLUDES . '/3rdparty/humble-http-agent/HumbleHttpAgent.php'; | ||
37 | require_once INCLUDES . '/3rdparty/humble-http-agent/SimplePie_HumbleHttpAgent.php'; | ||
38 | require_once INCLUDES . '/3rdparty/humble-http-agent/CookieJar.php'; | ||
39 | require_once INCLUDES . '/3rdparty/feedwriter/FeedItem.php'; | ||
40 | require_once INCLUDES . '/3rdparty/feedwriter/FeedWriter.php'; | ||
41 | require_once INCLUDES . '/3rdparty/feedwriter/DummySingleItemFeed.php'; | ||
42 | require_once INCLUDES . '/3rdparty/FlattrItem.class.php'; | 30 | require_once INCLUDES . '/3rdparty/FlattrItem.class.php'; |
43 | 31 | ||
44 | # Composer its autoloader for automatically loading Twig | 32 | # Composer its autoloader for automatically loading Twig |