From 6352ef28a9def974118b1fedb7826cb16b033be4 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 22 Jun 2014 02:14:11 +0200 Subject: [PATCH] Use pep8-like layout for .ini --- morss/feedify.ini | 102 +++++++++++++++++++++++----------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/morss/feedify.ini b/morss/feedify.ini index 840fb54..0115d39 100644 --- a/morss/feedify.ini +++ b/morss/feedify.ini @@ -1,70 +1,70 @@ [twitter] -mode=xpath -path= - http://twitter.com/* - https://twitter.com/* - http://www.twitter.com/* - https://www.twitter.com/* +mode = xpath +path = + http://twitter.com/* + https://twitter.com/* + http://www.twitter.com/* + https://www.twitter.com/* -title= //head/title/text() -items= //div[class=tweet] +title = //head/title/text() +items = //div[class=tweet] -item_title= ./@data-name " (@" ./@data-screen-name ")" -item_link= .//a[class=details]/@href -item_content= .//p[class=tweet-text] -item_time= .//span/@data-time +item_title = ./@data-name " (@" ./@data-screen-name ")" +item_link = .//a[class=details]/@href +item_content = .//p[class=tweet-text] +item_time = .//span/@data-time [google] -mode=xpath -path= - http://google.com/search?q=* - http://www.google.com/search?q=* +mode = xpath +path = + http://google.com/search?q=* + http://www.google.com/search?q=* -title= //head/title/text() -items= //li[class=g] +title = //head/title/text() +items = //li[class=g] -item_title= .//h3//text() -item_link= .//a/@href -item_content= .//span[class=st] +item_title = .//h3//text() +item_link = .//a/@href +item_content = .//span[class=st] [ddg.gg] -mode=xpath -path= - http://duckduckgo.com/html/?q=* - https://duckduckgo.com/html/?q=* +mode = xpath +path = +http://duckduckgo.com/html/?q=* +https://duckduckgo.com/html/?q=* -title= //head/title/text() -items= //div[class=results_links][not(contains(@class,'sponsored'))] +title = //head/title/text() +items = //div[class=results_links][not(contains(@class,'sponsored'))] -item_title= .//a[class=large]//text() -item_link= .//a[class=large]/@href -item_content= .//div[class=snippet] +item_title = .//a[class=large]//text() +item_link = .//a[class=large]/@href +item_content = .//div[class=snippet] [facebook home] -mode=json -path= - https://graph.facebook.com/*/home* - https://graph.facebook.com/*/feed* +mode = json +path = + https://graph.facebook.com/*/home* + https://graph.facebook.com/*/feed* -title= "Facebook" -items= data +title = "Facebook" +items = data -item_title= from.name {" > " to.data.name<", ">} -item_link= actions.link[0] -item_content= message story{"

"}{"
" name "
" description "
"}{"

– @ " place.name} -item_time= created_time -item_id= id +item_title = from.name {" > " to.data.name<", ">} +item_link = actions.link[0] +item_content = message story{"

"}{"
" name "
" description "
"}{"

– @ " place.name} +item_time = created_time +item_id = id [facebook message/post] -mode=json -path= - https://graph.facebook.com/* - https://graph.facebook.com/* +mode = json +path = + https://graph.facebook.com/* + https://graph.facebook.com/* -title= "Facebook" -items= comments.data +title = "Facebook" +items = comments.data -item_title= from.name -item_content= message -item_time= created_time -item_id= id +item_title = from.name +item_content = message +item_time = created_time +item_id = id