aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/site_config/standard/schneier.com.txt
diff options
context:
space:
mode:
authortcitworld <thomas.citharet@gmail.com>2014-01-04 12:30:31 -0800
committertcitworld <thomas.citharet@gmail.com>2014-01-04 12:30:31 -0800
commit7f667839764621b5aa01c9db8ce5dde2a29ef18f (patch)
tree93d8241ee81c87e18494325ae02f0589a8e328a2 /inc/3rdparty/site_config/standard/schneier.com.txt
parenta84f77d6ba15a64ff00453f5d5190c021ce460ed (diff)
parent2abcccb37180c17318f5226f5d4bc28f30b621ea (diff)
downloadwallabag-7f667839764621b5aa01c9db8ce5dde2a29ef18f.tar.gz
wallabag-7f667839764621b5aa01c9db8ce5dde2a29ef18f.tar.zst
wallabag-7f667839764621b5aa01c9db8ce5dde2a29ef18f.zip
Merge pull request #1 from inthepoche/dev
Dev
Diffstat (limited to 'inc/3rdparty/site_config/standard/schneier.com.txt')
-rw-r--r--inc/3rdparty/site_config/standard/schneier.com.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/inc/3rdparty/site_config/standard/schneier.com.txt b/inc/3rdparty/site_config/standard/schneier.com.txt
new file mode 100644
index 00000000..67181b65
--- /dev/null
+++ b/inc/3rdparty/site_config/standard/schneier.com.txt
@@ -0,0 +1,25 @@
1author: //p[@class='mastname']
2
3body: //div[@class='indivbody']
4date: //div[@class='indivbody']/h2[1]
5
6# Remove blog title. Specify first occurrence in case h1 is used in article
7strip: //div[@class='indivbody']/h1[1]
8
9# Remove blog description (the first p element)
10strip: //div[@class='indivbody']/p[1]
11
12# Remove navigation (second p element)
13strip: //div[@class='indivbody']/p[2]
14
15# Remove duplicate of article title. Specify first occurrence in case h3 is used in article
16strip: //div[@class='indivbody']/h3[1]
17
18# Remove publishing date, it's extracted by rule above
19strip: //div[@class='indivbody']/h2[1]
20
21# Remove duplicate of date at end, and newsletter signup
22strip: //p[@class='posted']
23
24# Leave date at top
25test_url: http://www.schneier.com/blog/archives/2010/12/security_in_202.html \ No newline at end of file