aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/site_config/standard/golem.de.txt
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-12-06 10:13:03 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-12-06 10:13:03 +0100
commitac4d114214d820b20e18518a2dbc809337e39043 (patch)
tree27886128ef949b7f8dd174b0646b5a4d99883b44 /inc/3rdparty/site_config/standard/golem.de.txt
parentd5501950e2470d52f6bf5954d2179010cdee0475 (diff)
downloadwallabag-ac4d114214d820b20e18518a2dbc809337e39043.tar.gz
wallabag-ac4d114214d820b20e18518a2dbc809337e39043.tar.zst
wallabag-ac4d114214d820b20e18518a2dbc809337e39043.zip
[add] new specific configuration files
Diffstat (limited to 'inc/3rdparty/site_config/standard/golem.de.txt')
-rw-r--r--inc/3rdparty/site_config/standard/golem.de.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/inc/3rdparty/site_config/standard/golem.de.txt b/inc/3rdparty/site_config/standard/golem.de.txt
new file mode 100644
index 00000000..6c5d1c4f
--- /dev/null
+++ b/inc/3rdparty/site_config/standard/golem.de.txt
@@ -0,0 +1,25 @@
1# Jens Kohl, jens.kohl@...
2# - Added publication date
3# - Striped pagination block
4# - Added single page link
5# - Added xpath-querys for the printer friendly version
6
7title: //h1
8body: //div[@class='formatted']
9prune: no
10
11date: substring-after(//li[2][@class="text1"], 'Datum:')
12strip: //ol[@class="list-chapters"]
13strip_comments: yes
14
15# next: commands for printer friendly pages
16single_page_link: //a[contains(@href, 'print.php?a=')]/@href
17title: //body/h3
18strip_image_src: staticrl/images/logo.jpg
19strip_image_src: http://cpx.golem.de/cpx.php?class=7
20strip: //body/h3
21strip: //body/b[1]
22strip: //body/b[2]
23strip: //body/b[3]
24strip: //div[1]
25test_url: http://www.golem.de/1112/88696.html \ No newline at end of file