diff options
Diffstat (limited to 'benoitmaison.org.txt')
| -rw-r--r-- | benoitmaison.org.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/benoitmaison.org.txt b/benoitmaison.org.txt new file mode 100644 index 0000000..72c1bae --- /dev/null +++ b/benoitmaison.org.txt @@ -0,0 +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. +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 |
