Use pep8-like layout for .ini

master
pictuga 2014-06-22 02:14:11 +02:00
parent 3ca5dbaf31
commit 6352ef28a9
1 changed files with 51 additions and 51 deletions

View File

@ -1,70 +1,70 @@
[twitter] [twitter]
mode=xpath mode = xpath
path= path =
http://twitter.com/* http://twitter.com/*
https://twitter.com/* https://twitter.com/*
http://www.twitter.com/* http://www.twitter.com/*
https://www.twitter.com/* https://www.twitter.com/*
title= //head/title/text() title = //head/title/text()
items= //div[class=tweet] items = //div[class=tweet]
item_title= ./@data-name " (@" ./@data-screen-name ")" item_title = ./@data-name " (@" ./@data-screen-name ")"
item_link= .//a[class=details]/@href item_link = .//a[class=details]/@href
item_content= .//p[class=tweet-text] item_content = .//p[class=tweet-text]
item_time= .//span/@data-time item_time = .//span/@data-time
[google] [google]
mode=xpath mode = xpath
path= path =
http://google.com/search?q=* http://google.com/search?q=*
http://www.google.com/search?q=* http://www.google.com/search?q=*
title= //head/title/text() title = //head/title/text()
items= //li[class=g] items = //li[class=g]
item_title= .//h3//text() item_title = .//h3//text()
item_link= .//a/@href item_link = .//a/@href
item_content= .//span[class=st] item_content = .//span[class=st]
[ddg.gg] [ddg.gg]
mode=xpath mode = xpath
path= path =
http://duckduckgo.com/html/?q=* http://duckduckgo.com/html/?q=*
https://duckduckgo.com/html/?q=* https://duckduckgo.com/html/?q=*
title= //head/title/text() title = //head/title/text()
items= //div[class=results_links][not(contains(@class,'sponsored'))] items = //div[class=results_links][not(contains(@class,'sponsored'))]
item_title= .//a[class=large]//text() item_title = .//a[class=large]//text()
item_link= .//a[class=large]/@href item_link = .//a[class=large]/@href
item_content= .//div[class=snippet] item_content = .//div[class=snippet]
[facebook home] [facebook home]
mode=json mode = json
path= path =
https://graph.facebook.com/*/home* https://graph.facebook.com/*/home*
https://graph.facebook.com/*/feed* https://graph.facebook.com/*/feed*
title= "Facebook" title = "Facebook"
items= data items = data
item_title= from.name {" > " to.data.name<", ">} item_title = from.name {" > " to.data.name<", ">}
item_link= actions.link[0] item_link = actions.link[0]
item_content= message story{"<br/><br/><a href='" link "'><img src='" picture "' /></a>"}{"<blockquote><a href='" link "'>" name "</a><br/>" description "</blockquote>"}{"<br/><br/> @ " place.name} item_content = message story{"<br/><br/><a href='" link "'><img src='" picture "' /></a>"}{"<blockquote><a href='" link "'>" name "</a><br/>" description "</blockquote>"}{"<br/><br/> @ " place.name}
item_time= created_time item_time = created_time
item_id= id item_id = id
[facebook message/post] [facebook message/post]
mode=json mode = json
path= path =
https://graph.facebook.com/* https://graph.facebook.com/*
https://graph.facebook.com/* https://graph.facebook.com/*
title= "Facebook" title = "Facebook"
items= comments.data items = comments.data
item_title= from.name item_title = from.name
item_content= message item_content = message
item_time= created_time item_time = created_time
item_id= id item_id = id