<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>notizBlog &#187; GEO</title>
	<atom:link href="http://notizblog.org/tag/geo/feed/" rel="self" type="application/rss+xml" />
	<link>http://notizblog.org</link>
	<description>a weblog about the open, portable, social, synaptic, semantic, structured, distributed, decentralized, microformatted and federated social web</description>
	<lastBuildDate>Tue, 22 May 2012 14:36:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="search"
           href="http://notizblog.org/opensearch"
           type="application/opensearchdescription+xml"
           title="Content Search" /><atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='notizblog.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<atom:link rel='salmon' href='http://notizblog.org/?salmon=endpoint'/><atom:link rel='http://salmon-protocol.org/ns/salmon-replies' href='http://notizblog.org/?salmon=endpoint'/><atom:link rel='http://salmon-protocol.org/ns/salmon-mention' href='http://notizblog.org/?salmon=endpoint'/>		<item>
		<title>Microformats: Value Class Pattern</title>
		<link>http://notizblog.org/2009/05/12/microformats-value-class-pattern/</link>
		<comments>http://notizblog.org/2009/05/12/microformats-value-class-pattern/#comments</comments>
		<pubDate>Tue, 12 May 2009 17:33:05 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[abbr design pattern]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[GEO]]></category>
		<category><![CDATA[hAccessibility]]></category>
		<category><![CDATA[hAtom]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Mikroformate]]></category>
		<category><![CDATA[value class pattern]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=1539</guid>
		<description><![CDATA[Das bisher wohl gr&#246;&#223;te Problem bei der Verwendung von Microformats ist (oder besser wahr) die Accessibility durch die etwas zweckentfremdete Verwendung des &#60;abbr /&#62;-Tags. Das so genanntes abbr-design-pattern diente haupts&#228;chlich dazu (es gibt noch einige andere Anwendungsf&#228;lle), ein f&#252;r den Menschen lesbares Datum auch f&#252;r die Maschine lesbar zu machen und ist Bestandteil von Mikroformaten [...]]]></description>
			<content:encoded><![CDATA[<p>Das bisher wohl gr&#246;&#223;te Problem bei der Verwendung von <strong>Microformats</strong> ist (oder besser wahr) die <a href="http://notizblog.org/?s=haccessibility">Accessibility</a> durch die etwas zweckentfremdete Verwendung des <a href="http://microformats.org/wiki/abbr-design-pattern"><code>&lt;abbr /&gt;</code>-Tags</a>.</p>
<p>Das so genanntes <a href="http://microformats.org/wiki/abbr-design-pattern">abbr-design-pattern</a> diente haupts&#228;chlich dazu (es gibt noch einige andere Anwendungsf&#228;lle), ein f&#252;r den Menschen lesbares Datum auch f&#252;r die Maschine lesbar zu machen und ist Bestandteil von <strong>Mikroformaten</strong> wie z.B. <a href="http://microformats.org/wiki/hCalendar">hCalendar</a>, <a href="http://microformats.org/wiki/hAtom">hAtom</a> oder <a href="http://microformats.org/wiki/hReview">hReview</a>.</p>
<p>Ein Beispiel: <code>&lt;abbr class="dtstart" title="2009-05-12"&gt;heute&lt;/abbr&gt;</code></p>
<p><a href="http://de.selfhtml.org/html/text/logisch.htm#elemente">SelfHTML &#252;ber das abbr-Element</a>:</p>
<blockquote><p>zeichnet einen Text aus mit der Bedeutung &#8220;dies ist eine Abk&#252;rzung&#8221;</p></blockquote>
<p>Selbst wenn man davon ausgeht, dass das Wort <em>heute</em> eine Abk&#252;rzung f&#252;r das volle Datum <em>2009-05-12</em> ist, gibt es ein gro&#223;es Problem mit Screen-Readern. Die meisten Screen-Reader sind so konfiguriert, dass sie statt der Abk&#252;rzung, das im title-Attribut angegebene, vollst&#228;ndige Wort lesen.<br />
Im Falle der <a href="http://microformats.org/wiki/abbr-design-pattern">abbr-design-pattern</a> im oben genannten Beispiel w&#228;re das <em>2009-05-12</em> (gelesen &#8220;Zweitausendneun minus F&#252;nf minus Zw&#246;lf&#8221;), also viel missverst&#228;ndlicher als <em>heute</em>.</p>
<p>Das <a href="http://microformats.org/blog/2009/05/12/value-class-pattern/">gerade angek&#252;ndigte</a> <strong><a href="http://microformats.org/wiki/value-class-pattern">value-class-pattern</a></strong> soll dieses (und einige andere) Problem jetzt beheben.</p>
<p>Ein Datum, wie im Beispiel oben, w&#252;rde mit dem <strong>value-class-pattern</strong> folgenderma&#223;en aussehen:</p>
<pre>&lt;span class='dtstart'&gt;
  &lt;span class='value-title' title='2009-05-12'&gt; &lt;/span&gt;
  heute
&lt;/span&gt;</pre>
<p>Erkl&#228;rung:</p>
<ul>
<li><em>dtstart</em> gibt immer noch an, dass es sich bei dem folgenden um ein Datum handelt</li>
<li>Die folgende Klasse: <em>value-title</em> gibt an, dass sich <em>dtstart</em> auf das <em>title</em>-Attribut des <em>spans</em> bezieht</li>
<li>Im <em>title</em> steht der maschinen-lesbare text</li>
</ul>
<p>Das neue Pattern beschreibt aber noch eine ganze Reihe an anderen Anwendungsf&#228;llen, am besten ihr &#252;berfliegt die Seite einfach mal selbst: <a href="http://microformats.org/wiki/value-class-pattern">http://microformats.org/wiki/value-class-pattern</a></p>
<p>&#8230;es sind &#252;brigens alle Microformats-Nutzer aufgerufen, ihre Seiten und Parser auf das neue Pattern umzustellen, also viel Spa&#223; dabei <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Microformats: Value Class Pattern"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2009/05/12/microformats-value-class-pattern/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2009/05/12/microformats-value-class-pattern/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2009/05/12/microformats-value-class-pattern/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
	</item>
		<item>
		<title>HTML5 is made for Microformats</title>
		<link>http://notizblog.org/2008/07/30/html5-is-made-for-microformats/</link>
		<comments>http://notizblog.org/2008/07/30/html5-is-made-for-microformats/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 18:34:52 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[abbr design pattern]]></category>
		<category><![CDATA[GEO]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[Semantic HTML]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=1003</guid>
		<description><![CDATA[Naja, nicht wirklich aber immerhin hat es RDFa bis dato nicht in die HTML5 Spezifikation geschafft. Es gibt zwar einen Milestone&#8230; The HTML WG is encouraged to provide a mechanism to permit independently developed vocabularies such as Internationalization Tag Set (ITS), Ruby, and RDFa to be mixed into HTML documents. &#8230;aber wer wei&#223; wie lange [...]]]></description>
			<content:encoded><![CDATA[<p>Naja, nicht wirklich aber immerhin hat es <a href="http://www.w3.org/TR/xhtml-rdfa-primer/">RDFa</a> bis dato nicht in die <a href="http://www.w3.org/html/wg/html5/">HTML5 Spezifikation</a> geschafft. Es gibt zwar einen <a href="http://www.w3.org/2007/03/HTML-WG-charter.html#deliverables">Milestone</a>&#8230;</p>
<blockquote><p>The HTML WG is encouraged to provide a mechanism to permit independently developed vocabularies such as Internationalization Tag Set (ITS), Ruby, and RDFa to be mixed into HTML documents.</p></blockquote>
<p>&#8230;aber wer wei&#223; wie lange das noch dauert. Das hei&#223;t wohl, dass die Microformats noch eine gewisse Zeit lang als &#220;bergangsl&#246;sung her halten m&#252;ssen. Aber das ist ne andere Geschichte&#8230;</p>
<p>Eigentlich wollte ich auf zwei HTML5 &#8211; Elemente eingehen, die eine schicke Alternative zu den bisherigen (in <a href="http://microformats.org/wiki/geo">vielen</a> <a href="http://microformats.org/wiki/hCal">Microformats</a> verwendeten) <a href="http://microformats.org/wiki/abbr-design-pattern">abbr-design-pattern</a> bietet.</p>
<h4>Der &lt;time /&gt;-Tag</h4>
<p>Das <code><a href="http://www.w3.org/html/wg/html5/#time">time</a></code> Element erm&#246;glicht das kennzeichnen eines Datums in z.B. Blogposts o.&#196;.</p>
<blockquote cite="http://www.w3.org/html/wg/html5/#time"><p>The primary use cases for these elements are for marking up publication dates e.g. in blog entries, and for marking event dates in hCalendar markup.</p></blockquote>
<p>Also:</p>
<pre>&lt;time datetime="2006-09-23"&gt;a Saturday&lt;/time&gt;</pre>
<p>statt:</p>
<pre>&lt;abbr title="2006-09-23"&gt;a Saturday&lt;/abbr&gt;</pre>
<p>Ein <a href="http://microformats.org/wiki/hCal">hCalendar</a> k&#246;nnte dann so aussehen:</p>
<pre>&lt;div class="vevent"&gt;
  &lt;span class="summary">event title&lt;/span&gt;
  &lt;time datetime="2006-09-23" class="dtstart dtend"&gt;a Saturday&lt;/time&gt;
&lt;/div&gt;</pre>
<h4>Custom data attributes (data-)</h4>
<p>Ein <em>custom data attribute</em> ist ein frei benutzbares Attribut um Elemente mit <a href="http://de.wikipedia.org/wiki/Metadaten">Metadaten</a> anzureichern. Die einzige Vorgabe ist, dass es mit <code>data-</code> beginnen muss. Ein Beispiel:</p>
<pre>&lt;div class="monkey" data-arms="2"
     data-legs="2" data-race="chimp"&gt;
  Cheetah
&lt;/div&gt;</pre>
<p>Ideal auch als <code>&lt;abbr /&gt;</code>-Ersatz bei z.B. dem <a href="http://microformats.org/wiki/geo">Geo-Microformat</a>.</p>
<p>Also:</p>
<pre>&lt;div class="geo" data-latitude="49.5483" data-longitude="8.6661"&gt;Weinheim&lt;/div&gt;</pre>
<p>statt:</p>
<pre>&lt;abbr class="geo" title="49.5483;8.6661"&gt;Weinheim&lt;/abbr&gt;</pre>
<h4>Fazit</h4>
<p>(X)HTML (egal ob XHTML2 mit RDFa oder X/HTML5) wird also definitiv ein semantisches Feuerwerk, ganz im Sinne von Tim Berners Lee&#8230;</p>
<p>Ich freu mich <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="HTML5 is made for Microformats"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2008/07/30/html5-is-made-for-microformats/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2008/07/30/html5-is-made-for-microformats/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2008/07/30/html5-is-made-for-microformats/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
	</item>
		<item>
		<title>Fire Eagle per Twitter oder IRC aktualisieren</title>
		<link>http://notizblog.org/2008/06/23/fire-eagle-per-twitter-oder-irc-aktualisieren/</link>
		<comments>http://notizblog.org/2008/06/23/fire-eagle-per-twitter-oder-irc-aktualisieren/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 20:17:28 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Fire Eagle]]></category>
		<category><![CDATA[Firebot]]></category>
		<category><![CDATA[Fireeagle]]></category>
		<category><![CDATA[GEO]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[Location]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=919</guid>
		<description><![CDATA[Was ist eigentlich Fire Eagle? Fire Eagle is a site that stores information about your location. With your permission, other services and devices can either update that information or access it. By helping applications respond to your location, Fire Eagle is designed to make the world around you more interesting! Man kann Fire Eagle nat&#252;rlich [...]]]></description>
			<content:encoded><![CDATA[<p>Was ist eigentlich <a href="http://fireeagle.yahoo.net">Fire Eagle</a>?</p>
<blockquote><p>Fire Eagle is a site that stores information about your location. With your permission, other services and devices can either update that information or access it. By helping applications respond to your location, Fire Eagle is designed to make the world around you more interesting!</p></blockquote>
<p>Man kann Fire Eagle nat&#252;rlich auch &#252;ber ein Webfrontend oder per Dopplr/Places aktualisieren&#8230; aber das kann ja jeder <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h4>Der twitter-firebot</h4>
<p>Um den <a href="http://twitter.com/firebot">Fire-Bot</a> testen zu k&#246;nnen muss man ihm zuerst folgen und ihn um eine Einladung bitten (falls man noch keinen Invite hat).</p>
<ul>
<li>d firebot invite</li>
</ul>
<p>Nach der Einladung erfolgt die Authentifizierung des Bots.</p>
<ul>
<li>d firebot auth</li>
</ul>
<p>Der Bot antwortet (mir hat er leider noch nicht geantwortet) mit einem Authentifizierungs-Link &#252;ber welchen der Firebot f&#252;r Fireeagle freischaltet wird.</p>
<p>Danach kann man seine <em>Location</em> bequem &#252;ber Twitter &#228;ndern:</p>
<ul>
<li>d firebot u Weinheim, Germany</li>
<li>d firebot u Ettlingen</li>
<li>d firebot u 69469</li>
<li>etc</li>
</ul>
<p>(<a href="http://soylentfoo.jnewland.com/articles/2008/03/06/fire-eagle-location-aware-applications-without-the-hassle#instructions">via</a>)</p>
<h4>Der IRC-firebot</h4>
<p>Die Jungs von <a href="irc://irc.oftc.net/geo">#geo</a> haben sich einen ganz &#228;hnlichen <a href="http://fireeagle.yahoo.net/">Fireeagle</a>-Bot f&#252;r ihren Channel gebaut.</p>
<p>Nachdem man den Bot auf sich aufmerksam gemacht hat&#8230;</p>
<p><code>[19:02] pfefferle: fireup, help?</code><br />
<code>[19:02] fireeagle: pfefferle: I have just sent you a URL in privmsg, please click on it to authorize.</code></p>
<p>&#8230;bekommt man eine Private-Message mit einer Authentifizierungs-URL&#8230;</p>
<p><code>fireeagle: Try Again! You must authorize first: https://fireeagle.yahoo.net/oauth/authorize?oauth_token=XXXXX</code></p>
<p>&#8230;(gleiches Prinzip wie bei Twitter) und man kann seinen Status auch &#252;ber IRC &#228;ndern.</p>
<p><code>[19:23] pfefferle: fireup Weinheim, Germany</code><br />
<code>[19:23] fireeagle: Updating pfefferle to Weinheim, Deutschland</code></p>
<p>Zur Kontrolle nochmal im Fire Eagle nachschaun:</p>
<blockquote><p>Fire Eagle last spotted you about 1 hour ago in Weinheim, Deutschland using Fire Eagle GeoIRC bot. If you&#8217;ve gone somewhere else, then you should update your location!</p></blockquote>
<p>(<a href="http://danbri.org/words/2008/06/22/331">via</a>)</p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Fire Eagle per Twitter oder IRC aktualisieren"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2008/06/23/fire-eagle-per-twitter-oder-irc-aktualisieren/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2008/06/23/fire-eagle-per-twitter-oder-irc-aktualisieren/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2008/06/23/fire-eagle-per-twitter-oder-irc-aktualisieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>twitter-API mit Location-Support</title>
		<link>http://notizblog.org/2008/05/02/twitter-api-mit-location-support/</link>
		<comments>http://notizblog.org/2008/05/02/twitter-api-mit-location-support/#comments</comments>
		<pubDate>Fri, 02 May 2008 08:27:49 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[GEO]]></category>
		<category><![CDATA[Location]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=841</guid>
		<description><![CDATA[Seit letzter Woche ist es m&#246;glich, das Location-Feld (rechts oben im Profil) &#252;ber die Twitter-API zu &#228;ndern. Updates the location attribute of the authenticating user, as displayed on the side of their profile and returned in various API methods. Works as either a POST or a GET. Mal schaun wann es den ersten Twitter-Dienst gibt, [...]]]></description>
			<content:encoded><![CDATA[<p>Seit letzter Woche ist es m&#246;glich, das Location-Feld (rechts oben im Profil) &#252;ber die <a href="http://groups.google.com/group/twitter-development-talk/web/api-documentation">Twitter-API</a> zu &#228;ndern.</p>
<blockquote><p>Updates the location attribute of the authenticating user, as displayed on the side of their profile and returned in various API methods.  Works as either a POST or a GET.</p></blockquote>
<p>Mal schaun wann es den ersten Twitter-Dienst gibt, der die Location &#252;ber das <a href="http://microformats.org/wiki/twitter-nanoformats#2nanoformats_.28syntax:param.29"><code>L:</code> &#8211; nanoformat</a> anpasst, oder wann es eine sch&#246;ne <a href="http://fireeagle.yahoo.net/">fireeagle</a>-Anbindung gibt.</p>
<p><small>(<a href="http://blog.programmableweb.com/2008/05/02/twitter-api-goes-geo/">via</a>)</small></p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="twitter-API mit Location-Support"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2008/05/02/twitter-api-mit-location-support/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2008/05/02/twitter-api-mit-location-support/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2008/05/02/twitter-api-mit-location-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>geo:truc</title>
		<link>http://notizblog.org/2007/05/31/geotruc/</link>
		<comments>http://notizblog.org/2007/05/31/geotruc/#comments</comments>
		<pubDate>Thu, 31 May 2007 19:08:10 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[GEO]]></category>
		<category><![CDATA[Google-Maps]]></category>
		<category><![CDATA[KML]]></category>
		<category><![CDATA[Microformats]]></category>

		<guid isPermaLink="false">http://notizblog.org/2007/05/31/geotruc/</guid>
		<description><![CDATA[geo:truc ist ein neuer Geo-Service, basierend auf der Google-Maps API. &#196;hnlich wie bei anderen Diensten ist es auch hier m&#246;glich den L&#228;ngen- und Breitengrad (Longitude, Latitude) anhand einer Adresse oder durch das markieren des Punktes auf der Karte mit der Maus zu ermitteln. Zus&#228;tzlich bietet geo:truc die ermittelten Geodaten in den Verschiedensten Formaten &#252;ber die [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://geotruc.net/">geo:truc</a> ist ein neuer Geo-Service, basierend auf der <a href="http://maps.google.de/">Google-Maps</a> <a href="http://www.google.com/apis/maps/">API</a>. &#196;hnlich wie bei anderen Diensten ist es auch hier m&#246;glich den L&#228;ngen- und Breitengrad (Longitude, Latitude) anhand einer Adresse oder durch das markieren des Punktes auf der Karte mit der Maus zu ermitteln. </p>
<p>Zus&#228;tzlich bietet geo:truc die ermittelten Geodaten in den Verschiedensten Formaten &#252;ber die Webseite und auch als <a href="http://www.korbinus.net/blog/?p=21">Webservice</a> an: Links (Hinzuf&#252;gen zu verschiedenen Social Bookmarking Tools), <a href="http://de.wikipedia.org/wiki/Gemeinschaftliches_Indexieren">Triple tags</a>, <a href="http://microformats.org/wiki/geo">Geo (microformat)</a>, <a href="http://icon.stoa.org/trac/pleiades/wiki/GeoJSON">GeoJSON</a>, <a href="http://georss.org/">GeoRSS (GML), GeoRSS (simple)</a>, <a href="http://de.wikipedia.org/wiki/Meta-Tag">HTML &lt;meta&gt;</a>, <a href="http://code.google.com/apis/kml/documentation/whatiskml.html">KML</a> und <a href="http://www.w3.org/2003/01/geo/">W3C Geo</a>.</p>
<p>Mehr dazu im <a href="http://www.korbinus.net/blog/?cat=4">Weblog</a> des Entwicklers&#8230;</p>
<p><small><a href="http://microformatique.com/?p=158">via microformatique</a></small></p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="geo:truc"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2007/05/31/geotruc/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2007/05/31/geotruc/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2007/05/31/geotruc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

