<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Creating a custom search engine from a set of bookmarks?</title>
	<link>http://ask.metafilter.com/52959/Creating-a-custom-search-engine-from-a-set-of-bookmarks/</link>
	<description>Comments on Ask MetaFilter post Creating a custom search engine from a set of bookmarks?</description>
	<pubDate>Tue, 12 Dec 2006 08:21:32 -0800</pubDate>
	<lastBuildDate>Tue, 12 Dec 2006 08:21:32 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Creating a custom search engine from a set of bookmarks?</title>
		<link>http://ask.metafilter.com/52959/Creating-a-custom-search-engine-from-a-set-of-bookmarks</link>	
		<description>Trying to turn a set of bookmarks (del.icio.us) into a custom search engine. &lt;br /&gt;&lt;br /&gt; I want to be able to not just search my bookmarks, but search the content of my bookmarks - and not just all of my bookmarks, but sets of my bookmarks defined by tags. &lt;br&gt;
&lt;br&gt;
Rollyo - doesn&apos;t allow more than a few urls&lt;br&gt;
&lt;br&gt;
I think Google Co-op might be the solution, but I can&apos;t figure out how to import the bookmarks into the engine except manually. Once they are in, the search engine is highly customizable, but it would be best if it could be done on the fly.&lt;br&gt;
&lt;br&gt;
Is there another option? Maybe this cannot be easily done with the del.icio.us export options.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.52959</guid>
		<pubDate>Tue, 12 Dec 2006 07:17:25 -0800</pubDate>
		<dc:creator>imposster</dc:creator>
		
			<category>delicious</category>
		
			<category>search</category>
		
			<category>custom</category>
		
			<category>google</category>
		
			<category>co-op</category>
		
			<category>rollyo</category>
		
			<category>opml</category>
		
			<category>cse</category>
		
			<category>searchfeedr</category>
		
	</item> <item>
		<title>By: adamrice</title>
		<link>http://ask.metafilter.com/52959/Creating-a-custom-search-engine-from-a-set-of-bookmarks#798645</link>	
		<description>That&apos;s an interesting idea. It seems like a perfect job for a firefox plugin where you&apos;d navigate to the tag listing in delicious and the plugin would parse out the relevant links (which shouldn&apos;t be too hard). Then it would prompt you for the search key and it would compose a Google query using that key and the links parsed from the page as &quot;inurl:(link1, link2, link3)&quot;&lt;br&gt;
&lt;br&gt;
I know the guy behind http://www.givemebackmygoogle.com/ is looking for interesting ways to customize his site&#8212;maybe you can suggest this delicious mashup to him.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.52959-798645</guid>
		<pubDate>Tue, 12 Dec 2006 08:21:32 -0800</pubDate>
		<dc:creator>adamrice</dc:creator>
	</item><item>
		<title>By: duckus</title>
		<link>http://ask.metafilter.com/52959/Creating-a-custom-search-engine-from-a-set-of-bookmarks#798786</link>	
		<description>I use blinklist, so I&apos;m not sure if this would work for del.icio.us, but it may be worth a try if it supports creating RSS feeds out of your tagged links.&lt;br&gt;
&lt;br&gt;
I subscribe to some of my blinklist feeds as live bookmarks in firefox.   I can easily search the contents (actual pages) of all of my bookmark feeds using the FF extension All-In-One Sidebar.  &lt;br&gt;
&lt;br&gt;
So what I normally do is get my feeds by tag on blinklist, (unix, java, etc), subscribe to those feeds as a Live Bookmark and search as needed.&lt;br&gt;
&lt;br&gt;
Convoluted? Yes .. but it works for me.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.52959-798786</guid>
		<pubDate>Tue, 12 Dec 2006 09:39:04 -0800</pubDate>
		<dc:creator>duckus</dc:creator>
	</item><item>
		<title>By: adamrice</title>
		<link>http://ask.metafilter.com/52959/Creating-a-custom-search-engine-from-a-set-of-bookmarks#798950</link>	
		<description>On additional consideration, I&apos;m pretty sure this could be done as a Greasemonkey script that would inject a customized Google search field into a delicious page.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.52959-798950</guid>
		<pubDate>Tue, 12 Dec 2006 11:41:11 -0800</pubDate>
		<dc:creator>adamrice</dc:creator>
	</item><item>
		<title>By: KirkJobSluder</title>
		<link>http://ask.metafilter.com/52959/Creating-a-custom-search-engine-from-a-set-of-bookmarks#798976</link>	
		<description>DevonAgent for mac can do this with a custom plugin. I&apos;ve uploaded &lt;a href=&quot;http://jobsluder.net/miscdownloads/PersonalDelicious.plist.zip&quot;&gt;a version of my plugin (1KB)&lt;/a&gt; but you will need to edit some of the fields in a text editor or Apple&apos;s Property List Editor. Just replace &quot;username&quot; with your del.icio.us username.  If you read the documentation, it shouldn&apos;t be too hard.&lt;br&gt;
