You are viewing the source of felocity.com. This serves as a portfolio of sorts, as all the code is out in the open to see (except for config files). Browse around, feel free to ask questions. If you see something horrible, glaring, or otherwise a major security problem, please don't hesitate to contact me.

Pages/Widgets/Flickr (xml)

<chip:component type="#Chippino/Config" as="Config"/> <div class="flickr_badge" metal:define-macro="flickr widget" data-felocity-widget="FELOCITY.widgets.flickr" data-felocity-widget-config="{ 'username': '${username | string:}', 'user_id': '${user_id | string:}', 'apikey': '6eb6ed631dbd6b6cd8c02b8580ff8997', 'method': 'flickr.photos.search', 'size': '${size | string:}', 'img_size': ${img_sizes | string:}, 'extras': 'owner_name,o_dims', 'tags': '${tags | string:}', 'license': '1,2,3,4,5,6,7' /* CC only */ }"> <a tal:attributes="href string: http://www.flickr.com/photos/${username}" class="link meta" tal:condition="username and not tags">View ${username}'s Flickr</a> <a tal:attributes="href string: http://www.flickr.com/photos/${username}/tags/${tags}" class="link meta" tal:condition="username and tags">View ${username}'s Flickr tagged ${tags}</a> <a tal:attributes="href string: http://www.flickr.com/photos/tags/${tags}" class="link meta" tal:condition="tags and not username">View all Flickr photos tagged ${tags}</a> </div>

Files Pages/Widgets/Flickr Links To: