From e0b16cca9cdf616e9d0e43b3eb0379d4e7d092bb Mon Sep 17 00:00:00 2001 From: JeanLuc Date: Thu, 12 Nov 2015 00:43:44 +0100 Subject: merge changes of my own config files with upstream --- hardware-infos.com.txt | 10 ++++++++++ hardwareluxx.de.txt | 19 +++++++++++++++++++ omgubuntu.co.uk.txt | 12 ++++++++++++ phoronix.com.txt | 8 ++++++++ planet3dnow.de.txt | 16 ++++++++++++++++ pro-linux.de.txt | 19 +++++++++++++++++++ teamliquid.net.txt | 20 ++++++++++++++++++++ vr-zone.com.txt | 14 ++++++++++++++ webupd8.org.txt | 12 ++++++++++++ 9 files changed, 130 insertions(+) create mode 100644 hardware-infos.com.txt create mode 100644 hardwareluxx.de.txt create mode 100644 omgubuntu.co.uk.txt create mode 100644 phoronix.com.txt create mode 100644 planet3dnow.de.txt create mode 100644 pro-linux.de.txt create mode 100644 teamliquid.net.txt create mode 100644 vr-zone.com.txt create mode 100644 webupd8.org.txt diff --git a/hardware-infos.com.txt b/hardware-infos.com.txt new file mode 100644 index 0000000..1d63b6c --- /dev/null +++ b/hardware-infos.com.txt @@ -0,0 +1,10 @@ +tidy: no +prune: no + +title: //div[@class='content post']/h1 +body: //div[@class='post'] + +next_page_link: //a[preceding::div[@class='pages']] + +test_url: http://www.hardware-infos.com/news/5646/amd-bei-next-gen-api-mit-besserer-gpu-auslastung.html +test_url: http://www.hardware-infos.com/tests/grafikkarten/sapphire-r9-280x-vapor-x-tri-x-oc.html diff --git a/hardwareluxx.de.txt b/hardwareluxx.de.txt new file mode 100644 index 0000000..3775d79 --- /dev/null +++ b/hardwareluxx.de.txt @@ -0,0 +1,19 @@ +tidy: no +prune: no + +title: //span[@itemprop='title'] +author: //span[@itemprop='author']//span[@itemprop='name'] +body: //article +date: //time + +strip: //header +strip: //div[@id='bcr'] +strip: //footer +strip: //section +strip: //figure[@class='dynbench'] +strip: //div[@class='pagenavbar'] + +next_page_link: //span[@class='next']/a + +test_url: http://www.hardwareluxx.de/index.php/news/allgemein/netzpolitik/35169-creator-space-youtube-eroeffnet-neues-studio-in-berlin.html +test_url: http://www.hardwareluxx.de/index.php/artikel/hardware/komplettsysteme/35020-caseking-king-mod-titan-oc-gaming-pc-im-test.html diff --git a/omgubuntu.co.uk.txt b/omgubuntu.co.uk.txt new file mode 100644 index 0000000..d685c01 --- /dev/null +++ b/omgubuntu.co.uk.txt @@ -0,0 +1,12 @@ +tidy: no +prune: no + +title: //h2[@class='entry-title'] +author: //a[@rel='author'] + +body: //article + +strip: //div[@class='entry-share'] +strip: //div[@class='entry-meta'] + +test_url: http://www.omgubuntu.co.uk/2015/04/facebook-chat-api-empathy-pidgin-stop-working diff --git a/phoronix.com.txt b/phoronix.com.txt new file mode 100644 index 0000000..e7dd21c --- /dev/null +++ b/phoronix.com.txt @@ -0,0 +1,8 @@ +# based on the grabber rules of picofeed + +body: //div[@class="content"]/child::node() +test_url: http://www.phoronix.com/scan.php?page=article&item=amazon_ec2_bare&num=1 + +# replace_string(
):

+ +next_page_link: //a[@title='Go To Next Page'] diff --git a/planet3dnow.de.txt b/planet3dnow.de.txt new file mode 100644 index 0000000..23db6b0 --- /dev/null +++ b/planet3dnow.de.txt @@ -0,0 +1,16 @@ +# Author: Jan Lukas Gernert + +tidy: no +prune: no + +title: //title +author: //span[@class='author vcard']/a + +body: //article +next_page_link: //span[@class='multipage-navlink nav-next']/a + +strip: //div[@id='pagination_top'] +strip: //header[@class='entry-header'] +strip: //span[@class='multipage-navlink nav-previous'] + +test_url: http://www.planet3dnow.de/cms/14809-test-fractal-design-node-804/ diff --git a/pro-linux.de.txt b/pro-linux.de.txt new file mode 100644 index 0000000..57bf701 --- /dev/null +++ b/pro-linux.de.txt @@ -0,0 +1,19 @@ +tidy: no +prune: no + +title: //h2[@class='title'] +date: //div[@class='tidescr'] + +body: //div[@id='article'] +body: //div[@id='news'] + +next_page_link: //a[@title='nächste'] + +strip: //div[@class='topic'] +strip: //h2[@class='title'] +strip: //div[a[contains(@href,'/user/')]] +strip: //div[@class='picto'] +strip: //p[@class='addinfo'] +strip: //h3[@class='topic'] + +test_url: http://www.pro-linux.de/artikel/2/1762/ubuntu-und-kubuntu-1504.html diff --git a/teamliquid.net.txt b/teamliquid.net.txt new file mode 100644 index 0000000..7cfea15 --- /dev/null +++ b/teamliquid.net.txt @@ -0,0 +1,20 @@ +# Author: Jan Lukas Gernert + +tidy: no +prune: no + +title: //div[@class='Newsheader']/h1 +#date: //time +#author: //a[@rel='author'] + +body: //div[@id='Newswrap'] +body: //div[@class='text'] +body: //article + +strip: //div[@id='Newscontents'] +strip: //div[@class='Newsbanner'] +strip: //style + + + +test_url: http://www.teamliquid.net/forum/starcraft-2/484380-code-s-ro32-group-c-on-the-way-back-s2-2015 diff --git a/vr-zone.com.txt b/vr-zone.com.txt new file mode 100644 index 0000000..3d773f4 --- /dev/null +++ b/vr-zone.com.txt @@ -0,0 +1,14 @@ +tidy: no +prune: no + +title: //title +date: //time + +body: //div[@class='post-content entry-content'] + +strip: //a[@id='dd_start'] +strip: //iframe +strip: //div[@class='dd_outer'] +strip: //comments + +test_url: http://vr-zone.com/articles/amd-take-intel-8-core-fm3-socket-zen-desktop-cpus-next-year/91057.html diff --git a/webupd8.org.txt b/webupd8.org.txt new file mode 100644 index 0000000..b5c165d --- /dev/null +++ b/webupd8.org.txt @@ -0,0 +1,12 @@ +tidy: no +prune: no + +title: //h1[@class='post-title entry-title']/a +date: //time +author: //a[@rel='fn author']/span + +body: //div[@class='post-body'] + +strip: //iframe + +test_url: http://www.webupd8.org/2015/04/organize-your-unity-launcher-based-on.html -- cgit v1.3.1