&lt;br&gt;
Another option would be to use wget with appropriate options to avoid triggering yahoo&apos;s spam/slam protection. For example:&lt;br&gt;
&lt;br&gt;
wget -r -H -l 2 -w 3 --tries=3 -R &quot;*Cbra*&quot; \ &lt;br&gt;
   --exclude-domains &quot;del.icio.us&quot; \&lt;br&gt;
   http://del.icio.us/Cbrachyrhynchos/mac</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.52959-798976</guid>
		<pubDate>Tue, 12 Dec 2006 11:59:29 -0800</pubDate>
		<dc:creator>KirkJobSluder</dc:creator>
	</item><item>
		<title>By: KirkJobSluder</title>
		<link>http://ask.metafilter.com/52959/Creating-a-custom-search-engine-from-a-set-of-bookmarks#798998</link>	
		<description>The logic behind that wget commandline includes some things not documented in the man page:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;-r -H -l 1&lt;/code&gt; recursively go two links deep off the starting URL, to other sides as needed.&lt;br&gt;
&lt;br&gt;
&lt;code&gt;-w 3 --tries=3&lt;/code&gt; wait 3 seconds between requests and give up after 3 tries.   &lt;br&gt;
&lt;br&gt;
&lt;code&gt;-R &quot;*Cbra*&quot;&lt;/code&gt; just a short version of my username to avoid spidering to other tags.&lt;br&gt;
&lt;br&gt;
&lt;code&gt;--exclude-domains &quot;del.icio.us&quot;&lt;/code&gt; probably makes -R redundant. This prevents wget from spidering back to del.icio.us for the login page.&lt;br&gt;
&lt;br&gt;
&lt;code&gt;url&lt;/code&gt; the url for your tags page. Although you might want to use, &lt;code&gt;&quot;http://del.icio.us/username/tag?setcount=100&amp;amp;page=&quot;{1,2}&lt;/code&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.52959-798998</guid>
		<pubDate>Tue, 12 Dec 2006 12:22:42 -0800</pubDate>
		<dc:creator>KirkJobSluder</dc:creator>
	</item><item>
		<title>By: davar</title>
		<link>http://ask.metafilter.com/52959/Creating-a-custom-search-engine-from-a-set-of-bookmarks#799061</link>	
		<description>I think this is sort of what &lt;a href=&quot;http://www.spurl.net/&quot;&gt;spurl&lt;/a&gt; does. They save a copy of your bookmarks, and make the content of all your bookmarks searchable.&lt;br&gt;
I don&apos;t know how powerful the search is, but you can import from del.icio.us, so it would not be too much work to try it out.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.52959-799061</guid>
		<pubDate>Tue, 12 Dec 2006 13:28:38 -0800</pubDate>
		<dc:creator>davar</dc:creator>
	</item><item>
		<title>By: imposster</title>
		<link>http://ask.metafilter.com/52959/Creating-a-custom-search-engine-from-a-set-of-bookmarks#799629</link>	
		<description>Thanks for the input. KJS - your approach sounds interesting, but I know very little about programming and I don&apos;t have access to a mac (at least, I think you mean that your code would need to run on a mac.)&lt;br&gt;
&lt;br&gt;
Doing some searching on my own, I was able to find &lt;a href=&quot;http://blogs.open.ac.uk/Maths/ajh59/searchfeedrlabs.php&quot;&gt;searchfeedr&lt;/a&gt;. It is the closest thing I have found to what I&apos;m looking for. It searches over delicious tags, feeds, or links on a webpage in a variety of engines. It even includes the option to exlcude urls. &lt;br&gt;
&lt;br&gt;
It still would be great to find an easy way to import delicious bookmarks into Co-op, though. Under advanced settings, it says that they allow OPML files to be uploaded and the same person behind searchfeedr has a handy &lt;a href=&quot;http://blogs.open.ac.uk/Maths/ajh59/deli2opml.html&quot;&gt;delcious2opml&lt;/a&gt; script. I&apos;ve tried saving the results as .xml (not sure if that is right), but uploading it results in error messages.&lt;br&gt;
&lt;br&gt;
Spurl looks interesting, but it only searches the pages you have saved. In Co-op, you can specify to search by url or page. Actually the only problem with searchfeedr for me is that search by url doesn&apos;t include subdirectories - so search rather than searching a small subset of a website, you end up either searching or including the entire thing. &lt;br&gt;
&lt;br&gt;
Vertical search seems to be the up and coming thing, so perhaps this won&apos;t be a problem in the near future.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.52959-799629</guid>
		<pubDate>Tue, 12 Dec 2006 20:21:54 -0800</pubDate>
		<dc:creator>imposster</dc:creator>
	</item><item>
		<title>By: concourse</title>
		<link>http://ask.metafilter.com/52959/Creating-a-custom-search-engine-from-a-set-of-bookmarks#951241</link>	
		<description>&lt;a href=&quot;http://zooie.wordpress.com/2007/01/03/google-co-op-just-got-delicious/&quot;&gt;This&lt;/a&gt; may be of use to some people</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.52959-951241</guid>
		<pubDate>Tue, 22 May 2007 22:35:41 -0800</pubDate>
		<dc:creator>concourse</dc:creator>
	</item>
	</channel>
</rss>
