diff options
Diffstat (limited to 'blog.cloudflare.com.txt')
| -rw-r--r-- | blog.cloudflare.com.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/blog.cloudflare.com.txt b/blog.cloudflare.com.txt new file mode 100644 index 0000000..db80a35 --- /dev/null +++ b/blog.cloudflare.com.txt @@ -0,0 +1,9 @@ +# Instapaper gets this back to front and only gets the blog title instead of the article title. +title: substring-before(//title, '-') + +author: //a[ contains(@href, '/people') ] + +body: //div[ @class='post' ] + +# Date is impossible to retrieve since they use those stupid "fuzzy" dates, inserted through javascript, at posterous. +test_url: http://blog.cloudflare.com/understanding-analytics-when-is-a-page-view-n
\ No newline at end of file |
