mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-16 06:05:03 -05:00
remove site_config to manage them by a submodule
This commit is contained in:
parent
d143cae25a
commit
f16b0747a4
6
inc/3rdparty/site_config/README.txt
vendored
6
inc/3rdparty/site_config/README.txt
vendored
@ -1,6 +0,0 @@
|
|||||||
Full-Text RSS Site Patterns
|
|
||||||
---------------------------
|
|
||||||
|
|
||||||
Site patterns allow you to specify what should be extracted from specific sites.
|
|
||||||
|
|
||||||
Please see http://help.fivefilters.org/customer/portal/articles/223153-site-patterns for more information.
|
|
@ -1,6 +0,0 @@
|
|||||||
title: //title
|
|
||||||
body: //h2 | //span[@class='masque'] | //article[@class='corps_article_right']
|
|
||||||
prune: no
|
|
||||||
tidy: no
|
|
||||||
|
|
||||||
test_url: http://www.bfmtv.com/societe/cigarette-electronique-dangers-588622.html
|
|
@ -1,7 +0,0 @@
|
|||||||
title: //title
|
|
||||||
body: //div[@class='post-content']
|
|
||||||
|
|
||||||
prune: no
|
|
||||||
tidy: no
|
|
||||||
|
|
||||||
test_url: http://www.inthepoche.com/?post/poche-hosting
|
|
6
inc/3rdparty/site_config/custom/tldp.org.txt
vendored
6
inc/3rdparty/site_config/custom/tldp.org.txt
vendored
@ -1,6 +0,0 @@
|
|||||||
title: //title
|
|
||||||
body: //h2 | //p | //ul
|
|
||||||
prune: no
|
|
||||||
tidy: no
|
|
||||||
|
|
||||||
test_url: http://www.tldp.org/HOWTO/Plug-and-Play-HOWTO-7.html
|
|
3
inc/3rdparty/site_config/index.php
vendored
3
inc/3rdparty/site_config/index.php
vendored
@ -1,3 +0,0 @@
|
|||||||
<?php
|
|
||||||
// this is here to prevent directory listing over the web
|
|
||||||
?>
|
|
@ -1,19 +0,0 @@
|
|||||||
title: //h1[@id='firstHeading']
|
|
||||||
body: //div[@id = 'bodyContent']
|
|
||||||
strip_id_or_class: editsection
|
|
||||||
#strip_id_or_class: toc
|
|
||||||
strip_id_or_class: vertical-navbox
|
|
||||||
strip: //table[@id='toc']
|
|
||||||
strip: //div[@id='catlinks']
|
|
||||||
strip: //div[@id='jump-to-nav']
|
|
||||||
strip: //div[@class='thumbcaption']//div[@class='magnify']
|
|
||||||
strip: //table[@class='navbox']
|
|
||||||
strip: //table[contains(@class, 'infobox')]
|
|
||||||
strip: //div[@class='dablink']
|
|
||||||
strip: //div[@id='contentSub']
|
|
||||||
strip: //table[contains(@class, 'metadata')]
|
|
||||||
strip: //*[contains(@class, 'noprint')]
|
|
||||||
strip: //span[@title='pronunciation:']
|
|
||||||
prune: no
|
|
||||||
tidy: no
|
|
||||||
test_url: http://en.wikipedia.org/wiki/Christopher_Lloyd
|
|
3
inc/3rdparty/site_config/standard/index.php
vendored
3
inc/3rdparty/site_config/standard/index.php
vendored
@ -1,3 +0,0 @@
|
|||||||
<?php
|
|
||||||
// this is here to prevent directory listing over the web
|
|
||||||
?>
|
|
@ -1,2 +0,0 @@
|
|||||||
<?php
|
|
||||||
return 1;
|
|
Loading…
Reference in New Issue
Block a user