<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://notiz.blog/wp-content/plugins/pretty-feeds/pretty-feed-v4.xsl" type="text/xsl" media="screen" ?>


<!--

	Feeds whisper secrets,
	In the RSS Club's embrace,
	Knowledge blooms in grace.

-->

<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:source="http://source.scripting.com/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>GEO &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/geo/feed/" rel="self" type="application/rss+xml" />
	<link>https://notiz.blog</link>
	<description>a weblog mainly about the open, portable, interoperable, small, social, synaptic, semantic, structured, distributed, (re-)decentralized, independent, microformatted and federated social web</description>
	<lastBuildDate>Wed, 03 Apr 2024 10:47:53 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://notiz.blog/wp-content/uploads/2019/10/cropped-notizblog-icon-1-32x32.png</url>
	<title>GEO &#8211; notizBlog</title>
	<link>https://notiz.blog</link>
	<width>32</width>
	<height>32</height>
</image> 
<source:blogroll>https://reader.pfefferle.org/i/?a=opml&amp;get=c_2</source:blogroll>
<creativeCommons:license>https://creativecommons.org/licenses/by-sa/4.0/</creativeCommons:license>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://switchboard.p3k.io/"/>
<atom:link rel="self" href="https://notiz.blog/tag/geo/feed/"/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search notizBlog" href="https://notiz.blog/wp-api/opensearch/1.1/document" />	<item>
		<title>Microformats: Value Class Pattern</title>
		<link>https://notiz.blog/2009/05/12/microformats-value-class-pattern/</link>
					<comments>https://notiz.blog/2009/05/12/microformats-value-class-pattern/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Tue, 12 May 2009 17:33:05 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[abbr design pattern]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[FediBlog]]></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ößte Problem bei der Verwendung von Microformats ist (oder besser wahr) die Accessibility durch die etwas zweckentfremdete Verwendung des &#60;abbr />-Tags. Das so genanntes abbr-design-pattern diente hauptsächlich dazu (es gibt noch einige andere Anwendungsfälle), ein für den Menschen lesbares Datum auch für die Maschine lesbar zu machen und ist Bestandteil von Mikroformaten [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Das bisher wohl größte Problem bei der Verwendung von <strong>Microformats</strong> ist (oder besser wahr) die <a href="https://notiz.blog/?s=haccessibility">Accessibility</a> durch die etwas zweckentfremdete Verwendung des <a href="http://microformats.org/wiki/abbr-design-pattern"><code>&lt;abbr /></code>-Tags</a>.</p>



<p>Das so genanntes <a href="http://microformats.org/wiki/abbr-design-pattern">abbr-design-pattern</a> diente hauptsächlich dazu (es gibt noch einige andere Anwendungsfälle), ein für den Menschen lesbares Datum auch fü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">heute&lt;/abbr></code></p>



<p><a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/abbr">SelfHTML über das abbr-Element</a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>zeichnet einen Text aus mit der Bedeutung &#8222;dies ist eine Abkürzung&#8220;</p></blockquote>



