aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/site_config/standard/schneier.com.txt
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-25 07:27:21 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-25 07:27:21 +0200
commitfa9a7bbb3c61116e5db76c9f25ef2340fef971d7 (patch)
treecd733e8548290158d578da185bd541e7fe4b1a31 /inc/3rdparty/site_config/standard/schneier.com.txt
parentebd6bf6007e0fad4c3e11dac0e79f687e1d195a2 (diff)
parent830612f555d8bc72669fe9bc0686680001af0e52 (diff)
downloadwallabag-fa9a7bbb3c61116e5db76c9f25ef2340fef971d7.tar.gz
wallabag-fa9a7bbb3c61116e5db76c9f25ef2340fef971d7.tar.zst
wallabag-fa9a7bbb3c61116e5db76c9f25ef2340fef971d7.zip
Merge branch 'fix/securityAllowedActions' into dev
Diffstat (limited to 'inc/3rdparty/site_config/standard/schneier.com.txt')
-rwxr-xr-x[-rw-r--r--]inc/3rdparty/site_config/standard/schneier.com.txt48
1 files changed, 24 insertions, 24 deletions
diff --git a/inc/3rdparty/site_config/standard/schneier.com.txt b/inc/3rdparty/site_config/standard/schneier.com.txt
index 67181b65..0074a86a 100644..100755
--- a/inc/3rdparty/site_config/standard/schneier.com.txt
+++ b/inc/3rdparty/site_config/standard/schneier.com.txt
@@ -1,25 +1,25 @@
1author: //p[@class='mastname'] 1author: //p[@class='mastname']
2 2
3body: //div[@class='indivbody'] 3body: //div[@class='indivbody']
4date: //div[@class='indivbody']/h2[1] 4date: //div[@class='indivbody']/h2[1]
5 5
6# Remove blog title. Specify first occurrence in case h1 is used in article 6# Remove blog title. Specify first occurrence in case h1 is used in article
7strip: //div[@class='indivbody']/h1[1] 7strip: //div[@class='indivbody']/h1[1]
8 8
9# Remove blog description (the first p element) 9# Remove blog description (the first p element)
10strip: //div[@class='indivbody']/p[1] 10strip: //div[@class='indivbody']/p[1]
11 11
12# Remove navigation (second p element) 12# Remove navigation (second p element)
13strip: //div[@class='indivbody']/p[2] 13strip: //div[@class='indivbody']/p[2]
14 14
15# Remove duplicate of article title. Specify first occurrence in case h3 is used in article 15# Remove duplicate of article title. Specify first occurrence in case h3 is used in article
16strip: //div[@class='indivbody']/h3[1] 16strip: //div[@class='indivbody']/h3[1]
17 17
18# Remove publishing date, it's extracted by rule above 18# Remove publishing date, it's extracted by rule above
19strip: //div[@class='indivbody']/h2[1] 19strip: //div[@class='indivbody']/h2[1]
20 20
21# Remove duplicate of date at end, and newsletter signup 21# Remove duplicate of date at end, and newsletter signup
22strip: //p[@class='posted'] 22strip: //p[@class='posted']
23 23
24# Leave date at top 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 25test_url: http://www.schneier.com/blog/archives/2010/12/security_in_202.html \ No newline at end of file