Created
December 22, 2010 18:50
-
-
Save bradhintze/751909 to your computer and use it in GitHub Desktop.
The initialize rule for the Dataset tutorial using Flickr.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a876x16 { | |
meta { | |
name "Flickr Dataset Tutorial" | |
description << | |
Dataset tutorial using the Flickr Public Feed | |
>> | |
author "Brad Hintze" | |
logging on | |
} | |
dispatch { | |
} | |
global { | |
dataset FlickrPublicFeed:RSS <-"http://api.flickr.com/services/feeds/photos_public.gne?format=rss2" cachable for 1 minute; | |
} | |
rule initialize is active { | |
select using ".*" setting () | |
pre { | |
InitializedDiv = << | |
<div id="FlickrPublicFeed" style="overflow-y:scroll; overflow-x:hidden; height:450px; margin: 3px;"> | |
</div> | |
>>; | |
} | |
notify("Flickr Public Feed", InitializedDiv) | |
with | |
sticky=true and | |
width=325 and | |
height=450 and | |
opacity = 1.0; | |
} | |
rule populate is active { | |
select using ".*" setting () | |
foreach FlickrPublicFeed.pick("$..item") setting (publicFeed) | |
pre { | |
picLink = publicFeed.pick("$..link.$t"); | |
picAuthorURL = publicFeed.pick("$..author@flickr:profile"); | |
picTitle = publicFeed.pick("$..title.$t"); | |
picAuthor = publicFeed.pick("$..media$credit.$t"); | |
picImg = publicFeed.pick("$..media$thumbnail.@url"); | |
InitializedNotifyList = | |
"<div style=' | |
background-color:#999999; | |
margin: 3px; | |
font-size: 1em; | |
padding: 2px; | |
width: 325px; | |
float: left; | |
'> | |
<div style='float:left;'><img src='" + picImg + "'alt='Angry face'/></div> | |
<div style='float:left; height:75px; width:200px'><a href='" + picLink + "'> " + picTitle + " </a> by <a href='" + picAuthorURL + "'> " + picAuthor + " </a></div> </div>"; | |
} | |
{ | |
append ("#FlickrPublicFeed", InitializedNotifyList); | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
InitializedNotifyList = | |
"<div style=' | |
background-color:#999999; | |
margin: 3px; | |
font-size: 1em; | |
padding: 2px; | |
width: 325px; | |
float: left; | |
'> | |
<div style='float:left;'><img src='" + picImg + "'alt='Angry face'/></div> | |
<div style='float:left; height:75px; width:200px'><a href='" + picLink + "'> " + picTitle + " </a> by <a href='" + picAuthorURL + "'> " + picAuthor + " </a></div> </div>"; | |
} | |
{ | |
append ("#FlickrPublicFeed", InitializedNotifyList); | |
} | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rule initialize is active { | |
select using ".*" setting () | |
pre { | |
InitializedDiv = << | |
<div id="FlickrPublicFeed" style="overflow-y:scroll; overflow-x:hidden; height:450px; margin: 3px;"> | |
</div> | |
>>; | |
} | |
notify("Flickr Public Feed", InitializedDiv) | |
with | |
sticky=true and | |
width=325 and | |
height=450 and | |
opacity = 1.0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@encoding" : "utf-8", | |
"@version" : "1.0", | |
"rss" : { | |
"@version" : "2.0", | |
"channel" : { | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/" | |
}, | |
"lastBuildDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:20 -0800" | |
}, | |
"item" : [ | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5086/5282938559_7a9a181d34_m.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/amsk/5282938559/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-15T19:31:42-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5086/5282938559_7a9a181d34_m.jpg", | |
"@height" : "160", | |
"@width" : "240", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/amsk/", | |
"$t" : "[email protected] (Amsk)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/amsk/\">Amsk</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/amsk/5282938559/\" title=\"Ordering from the pictorial menu\"><img src=\"http://farm6.static.flickr.com/5086/5282938559_7a9a181d34_m.jpg\" width=\"240\" height=\"160\" alt=\"Ordering from the pictorial menu\" /></a></p>\n\n" | |
}, | |
"media$category" : { | |
"$t" : "taiwan taipei ximenting kiii", | |
"@scheme" : "urn:flickr:tags" | |
}, | |
"media$title" : { | |
"$t" : "Ordering from the pictorial menu" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "Amsk" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5086/5282938559_7a9a181d34_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "Ordering from the pictorial menu" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5282938559" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:20 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5248/5282938591_cd0ffb73b0_m.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/33254415@N02/5282938591/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-22T13:07:49-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5248/5282938591_cd0ffb73b0_m.jpg", | |
"@height" : "160", | |
"@width" : "240", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/33254415@N02/", | |
"$t" : "[email protected] (fiveoaks66)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/33254415@N02/\">fiveoaks66</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/33254415@N02/5282938591/\" title=\"IMG_1243\"><img src=\"http://farm6.static.flickr.com/5248/5282938591_cd0ffb73b0_m.jpg\" width=\"240\" height=\"160\" alt=\"IMG_1243\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "IMG_1243" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "fiveoaks66" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5248/5282938591_cd0ffb73b0_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "IMG_1243" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5282938591" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:21 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5282/5282938595_b298af9bf9_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/dirtmerchant/5282938595/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-21T20:08:25-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5282/5282938595_b298af9bf9_o.jpg", | |
"@height" : "1728", | |
"@width" : "2592", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/dirtmerchant/", | |
"$t" : "[email protected] (Cameron Newland)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/dirtmerchant/\">Cameron Newland</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/dirtmerchant/5282938595/\" title=\"20101221_0348\"><img src=\"http://farm6.static.flickr.com/5282/5282938595_3e3be96838_m.jpg\" width=\"240\" height=\"160\" alt=\"20101221_0348\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "20101221_0348" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "Cameron Newland" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5282/5282938595_3e3be96838_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "20101221_0348" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5282938595" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:21 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5008/5282938607_394c7b2a53_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/54027057@N06/5282938607/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-21T01:23:22-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5008/5282938607_394c7b2a53_o.jpg", | |
"@height" : "2848", | |
"@width" : "4272", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/54027057@N06/", | |
"$t" : "[email protected] (Trextel Images)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/54027057@N06/\">Trextel Images</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/54027057@N06/5282938607/\" title=\"IMG_1047\"><img src=\"http://farm6.static.flickr.com/5008/5282938607_942c8e57ef_m.jpg\" width=\"240\" height=\"160\" alt=\"IMG_1047\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "IMG_1047" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "Trextel Images" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5008/5282938607_942c8e57ef_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "IMG_1047" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5282938607" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:21 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5008/5282938611_9898bbc375_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/kellysue/5282938611/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-22T08:10:16-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5008/5282938611_9898bbc375_o.jpg", | |
"@height" : "2592", | |
"@width" : "1936", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/kellysue/", | |
"$t" : "[email protected] (Kelly Sue)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/kellysue/\">Kelly Sue</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/kellysue/5282938611/\" title=\"Mustache Sweater\"><img src=\"http://farm6.static.flickr.com/5008/5282938611_4465a5af6e_m.jpg\" width=\"179\" height=\"240\" alt=\"Mustache Sweater\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "Mustache Sweater" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "Kelly Sue" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5008/5282938611_4465a5af6e_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"creativeCommons$license" : { | |
"$t" : "http://creativecommons.org/licenses/by-sa/2.0/deed.en" | |
}, | |
"title" : { | |
"$t" : "Mustache Sweater" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5282938611" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:22 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5210/5282938619_b1261e534a_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/53088417@N07/5282938619/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-22T09:44:22-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5210/5282938619_b1261e534a_o.jpg", | |
"@height" : "631", | |
"@width" : "954", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/53088417@N07/", | |
"$t" : "[email protected] (kumawat1)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/53088417@N07/\">kumawat1</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/53088417@N07/5282938619/\" title=\"7\"><img src=\"http://farm6.static.flickr.com/5210/5282938619_d1335e7c70_m.jpg\" width=\"240\" height=\"159\" alt=\"7\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "7" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "kumawat1" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5210/5282938619_d1335e7c70_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "7" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5282938619" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:22 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5287/5282938627_280a224973_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/emendohe/5282938627/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-10-05T11:41:02-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5287/5282938627_280a224973_o.jpg", | |
"@height" : "991", | |
"@width" : "1024", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/emendohe/", | |
"$t" : "[email protected] (Ulises888)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/emendohe/\">Ulises888</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/emendohe/5282938627/\" title=\"_A05reducon756\"><img src=\"http://farm6.static.flickr.com/5287/5282938627_f296e59ba7_m.jpg\" width=\"240\" height=\"232\" alt=\"_A05reducon756\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "_A05reducon756" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "Ulises888" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5287/5282938627_f296e59ba7_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "_A05reducon756" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5282938627" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:22 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5241/5282938635_e6dc567511_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/dr_don/5282938635/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-06-10T16:01:16-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5241/5282938635_e6dc567511_o.jpg", | |
"@height" : "768", | |
"@width" : "1024", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/dr_don/", | |
"$t" : "[email protected] (Dr.Don)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/dr_don/\">Dr.Don</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/dr_don/5282938635/\" title=\"IMG_1171\"><img src=\"http://farm6.static.flickr.com/5241/5282938635_69f8dcb34a_m.jpg\" width=\"240\" height=\"180\" alt=\"IMG_1171\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "IMG_1171" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "Dr.Don" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5241/5282938635_69f8dcb34a_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "IMG_1171" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5282938635" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:22 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5089/5282938655_02aa862a27_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/7472730@N05/5282938655/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-09-01T11:48:08-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5089/5282938655_02aa862a27_o.jpg", | |
"@height" : "685", | |
"@width" : "1024", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/7472730@N05/", | |
"$t" : "[email protected] (croydesurf)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/7472730@N05/\">croydesurf</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/7472730@N05/5282938655/\" title=\"DSC_0254\"><img src=\"http://farm6.static.flickr.com/5089/5282938655_7ac0a2db6b_m.jpg\" width=\"240\" height=\"161\" alt=\"DSC_0254\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "DSC_0254" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "croydesurf" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5089/5282938655_7ac0a2db6b_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "DSC_0254" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5282938655" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:23 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5007/5282938677_17cb7aa996_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/8511621@N04/5282938677/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-07T18:56:42-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5007/5282938677_17cb7aa996_o.jpg", | |
"@height" : "1374", | |
"@width" : "3852", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/8511621@N04/", | |
"$t" : "[email protected] (skoobs@)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/8511621@N04/\">skoobs@</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/8511621@N04/5282938677/\" title=\"_IGP5009\"><img src=\"http://farm6.static.flickr.com/5007/5282938677_913cc9e326_m.jpg\" width=\"240\" height=\"86\" alt=\"_IGP5009\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "_IGP5009" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "skoobs@" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5007/5282938677_913cc9e326_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "_IGP5009" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5282938677" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:23 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5249/5282938703_3bc75069fc_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/dolorespriem/5282938703/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-22T09:44:24-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5249/5282938703_3bc75069fc_o.jpg", | |
"@height" : "360", | |
"@width" : "480", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/dolorespriem/", | |
"$t" : "[email protected] (dolorespriem)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/dolorespriem/\">dolorespriem</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/dolorespriem/5282938703/\" title=\"VFP-3\"><img src=\"http://farm6.static.flickr.com/5249/5282938703_a00e0b28f5_m.jpg\" width=\"240\" height=\"180\" alt=\"VFP-3\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "VFP-3" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "dolorespriem" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5249/5282938703_a00e0b28f5_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "VFP-3" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5282938703" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:24 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5170/5283539400_f74935fd6c_m.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/tschoern/5283539400/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-14T14:23:35-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5170/5283539400_f74935fd6c_m.jpg", | |
"@height" : "160", | |
"@width" : "240", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/tschoern/", | |
"$t" : "[email protected] (tschoern)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/tschoern/\">tschoern</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/tschoern/5283539400/\" title=\"CAI 2010-1534.jpg\"><img src=\"http://farm6.static.flickr.com/5170/5283539400_f74935fd6c_m.jpg\" width=\"240\" height=\"160\" alt=\"CAI 2010-1534.jpg\" /></a></p>\n\n" | |
}, | |
"media$category" : { | |
"$t" : "vacation urlaub egypt cairo pyramids ägypten 2010 kairo tschoern šgypten", | |
"@scheme" : "urn:flickr:tags" | |
}, | |
"media$title" : { | |
"$t" : "CAI 2010-1534.jpg" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "tschoern" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5170/5283539400_f74935fd6c_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "CAI 2010-1534.jpg" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5283539400" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:19 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5002/5283539488_84e3969b94_m.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/garo/5283539488/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2009-12-25T06:34:35-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5002/5283539488_84e3969b94_m.jpg", | |
"@height" : "167", | |
"@width" : "240", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/garo/", | |
"$t" : "[email protected] (gargaro)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/garo/\">gargaro</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/garo/5283539488/\" title=\"Ayers Rock-099\"><img src=\"http://farm6.static.flickr.com/5002/5283539488_84e3969b94_m.jpg\" width=\"240\" height=\"167\" alt=\"Ayers Rock-099\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "Ayers Rock-099" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "gargaro" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5002/5283539488_84e3969b94_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "Ayers Rock-099" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5283539488" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:21 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5202/5283539514_1c20bd37f4_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/1_kpkarenpaolaprinsesa/5283539514/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2009-10-06T13:05:44-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5202/5283539514_1c20bd37f4_o.jpg", | |
"@height" : "520", | |
"@width" : "347", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/1_kpkarenpaolaprinsesa/", | |
"$t" : "[email protected] (karen paola3)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/1_kpkarenpaolaprinsesa/\">karen paola3</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/1_kpkarenpaolaprinsesa/5283539514/\" title=\"43 (2)\"><img src=\"http://farm6.static.flickr.com/5202/5283539514_d5afea07e5_m.jpg\" width=\"160\" height=\"240\" alt=\"43 (2)\" /></a></p>\n\n" | |
}, | |
"media$category" : { | |
"$t" : "danielacastillo", | |
"@scheme" : "urn:flickr:tags" | |
}, | |
"media$title" : { | |
"$t" : "43 (2)" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "karen paola3" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5202/5283539514_d5afea07e5_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "43 (2)" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5283539514" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:22 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5130/5283539516_c83fcc974e_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/54027543@N04/5283539516/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-22T09:44:22-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5130/5283539516_c83fcc974e_o.jpg", | |
"@height" : "1712", | |
"@width" : "2288", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/54027543@N04/", | |
"$t" : "[email protected] (signsnorthwest)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/54027543@N04/\">signsnorthwest</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/54027543@N04/5283539516/\" title=\"P1010304\"><img src=\"http://farm6.static.flickr.com/5130/5283539516_c54412f3cd_m.jpg\" width=\"240\" height=\"180\" alt=\"P1010304\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "P1010304" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "signsnorthwest" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5130/5283539516_c54412f3cd_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "P1010304" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5283539516" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:22 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5128/5283539524_db8b0a8796_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/fredhale/5283539524/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-22T17:25:21-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5128/5283539524_db8b0a8796_o.jpg", | |
"@height" : "2516", | |
"@width" : "3313", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/fredhale/", | |
"$t" : "[email protected] (fredhale)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/fredhale/\">fredhale</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/fredhale/5283539524/\" title=\"5\"><img src=\"http://farm6.static.flickr.com/5128/5283539524_fbc8ecf7bc_m.jpg\" width=\"240\" height=\"182\" alt=\"5\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "5" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "fredhale" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5128/5283539524_fbc8ecf7bc_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "5" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5283539524" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:22 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5129/5283539528_52f60a804c_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/ash4640/5283539528/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-22T23:14:22-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5129/5283539528_52f60a804c_o.jpg", | |
"@height" : "800", | |
"@width" : "748", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/ash4640/", | |
"$t" : "[email protected] (ASH4640)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/ash4640/\">ASH4640</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/ash4640/5283539528/\" title=\"DSC_0467b\"><img src=\"http://farm6.static.flickr.com/5129/5283539528_7d28c0a80b_m.jpg\" width=\"224\" height=\"240\" alt=\"DSC_0467b\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "DSC_0467b" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "ASH4640" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5129/5283539528_7d28c0a80b_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "DSC_0467b" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5283539528" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:22 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5086/5283539532_b438d7037e_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/jeycecriz/5283539532/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2006-01-01T05:00:20-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5086/5283539532_b438d7037e_o.jpg", | |
"@height" : "640", | |
"@width" : "480", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/jeycecriz/", | |
"$t" : "[email protected] (@Jeycinha_Cs)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/jeycecriz/\">@Jeycinha_Cs</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/jeycecriz/5283539532/\" title=\"DSCF0205\"><img src=\"http://farm6.static.flickr.com/5086/5283539532_a8282942fc_m.jpg\" width=\"180\" height=\"240\" alt=\"DSCF0205\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "DSCF0205" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "@Jeycinha_Cs" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5086/5283539532_a8282942fc_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "DSCF0205" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5283539532" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:22 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5124/5283539540_ae21f68892_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/produtocoletivo/5283539540/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-19T16:34:46-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5124/5283539540_ae21f68892_o.jpg", | |
"@height" : "1280", | |
"@width" : "850", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/produtocoletivo/", | |
"$t" : "[email protected] (produtocoletivo)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/produtocoletivo/\">produtocoletivo</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/produtocoletivo/5283539540/\" title=\"Hurt_Fest05\"><img src=\"http://farm6.static.flickr.com/5124/5283539540_cb392130f3_m.jpg\" width=\"159\" height=\"240\" alt=\"Hurt_Fest05\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "Hurt_Fest05" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "produtocoletivo" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5124/5283539540_cb392130f3_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "Hurt_Fest05" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5283539540" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:23 -0800" | |
} | |
}, | |
{ | |
"enclosure" : { | |
"@url" : "http://farm6.static.flickr.com/5244/5283539562_9140f10f24_o.jpg", | |
"@type" : "image/jpeg" | |
}, | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/mgrillos/5283539562/" | |
}, | |
"dc$date.Taken" : { | |
"$t" : "2010-12-22T15:44:23-08:00" | |
}, | |
"media$content" : { | |
"@url" : "http://farm6.static.flickr.com/5244/5283539562_9140f10f24_o.jpg", | |
"@height" : "600", | |
"@width" : "800", | |
"@type" : "image/jpeg" | |
}, | |
"author" : { | |
"@flickr:profile" : "http://www.flickr.com/people/mgrillos/", | |
"$t" : "[email protected] (mgrillos-Araraquara)" | |
}, | |
"description" : { | |
"$t" : "\t\t\t<p><a href=\"http://www.flickr.com/people/mgrillos/\">mgrillos-Araraquara</a> posted a photo:</p>\n\t\n<p><a href=\"http://www.flickr.com/photos/mgrillos/5283539562/\" title=\"Cantata de natal no presepio 074\"><img src=\"http://farm6.static.flickr.com/5244/5283539562_ee17ce4016_m.jpg\" width=\"240\" height=\"180\" alt=\"Cantata de natal no presepio 074\" /></a></p>\n\n" | |
}, | |
"media$title" : { | |
"$t" : "Cantata de natal no presepio 074" | |
}, | |
"media$credit" : { | |
"@role" : "photographer", | |
"$t" : "mgrillos-Araraquara" | |
}, | |
"media$thumbnail" : { | |
"@url" : "http://farm6.static.flickr.com/5244/5283539562_ee17ce4016_s.jpg", | |
"@height" : "75", | |
"@width" : "75" | |
}, | |
"title" : { | |
"$t" : "Cantata de natal no presepio 074" | |
}, | |
"guid" : { | |
"@isPermaLink" : "false", | |
"$t" : "tag:flickr.com,2004:/photo/5283539562" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:23 -0800" | |
} | |
} | |
], | |
"title" : { | |
"$t" : "Uploads from everyone" | |
}, | |
"pubDate" : { | |
"$t" : "Wed, 22 Dec 2010 09:44:20 -0800" | |
}, | |
"description" : {}, | |
"image" : { | |
"link" : { | |
"$t" : "http://www.flickr.com/photos/" | |
}, | |
"url" : { | |
"$t" : "http://l.yimg.com/g/images/buddyicon.jpg" | |
}, | |
"title" : { | |
"$t" : "Uploads from everyone" | |
} | |
}, | |
"generator" : { | |
"$t" : "http://www.flickr.com/" | |
} | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rule populate is active { | |
select using ".*" setting () | |
foreach FlickrPublicFeed.pick("$..item") setting (publicFeed) | |
pre { | |
picLink = publicFeed.pick("$..link.$t"); | |
picAuthorURL = publicFeed.pick("$..author@flickr:profile"); | |
picTitle = publicFeed.pick("$..title.$t"); | |
picAuthor = publicFeed.pick("$..media$credit.$t"); | |
picImg = publicFeed.pick("$..media$thumbnail.@url"); | |
InitializedNotifyList = | |
"<div style=' | |
background-color:#999999; | |
margin: 3px; | |
font-size: 1em; | |
padding: 2px; | |
width: 325px; | |
float: left; | |
'> | |
<div style='float:left;'><img src='" + picImg + "'alt='Angry face'/></div> | |
<div style='float:left; height:75px; width:200px'><a href='" + picLink + "'> " + picTitle + " </a> by <a href='" + picAuthorURL + "'> " + picAuthor + " </a></div> </div>"; | |
} | |
{ | |
append ("#FlickrPublicFeed", InitializedNotifyList); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment