From 4e067ceabd705201a16b4c92cf4b23f3b990326c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 13 Jul 2014 10:15:40 +0200 Subject: updated specific configuration for parsing --- .../site_config/standard/benoitmaison.org.txt | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) mode change 100644 => 100755 inc/3rdparty/site_config/standard/benoitmaison.org.txt (limited to 'inc/3rdparty/site_config/standard/benoitmaison.org.txt') diff --git a/inc/3rdparty/site_config/standard/benoitmaison.org.txt b/inc/3rdparty/site_config/standard/benoitmaison.org.txt old mode 100644 new mode 100755 index f341d593..72c1baed --- a/inc/3rdparty/site_config/standard/benoitmaison.org.txt +++ b/inc/3rdparty/site_config/standard/benoitmaison.org.txt @@ -1,16 +1,16 @@ -body: //div[@class="entry-content"] - -# Remove text ‘Tweet’ -strip: //div[@class="entry-content"]/div[last()] - -title: h1[@class="entry-title"] - -# If the Instapaper text parser worked with HTML5 tags, we would use: -date: //time[@class="entry-date"] - -# But since it does not, use this more complicated rule: -date: //div[@class="entry-meta"]/a[@rel="bookmark"] - -# Unfortunately, the following rule is overridden by the automatically found author. +body: //div[@class="entry-content"] + +# Remove text ‘Tweet’ +strip: //div[@class="entry-content"]/div[last()] + +title: h1[@class="entry-title"] + +# If the Instapaper text parser worked with HTML5 tags, we would use: +date: //time[@class="entry-date"] + +# But since it does not, use this more complicated rule: +date: //div[@class="entry-meta"]/a[@rel="bookmark"] + +# Unfortunately, the following rule is overridden by the automatically found author. author: ("Benoit Maison") test_url: http://www.benoitmaison.org/2011/12/06/why-siri-had-to-start-in-beta/ \ No newline at end of file -- cgit v1.2.3