diff options
Diffstat (limited to '.posterous.com.txt')
| -rw-r--r-- | .posterous.com.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.posterous.com.txt b/.posterous.com.txt new file mode 100644 index 0000000..2ec313e --- /dev/null +++ b/.posterous.com.txt @@ -0,0 +1,11 @@ +body: //div[starts-with(@id, 'post_') and @class='post'] | //article[starts-with(@id, 'post_')] +strip: //div[contains(@class, 'sharing') or contains(@class, 'infobar') or contains(@class, 'editbox')] +strip: //aside[contains(@class, 'p_responses')] +strip: //h2[starts-with(@id, 'posttitle_')] +strip: //header | //footer +strip: //*[@id='extra_links'] +strip: //img[contains(@class, 'profile_border')] +# fixes paragraphing issues +replace_string(<p />): <br /><br /> +prune: no +test_url: http://blog.mariosc.com/book-recommendation-we-are-all-weird
\ No newline at end of file |
