From c78c1a3f08815aab99752026ccdf1dcf63cf43c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 19 Jan 2015 21:27:22 +0100 Subject: @fivefilters via composer --- inc/3rdparty/site_config/standard/codinghorror.com.txt | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 inc/3rdparty/site_config/standard/codinghorror.com.txt (limited to 'inc/3rdparty/site_config/standard/codinghorror.com.txt') diff --git a/inc/3rdparty/site_config/standard/codinghorror.com.txt b/inc/3rdparty/site_config/standard/codinghorror.com.txt deleted file mode 100755 index adf6e5a0..00000000 --- a/inc/3rdparty/site_config/standard/codinghorror.com.txt +++ /dev/null @@ -1,15 +0,0 @@ -body: //div[@class='blogbody'] -strip: //h3[@class='title'] -date: //h2[@class='date'] -#Should Atwood just be a literal? -author: substring-before( substring-after(//div[@class='posted'], 'y'), 'V') - -# tim.kingman@... 2011-07-26 -# Prune:no to retain all-link ULs that are part of the body content like -# http://www.codinghorror.com/blog/2011/07/building-a-pc-part-vii-rebooting.html -# Then explicitly strip the "Posted By" and prev/next links that Prune:yes would have removed. - -prune: no -strip: //div[@class='posted']/following-sibling::* -strip: //div[@class='posted'] -test_url: http://www.codinghorror.com/blog/2011/07/building-a-pc-part-vii-rebooting.html \ No newline at end of file -- cgit v1.2.3