<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0" xmlns:grazr="http://docs.grazr.com/script/spec/1.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<head>
		<title>Flickr Tag Explorer</title>
		<ownerName>Edward Grech (alto maltés)</ownerName>
		<ownerEmail>dev@dwardu.info</ownerEmail>
		<atom:link rel="self" type="text/x-opml" href="http://dev.dwardu.info/flickr/tagexplorer/"/>
		<atom:link rel="alternate" type="text/html" href="http://grazr.com/gzpanel.html?view=o&amp;file=http://dev.dwardu.info/flickr/tagexplorer/"/>
		<atom:link rel="related" type="text/html" href="http://flickr.com/groups/flickrhacks/discuss/72157601346691410/"/>
		<atom:id>tag:dwardu.info,2007:/dev/flickr/tag-explorer</atom:id>
	</head>
	<body>
		<outline text="info">
			<outline text="Who developed this tool?" type="link" url="http://flickr.com/people/dwardu/"/>
			<outline text="Where is the home page for this tool?" type="link" url="http://www.flickr.com/groups/flickrhacks/discuss/72157601346691410/"/>
			<outline text="Where has this tool been referenced?" type="rss" url="http://del.icio.us/rss/dwardu/about:flickr-tag-explorer"/>
		</outline>
		<outline text="&lt;h1>&lt;span style=&quot;color: #0063dc;&quot;>flick&lt;/span>&lt;span style=&quot;color: #ff0084;&quot;>r&lt;/span> tag explorer&lt;/h1>"/>
		<grazr:form name="form">
			<p>Explore photos related to <input name="tag" type="text" value="malta"/>
				<input type="submit" value="»"/>
			</p>
			<grazr:rule field="tag" required="true" text="You must enter a tag"/>
		</grazr:form>
		<grazr:formtemplate name="form">
			<grazr:script>
				<!--
                amp = '\x26';
                flickr_api_key = '4a9346ad68058be7b8a4b0058c2a35f1';
				photos_xml = 'http://api.flickr.com/services/rest?method=flickr.photos.search'+amp+'api_key='+escape(flickr_api_key)+amp+'sort=relevance'+amp+'tag_mode=all'+amp+'per_page=100'+amp+'extras=owner_name'+amp+'tags='+escape(tag);
				photos_to_rss_xslt = 'http://dev.dwardu.info/flickr/tagexplorer/photos-to-rss.xslt';
                rss_mimetype = 'application/rss+xml';
                tags_xml = 'http://api.flickr.com/services/rest/?method=flickr.tags.getRelated'+amp+'api_key='+escape(flickr_api_key)+amp+'tag='+escape(tag);
                tags_to_opml_xslt = 'http://dev.dwardu.info/flickr/tagexplorer/tags-to-opml.xslt';
                opml_mimetype = 'application/xml';
            -->
			</grazr:script>
			<outline text="Photos tagged %tag%" type="rss" xmlUrl="http://www.w3.org/2005/08/online_xslt/xslt?xmlfile=%photos_xml%&amp;xslfile=%photos_to_rss_xslt%&amp;content-type=%rss_mimetype%"/>
			<outline text="Photos tagged %tag%+..." type="include" url="http://www.w3.org/2005/08/online_xslt/xslt?xmlfile=%tags_xml%&amp;xslfile=%tags_to_opml_xslt%&amp;content-type=%opml_mimetype%&amp;api-key=%flickr_api_key%&amp;tags=%tag%"/>
		</grazr:formtemplate>
		<grazr:formresult text="Photos" name="form"/>
	</body>
</opml>
