<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>^ðØomicìłé$ &#187; google</title>
	<atom:link href="http://blog.doomicile.de/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.doomicile.de</link>
	<description></description>
	<lastBuildDate>Mon, 25 Jul 2011 11:52:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://push.doomicile.de"/><atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<atom:link rel='hub' href='http://blog.doomicile.de/?pushpress=hub'/>
<atom:link rel='salmon' href='http://blog.doomicile.de/?salmon=endpoint'/><atom:link rel='http://salmon-protocol.org/ns/salmon-replies' href='http://blog.doomicile.de/?salmon=endpoint'/><atom:link rel='http://salmon-protocol.org/ns/salmon-mention' href='http://blog.doomicile.de/?salmon=endpoint'/>		<item>
		<title>googleplus: ich bin dann mal weg&#8230;</title>
		<link>http://blog.doomicile.de/2011/07/25/googleplus-ich-bin-dann-mal-weg/</link>
		<comments>http://blog.doomicile.de/2011/07/25/googleplus-ich-bin-dann-mal-weg/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 11:33:29 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Ärger]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googleplus]]></category>

		<guid isPermaLink="false">http://blog.doomicile.de/?p=453</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="http://blog.doomicile.de/wp-content/uploads/2011/07/Auswahl_013.png"><img src="http://blog.doomicile.de/wp-content/uploads/2011/07/Auswahl_013-300x175.png" alt="" title="Google fragt nach dem Grund" width="300" height="175" class="alignleft size-medium wp-image-454" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doomicile.de/2011/07/25/googleplus-ich-bin-dann-mal-weg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>extending goosh with a google custom search</title>
		<link>http://blog.doomicile.de/2008/06/23/extending-goosh-with-a-google-custom-search/</link>
		<comments>http://blog.doomicile.de/2008/06/23/extending-goosh-with-a-google-custom-search/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 06:27:37 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[Reweb]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[custom search engine]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[goosh]]></category>

		<guid isPermaLink="false">http://blog.doomicile.de/2008/06/23/extending-goosh-with-a-google-custom-search/</guid>
		<description><![CDATA[wouldn&#8217;t it be great to combine a google custom search engine (cse) with the fine command line google user interface (goosh)?
that&#8217;s quite easy.
goosh provides the load command for this purpose

load			load an extension

where you can a load a javascript function to make goosh understanding additional commands. try

load http://doomicile.de/goosh/droogle.js

to get the &#8222;droogle&#8220; command and abbreviation

droogle	(dr)	[word]	drupal google search

now [...]]]></description>
			<content:encoded><![CDATA[<p>wouldn&#8217;t it be great to combine a google custom search engine (<a href="http://www.google.com/coop/cse/">cse</a>) with the fine command line google user interface (<a href="http://goosh.org/">goosh</a>)?<br />
that&#8217;s quite easy.<br />
goosh provides the load command for this purpose<br />
<code><br />
load		<extension_url>	load an extension<br />
</extension_url></code><br />
where you can a load a javascript function to make goosh understanding additional commands. try<br />
<code><br />
load http://doomicile.de/goosh/droogle.js<br />
</code><br />
to get the &#8222;droogle&#8220; command and abbreviation<br />
<code><br />
droogle	(dr)	[word]	drupal google search<br />
</code><br />
now it&#8217;s necessary to get droogle.js loaded automagically each time you use goosh.org. firefox extension <a href="https://addons.mozilla.org/de/firefox/addon/748">greasemonkey</a> is able to inject javascript code into webpages. just define a a script to load the droogle extension each time goosh.org is called, like this one: <a href="http://doomicile.de/goosh/goosh.user.js">goosh.user.js</a><br />
now it&#8217;s possible to use the new &#8222;dr&#8220; command directly from the firefox search bar:<br />
<a rel="lightbox" href='http://blog.doomicile.de/wp-content/uploads/2008/06/goosh-droogle-snapshot.png' title='using droogle goosh from firefox search'><img src='http://blog.doomicile.de/wp-content/uploads/2008/06/goosh-droogle-snapshot.png' alt='using droogle goosh from firefox search' /></a> </p>
<p>thanks to Stefan Grothkopp for <a href="http://goosh.org">goosh.org</a>, Greg Hewgill for <a href="http://ghewgill.livejournal.com/107026.html">his</a> extension example and <a href="http://blog.yungsang.com/2008/06/07/load-extensions-userscript-for-goosh/">YungSang</a> for his <a href="http://userscripts.org/scripts/show/28061">Greasemonkey script</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doomicile.de/2008/06/23/extending-goosh-with-a-google-custom-search/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>google mal vater staat</title>
		<link>http://blog.doomicile.de/2007/09/10/google-mal-vater-staat/</link>
		<comments>http://blog.doomicile.de/2007/09/10/google-mal-vater-staat/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 09:09:49 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Spasz]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[unclesam]]></category>
		<category><![CDATA[vaterstaat]]></category>

		<guid isPermaLink="false">http://blog.doomicile.de/2007/09/10/google-mal-vater-staat/</guid>
		<description><![CDATA[aber erst google.com/unclesam, denn google.de/vaterstaat viernullviert nur.
via: hackr
]]></description>
			<content:encoded><![CDATA[<p>aber erst <a href="http://www.google.com/unclesam">google.com/unclesam</a>, denn <a href="http://www.google.de/vaterstaat">google.de/vaterstaat</a> viernullviert nur.</p>
<p>via: <a href="http://hackr.de/2007/09/10/google-sam">hackr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doomicile.de/2007/09/10/google-mal-vater-staat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>karma Google++</title>
		<link>http://blog.doomicile.de/2006/01/21/karma-google/</link>
		<comments>http://blog.doomicile.de/2006/01/21/karma-google/#comments</comments>
		<pubDate>Sat, 21 Jan 2006 08:55:13 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[0verlords]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hamburg]]></category>
		<category><![CDATA[surveillance]]></category>

		<guid isPermaLink="false">http://blog.doomicile.de/2006/01/21/karma-google/</guid>
		<description><![CDATA[G++
Tats&#228;chlich kann Google bei mir Eindruck schinden, weil sie sich weigern Logdateien zu Nutzerverhalten rauszugeben.
Apropos Google: Es scheint, als wolle Google ein Research&#38;Development Center in Hamburg aufmachen.
]]></description>
			<content:encoded><![CDATA[<p><font color="blue">G</font><font color="red">+</font><font color="yellow">+</font><br />
Tats&auml;chlich kann Google bei mir Eindruck schinden, weil sie sich weigern Logdateien zu Nutzerverhalten <a href="http://www.sueddeutsche.de/computer/artikel/656/68588/">rauszugeben</a>.</p>
<p>Apropos Google: Es scheint, als wolle Google ein Research&amp;Development Center in Hamburg <a href="http://hamburg.craigslist.org/eng/122936927.html">aufmachen</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doomicile.de/2006/01/21/karma-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>news google de 2 rss</title>
		<link>http://blog.doomicile.de/2005/02/01/news-google-de-2-rss/</link>
		<comments>http://blog.doomicile.de/2005/02/01/news-google-de-2-rss/#comments</comments>
		<pubDate>Tue, 01 Feb 2005 05:42:22 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://blog.doomicile.de/?p=31</guid>
		<description><![CDATA[apt-get install php4-curl
cd /var/www/
wget http://www.voidstar.com/gnews2rss.php.curl.txt -O - &#124; \
sed -e "s/Sorted by date/Sortiert nach Datum/" &#124; \
sed -e "s/hl\=en/hl\=de/"> gnews2rss.php

o.s.&#228;.
]]></description>
			<content:encoded><![CDATA[<pre>apt-get install php4-curl
cd /var/www/
wget http://www.voidstar.com/gnews2rss.php.curl.txt -O - | \
sed -e "s/Sorted by date/Sortiert nach Datum/" | \
sed -e "s/hl\=en/hl\=de/"> gnews2rss.php
</pre>
<p>o.s.&auml;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doomicile.de/2005/02/01/news-google-de-2-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

