aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/site_config/standard/benoitmaison.org.txt
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-13 10:15:40 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-13 10:15:40 +0200
commit4e067ceabd705201a16b4c92cf4b23f3b990326c (patch)
tree939f3a8e5ff3ab9ee414a57a895d3e78e1d46ce3 /inc/3rdparty/site_config/standard/benoitmaison.org.txt
parent58dbe103889148def78b0fc8744d3f94c56a1561 (diff)
downloadwallabag-4e067ceabd705201a16b4c92cf4b23f3b990326c.tar.gz
wallabag-4e067ceabd705201a16b4c92cf4b23f3b990326c.tar.zst
wallabag-4e067ceabd705201a16b4c92cf4b23f3b990326c.zip
updated specific configuration for parsing
Diffstat (limited to 'inc/3rdparty/site_config/standard/benoitmaison.org.txt')
-rwxr-xr-x[-rw-r--r--]inc/3rdparty/site_config/standard/benoitmaison.org.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/inc/3rdparty/site_config/standard/benoitmaison.org.txt b/inc/3rdparty/site_config/standard/benoitmaison.org.txt
index f341d593..72c1baed 100644..100755
--- a/inc/3rdparty/site_config/standard/benoitmaison.org.txt
+++ b/inc/3rdparty/site_config/standard/benoitmaison.org.txt
@@ -1,16 +1,16 @@
1body: //div[@class="entry-content"] 1body: //div[@class="entry-content"]
2 2
3# Remove text &lsquo;Tweet&rsquo; 3# Remove text &lsquo;Tweet&rsquo;
4strip: //div[@class="entry-content"]/div[last()] 4strip: //div[@class="entry-content"]/div[last()]
5 5
6title: h1[@class="entry-title"] 6title: h1[@class="entry-title"]
7 7
8# If the Instapaper text parser worked with HTML5 tags, we would use: 8# If the Instapaper text parser worked with HTML5 tags, we would use:
9date: //time[@class="entry-date"] 9date: //time[@class="entry-date"]
10 10
11# But since it does not, use this more complicated rule: 11# But since it does not, use this more complicated rule:
12date: //div[@class="entry-meta"]/a[@rel="bookmark"] 12date: //div[@class="entry-meta"]/a[@rel="bookmark"]
13 13
14# Unfortunately, the following rule is overridden by the automatically found author. 14# Unfortunately, the following rule is overridden by the automatically found author.
15author: ("Benoit Maison") 15author: ("Benoit Maison")
16test_url: http://www.benoitmaison.org/2011/12/06/why-siri-had-to-start-in-beta/ \ No newline at end of file 16test_url: http://www.benoitmaison.org/2011/12/06/why-siri-had-to-start-in-beta/ \ No newline at end of file