<p>Selbst wenn man davon ausgeht, dass das Wort <em>heute</em> eine Abkürzung für das volle Datum <em>2009-05-12</em> ist, gibt es ein großes Problem mit Screen-Readern. Die meisten Screen-Reader sind so konfiguriert, dass sie statt der Abkürzung, das im title-Attribut angegebene, vollstä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äre das <em>2009-05-12</em> (gelesen &#8222;Zweitausendneun minus Fünf minus Zwölf&#8220;), also viel missverständlicher als <em>heute</em>.</p>



<p>Das <a href="http://microformats.org/blog/2009/05/12/value-class-pattern/">gerade angekü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ürde mit dem <strong>value-class-pattern</strong> folgendermaßen aussehen:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">span</span> <span class="hljs-attr">class</span>=<span class="hljs-string">'dtstart'</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">span</span> <span class="hljs-attr">class</span>=<span class="hljs-string">'value-title'</span> <span class="hljs-attr">title</span>=<span class="hljs-string">'2009-05-12'</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">span</span>&gt;</span>
  heute
<span class="hljs-tag">&lt;/<span class="hljs-name">span</span>&gt;</span></code></span></pre>


<p>Erklärung:</p>



<ul class="wp-block-list">
	<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ällen, am besten ihr ü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 übrigens alle Microformats-Nutzer aufgerufen, ihre Seiten und Parser auf das neue Pattern umzustellen, also viel Spaß dabei 🙂</p>
<p>You are a true RSS aficionado! While others are drowning in social media noise, you enjoy the simplicity and control of RSS. Congrats!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/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>https://notiz.blog/2008/07/30/html5-is-made-for-microformats/</link>
					<comments>https://notiz.blog/2008/07/30/html5-is-made-for-microformats/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Wed, 30 Jul 2008 18:34:52 +0000</pubDate>
				<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ß wie lange [&#8230;]]]></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 class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><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ß wie lange das noch dauert. Das heißt wohl, dass die Microformats noch eine gewisse Zeit lang als Übergangslösung her halten mü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 class="wp-block-heading">Der &lt;time />-Tag</h4>



<p>Das <code><a href="http://www.w3.org/html/wg/html5/#time">time</a></code> Element ermöglicht das kennzeichnen eines Datums in z.B. Blogposts o.Ä.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><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 class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">time</span> <span class="hljs-attr">datetime</span>=<span class="hljs-string">"2006-09-23"</span>&gt;</span>a Saturday<span class="hljs-tag">&lt;/<span class="hljs-name">time</span>&gt;</span></code></span></pre>


<p>statt:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">abbr</span> <span class="hljs-attr">title</span>=<span class="hljs-string">"2006-09-23"</span>&gt;</span>a Saturday<span class="hljs-tag">&lt;/<span class="hljs-name">abbr</span>&gt;</span></code></span></pre>


<p>Ein <a href="http://microformats.org/wiki/hCal">hCalendar</a> könnte dann so aussehen:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"vevent"</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">span</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"summary"</span>&gt;</span>event title<span class="hljs-tag">&lt;/<span class="hljs-name">span</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">time</span> <span class="hljs-attr">datetime</span>=<span class="hljs-string">"2006-09-23"</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"dtstart dtend"</span>&gt;</span>a Saturday<span class="hljs-tag">&lt;/<span class="hljs-name">time</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></span></pre>


<h4 class="wp-block-heading">Custom data attributes (data-)</h4>



<p>Ein <em>custom data attribute</em> ist ein frei benutzbares Attribut um Elemente mit <a href="https://de.wikipedia.org/wiki/Metadaten">Metadaten</a> anzureichern. Die einzige Vorgabe ist, dass es mit <code>data-</code> beginnen muss. Ein Beispiel:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"monkey"</span> <span class="hljs-attr">data-arms</span>=<span class="hljs-string">"2"</span>
     <span class="hljs-attr">data-legs</span>=<span class="hljs-string">"2"</span> <span class="hljs-attr">data-race</span>=<span class="hljs-string">"chimp"</span>&gt;</span>
  Cheetah
<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></span></pre>


<p>Ideal auch als <code>&lt;abbr /></code>-Ersatz bei z.B. dem <a href="http://microformats.org/wiki/geo">Geo-Microformat</a>.</p>



<p>Also:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"geo"</span> <span class="hljs-attr">data-latitude</span>=<span class="hljs-string">"49.5483"</span> <span class="hljs-attr">data-longitude</span>=<span class="hljs-string">"8.6661"</span>&gt;</span>Weinheim<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></span></pre>


<p>statt:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">abbr</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"geo"</span> <span class="hljs-attr">title</span>=<span class="hljs-string">"49.5483;8.6661"</span>&gt;</span>Weinheim<span class="hljs-tag">&lt;/<span class="hljs-name">abbr</span>&gt;</span></code></span></pre>


<h4 class="wp-block-heading">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 🙂</p>
<p>Congratulations on being an RSS reader! You are part of an elite group of people who know how to stay updated in style.</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/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>https://notiz.blog/2008/06/23/fire-eagle-per-twitter-oder-irc-aktualisieren/</link>
					<comments>https://notiz.blog/2008/06/23/fire-eagle-per-twitter-oder-irc-aktualisieren/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 23 Jun 2008 20:17:28 +0000</pubDate>
				<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ürlich [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Was ist eigentlich <a href="https://web.archive.org/web/20130115103605/http://fireeagle.yahoo.net/">Fire Eagle</a>?</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><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ürlich auch über ein Webfrontend oder per Dopplr/Places aktualisieren&#8230; aber das kann ja jeder 🙂</p>



<h4 class="wp-block-heading">Der twitter-firebot</h4>



<p>Um den <a href="http://twitter.com/firebot">Fire-Bot</a> testen zu können muss man ihm zuerst folgen und ihn um eine Einladung bitten (falls man noch keinen Invite hat).</p>



<ul class="wp-block-list">
	<li>d firebot invite</li>
</ul>



<p>Nach der Einladung erfolgt die Authentifizierung des Bots.</p>



<ul class="wp-block-list">
	<li>d firebot auth</li>
</ul>



<p>Der Bot antwortet (mir hat er leider noch nicht geantwortet) mit einem Authentifizierungs-Link über welchen der Firebot für Fireeagle freischaltet wird.</p>



<p>Danach kann man seine <em>Location</em> bequem über Twitter ändern:</p>



<ul class="wp-block-list">
	<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="https://web.archive.org/web/20100502092443/http://soylentfoo.jnewland.com:80/articles/2008/03/06/fire-eagle-location-aware-applications-without-the-hassle">via</a>)</p>



<h4 class="wp-block-heading">Der IRC-firebot</h4>



<p>Die Jungs von <a href="irc://irc.oftc.net/geo">#geo</a> haben sich einen ganz ähnlichen <a href="https://web.archive.org/web/20130115103605/http://fireeagle.yahoo.net/">Fireeagle</a>-Bot für ihren Channel gebaut.</p>



<p>Nachdem man den Bot auf sich aufmerksam gemacht hat&#8230;</p>



<pre class="wp-block-preformatted">[19:02] pfefferle: fireup, help?
[19:02] fireeagle: pfefferle: I have just sent you a URL in privmsg, please click on it to authorize.</pre>



<p>&#8230;bekommt man eine Private-Message mit einer Authentifizierungs-URL&#8230;</p>



<pre class="wp-block-preformatted">fireeagle: Try Again! You must authorize first: https://fireeagle.yahoo.net/oauth/authorize?oauth_token=XXXXX</pre>



<p>&#8230;(gleiches Prinzip wie bei Twitter) und man kann seinen Status auch über IRC ändern.</p>



<pre class="wp-block-preformatted">[19:23] pfefferle: fireup Weinheim, Germany
[19:23] fireeagle: Updating pfefferle to Weinheim, Deutschland</pre>



<p>Zur Kontrolle nochmal im Fire Eagle nachschaun:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><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="https://web.archive.org/web/20080820013417/http://danbri.org/words/2008/06/22/331">via</a>)</p>
<p>Hey there, RSS reader! You’re one of a special few, choosing this old-school yet awesome way of staying informed. Kudos!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/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>https://notiz.blog/2008/05/02/twitter-api-mit-location-support/</link>
					<comments>https://notiz.blog/2008/05/02/twitter-api-mit-location-support/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Fri, 02 May 2008 08:27:49 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[FediBlog]]></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öglich, das Location-Feld (rechts oben im Profil) über die Twitter-API zu ä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, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Seit letzter Woche ist es möglich, das Location-Feld (rechts oben im Profil) über die <a href="https://web.archive.org/web/20071030235954/http://groups.google.com/group/twitter-development-talk/web/api-documentation">Twitter-API</a> zu ändern.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<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 ü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öne <a href="https://web.archive.org/web/20130115103605/http://fireeagle.yahoo.net/">fireeagle</a>-Anbindung gibt.</p>



<p>(<a href="https://web.archive.org/web/20140410024430/http://blog.programmableweb.com/2008/05/02/twitter-api-goes-geo/">via</a>)</p>
<p>Hey there, RSS reader! You’re one of a special few, choosing this old-school yet awesome way of staying informed. Kudos!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/05/02/twitter-api-mit-location-support/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>geo:truc</title>
		<link>https://notiz.blog/2007/05/31/geotruc/</link>
					<comments>https://notiz.blog/2007/05/31/geotruc/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Thu, 31 May 2007 19:08:10 +0000</pubDate>
				<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. Ähnlich wie bei anderen Diensten ist es auch hier möglich den Längen- und Breitengrad (Longitude, Latitude) anhand einer Adresse oder durch das markieren des Punktes auf der Karte mit der Maus zu ermitteln. Zusätzlich bietet geo:truc die ermittelten Geodaten in den Verschiedensten Formaten über die [&#8230;]]]></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="https://developers.google.com/maps/documentation">API</a>. Ähnlich wie bei anderen Diensten ist es auch hier möglich den Lä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ätzlich bietet geo:truc die ermittelten Geodaten in den Verschiedensten Formaten über die Webseite und auch als <a href="https://web.archive.org/web/20080518211733/http://www.korbinus.net/blog/?p=21">Webservice</a> an: Links (Hinzufügen zu verschiedenen Social Bookmarking Tools), <a href="https://de.wikipedia.org/wiki/Gemeinschaftliches_Indexieren">Triple tags</a>, <a href="http://microformats.org/wiki/geo">Geo (microformat)</a>, <a href="https://web.archive.org/web/20081007152948/http://icon.stoa.org:80/trac/pleiades/wiki/GeoJSON">GeoJSON</a>, <a href="https://web.archive.org/web/20080904073757/http://georss.org/">GeoRSS (GML), GeoRSS (simple)</a>, <a href="https://de.wikipedia.org/wiki/Meta-Element">HTML &lt;meta></a>, <a href="https://developers.google.com/kml/documentation/">KML</a> und <a href="https://www.w3.org/2003/01/geo/">W3C Geo</a>.</p>



<p>Mehr dazu im <a href="https://web.archive.org/web/20070525182244/http://www.korbinus.net/blog/?cat=4">Weblog</a> des Entwicklers&#8230;</p>



<p><a href="http://microformatique.com/?p=158">via microformatique</a></p>
<p>RSS readers like you are the secret sauce of the internet. Keep rocking and staying informed!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2007/05/31/geotruc/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
