<?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>Optimus &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/optimus/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>Tue, 21 Nov 2023 10:13:16 +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>Optimus &#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/optimus/feed/"/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search notizBlog" href="https://notiz.blog/wp-api/opensearch/1.1/document" />	<item>
		<title>hCard microformat Validator</title>
		<link>https://notiz.blog/2008/06/16/hcard-microformat-validator/</link>
					<comments>https://notiz.blog/2008/06/16/hcard-microformat-validator/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 16 Jun 2008 16:07:04 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Optimus]]></category>
		<category><![CDATA[Profile URIs]]></category>
		<category><![CDATA[UID]]></category>
		<category><![CDATA[Validator]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=908</guid>

					<description><![CDATA[Der hCard Validator &#8222;&#8230;is an unofficial validator/conformance checker of the hCard microformat&#8222;. Während der Optimus-Validator ein breites Spektrum an Microformats unterstützt, bring der hCard Validator (wie der Name schon sagt) ein paar schicke extra Features zum validieren von hCards mit sich. Im Gegensatz zu Optimus, muss die hCard nicht zwingend über eine URL erreichbar sein, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2008/06/hcard-validator.jpg" alt="hcard-validator.jpg" /></figure>



<p>Der <a href="https://web.archive.org/web/20210812232024/http://hcard.geekhood.net/">hCard Validator</a> &#8222;<em>&#8230;is an unofficial validator/conformance checker of the hCard microformat</em>&#8222;. Während der <a href="https://web.archive.org/web/20110714085344/http://microformatique.com/optimus/">Optimus-Validator</a> ein breites Spektrum an Microformats unterstützt, bring der <em>hCard Validator</em> (wie der Name schon sagt) ein paar schicke extra Features zum validieren von hCards mit sich.</p>



<p>Im Gegensatz zu Optimus, muss die <a href="http://microformats.org/wiki/hCard">hCard</a> nicht zwingend über eine <abbr title="Uniform Resource Locator">URL</abbr> erreichbar sein, sondern kann auch bequem über ein Textfeld oder einen statischen Upload überprüft werden.</p>



<p>Weitere tolle Features sind z.B. der <a href="http://microformats.org/wiki/hcard-profile#Usage">Profile-URI</a> check:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p><code>&lt;head></code> uses profile “http://gmpg.org/xfn/11” which is unrelated to <code>'http://www.w3.org/2006/03/hcard'</code><br/> This may suggest that document does <strong>not</strong> use hCard microformat.</p>
</blockquote>



<p>oder der E-Mail &#8211; Adressen &#8211; Check:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>Value of <code>email</code> property doesn&#8217;t look like an e-mail<br/> Found “webmaster-at-notiz.blog”, but expected simple syntax in form <code>mailto:joe@example.com?subject=is%20optional</code>.</p>
</blockquote>



<p>(Test-hCard)</p>



<p>Zum Test habe ich die gleiche <a href="http://microformatique.com/optimus/?uri=http%3A%2F%2Fnotiz.blog%2Fkontakt%2F&amp;function=&amp;format=validate&amp;filter=hcard">URL auch noch mit dem Chef-Transformer validiert</a>, dem aber (leider) diese Liebe fürs Detail fehlt&#8230;</p>
<p>RSS readers like you are the unsung heroes of the internet. Keep up the good work!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/06/16/hcard-microformat-validator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>YAMT: Yet another Microformats Transformr</title>
		<link>https://notiz.blog/2008/05/19/yamt-yet-another-microformats-transformr/</link>
					<comments>https://notiz.blog/2008/05/19/yamt-yet-another-microformats-transformr/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 19 May 2008 10:43:58 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[hAudio]]></category>
		<category><![CDATA[hFoaF]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Optimus]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Transformer]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=866</guid>

					<description><![CDATA[Martin McEvoy von WebOrganics hat gerade den Microformats Transformr angekündigt. Die Daseinsberechtigung des Transformr neben Optimus, dem Chef-Transformer (ich hoffe die Transformers sind euch ein Begriff 🙂 ), ist die umfassende hAudio-Unterstützung, was wohl daran liegt dass Martin McEvoy aktiv an diesem Standard mitarbeitet. hAudio Features: hAudio to RSS hAudio to RSS2 hAudio to XSPF [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2008/05/transformr.png" alt="transformr.png" /></figure>



<p>Martin McEvoy von WebOrganics hat gerade den <a href="https://web.archive.org/web/20100413130036/http://transformr.co.uk/">Microformats Transformr</a> <a href="https://web.archive.org/web/20080529023248/http://weborganics.co.uk:80/article/microformats-transformr">angekündigt</a>. Die Daseinsberechtigung des Transformr neben <a href="https://notiz.blog/tag/optimus/">Optimus</a>, dem Chef-Transformer (ich hoffe die <a href="https://de.wikipedia.org/wiki/Transformers">Transformers</a> sind euch ein Begriff 🙂 ), ist die umfassende <a href="http://microformats.org/wiki/hAudio">hAudio</a>-Unterstützung, was wohl daran liegt dass Martin McEvoy aktiv an diesem Standard mitarbeitet.</p>



<p>hAudio Features:</p>



<ul class="wp-block-list">
	<li>hAudio to RSS</li>
	<li>hAudio to RSS2</li>
	<li>hAudio to XSPF</li>
</ul>



<p><a href="http://www.xspf.org/">XSPF</a> (&#8222;spiff&#8220;) steht für <em>XML Shareable Playlist Format</em> und ist ein offener XML-Standard für Playlisten.</p>



<p>Ein weiteres interessantes Feature ist <a href="https://web.archive.org/web/20120513033106/http://weborganics.co.uk:80/hFoaF/">hFoaF</a> welches hCards und <a href="http://microformats.org/wiki/xfn-to-foaf">XFN in FoaF</a> wandelt.</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/2008/05/19/yamt-yet-another-microformats-transformr/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microformats Testsuites</title>
		<link>https://notiz.blog/2008/05/07/microformats-testsuites/</link>
					<comments>https://notiz.blog/2008/05/07/microformats-testsuites/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Wed, 07 May 2008 18:09:47 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Operator]]></category>
		<category><![CDATA[Optimus]]></category>
		<category><![CDATA[Testsuite]]></category>
		<category><![CDATA[ufXtract]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=852</guid>

					<description><![CDATA[In den letzten Tagen wurde in der Microformats-Community viel über das Thema standardisiertes Parsen und einheitliches Darstellen der verschiedenen Mikroformate (hCard im speziellen) diskutiert. Leider gab es bisher keinen einheitlichen &#8222;Microformats-Acid-Tests&#8220; sondern nur vereinzelte (projektspezifische) Seiten um einige Spezialfälle zu testen. Glenn Jones, einer der Macher von ufXtract hat jetzt eine sehr schöne Microformats-Testsuite erstellt, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>In den letzten Tagen wurde in der Microformats-Community viel über das Thema standardisiertes Parsen und einheitliches Darstellen der verschiedenen Mikroformate (<a href="http://microformats.org/wiki/hCard">hCard</a> im speziellen) diskutiert.</p>



<p>Leider gab es bisher keinen einheitlichen &#8222;Microformats-Acid-Tests&#8220; sondern nur <a href="https://web.archive.org/web/20130828214444/http://examples.tobyinkster.co.uk/hcalendar-acid1.html">vereinzelte</a> (projektspezifische) Seiten um einige Spezialfälle zu testen.</p>



<figure class="wp-block-image aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2008/05/microformats-testsuites.jpg" alt="microformats-testsuites.jpg" /></figure>



<p><a href="https://web.archive.org/web/20190405130616/https://glennjones.net/">Glenn Jones</a>, einer der Macher von <a href="https://web.archive.org/web/20121114174332/http://lab.backnetwork.com:80/ufXtract/">ufXtract</a> hat jetzt eine sehr schöne <a href="https://web.archive.org/web/20110922130627/http://www.ufxtract.com/testsuite/">Microformats-Testsuite</a> erstellt, die parser-unabhängig funktionieren soll um eventuelle Interpretationsfehler erkennen und vergleichen zu können.</p>



<h4 class="wp-block-heading">The Testrunner</h4>



<p>Um die Tests so einfach wie möglich zu gestalten, hat Glenn einen einen JavaScript-Testrunner entwickelt (siehe Screenshot). Testen kann man den <em>Runner</em> unter z.B. <a href="https://web.archive.org/web/20080510130400/http://ufxtract.com:80/testsuite/hcard/1.0/hcard1.htm">http://ufxtract.com/testsuite/hcard/1.0/hcard1.htm</a> in dem man einfach <strong>Alt + X</strong> drückt (<strong>CTRL + ALT + X</strong> auf dem Mac).</p>



<p>Hier sei nochmal erwähnt warum es so wichtig ist, dass jeder Parser das gleiche (micro)JSON-Format nutzt:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>Please note that at this stage the JSON standardisation process can cause a test to be marked as failed when it could be judged to have passed. <a href="https://web.archive.org/web/20100328104729/http://www.glennjones.net:80/Post/836/Microformatstest-suiteconcept.htm">#</a></p>
</blockquote>



<p>Nur bei einer gleichen JSON-Struktur kann der Output sinnvoll verglichen werden. Eine erste Version der <abbr title="JSON hCard">jCard</abbr> (danke nochmal an <a href="https://web.archive.org/web/20090211121813/http://lib.omnia-computing.de:80/hcardmapper">Gordon Oheim</a> für sein Engagement) findet man im <a href="http://microformats.org/wiki/jcard">Microformats-Wiki</a>.</p>



<h4 class="wp-block-heading">Testsuite-API</h4>



<p>Wer die Testsuite für seinen eigenen Parser einsetzen will, sollte sich mal die <a href="https://web.archive.org/web/20131230115402/http://www.ufxtract.com:80/proxies/proxy.aspx">Testsuite-API</a> zu Gemüte führen.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>Rather than just build something in isolation I thought it would be nice to find a way to share this work with the community. <a href="https://web.archive.org/web/20100328104729/http://www.glennjones.net:80/Post/836/Microformatstest-suiteconcept.htm">#</a></p>
</blockquote>



<p>Großartige Arbeit!</p>



<p>Interessante Links zu dem Thema:</p>



<ul class="wp-block-list">
	<li><a href="https://web.archive.org/web/20100328104729/http://www.glennjones.net:80/Post/836/Microformatstest-suiteconcept.htm">Microformats test-suite concept</a></li>
	<li><a href="http://groups.google.com/group/microformats/browse_thread/thread/f0e2baa3ace94448">hCalendar Acid Test #1</a></li>
</ul>
<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/2008/05/07/microformats-testsuites/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Optimus für Operator update</title>
		<link>https://notiz.blog/2008/04/11/optimus-fuer-operator-update/</link>
					<comments>https://notiz.blog/2008/04/11/optimus-fuer-operator-update/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Fri, 11 Apr 2008 08:47:20 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Operator]]></category>
		<category><![CDATA[Optimus]]></category>
		<category><![CDATA[User-Script]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=808</guid>

					<description><![CDATA[So, nachdem sich doch einiges bei Optimus[1] und Operator[2] geändert hat, hab ich auch mal mein Optimus User Script auf den neusten Stand gebracht. Änderungen seit der letzten Version: URL von document.commandDispatcher.focusedWindow.document.URL auf semanticObject.node.ownerDocument.URL umgestellt. Support für hAudio und hListing hinzugefügt Den Download findet ihr hier: Optimus User Script [1] Optimus ist ein Microformats-Parser auf [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>So, nachdem sich doch einiges bei <a href="https://notiz.blog/2008/04/10/neue-features-bei-optimus-transformer/">Optimus</a><sup><a href="#sup808-1">[1]</a></sup> und <a href="https://notiz.blog/2008/03/18/operator-09-final/">Operator</a><sup><a href="#sup808-2">[2]</a></sup> geändert hat, hab ich auch mal mein <a href="https://notiz.blog/projects/operator-user-scripts/#optimus">Optimus User Script</a> auf den neusten Stand gebracht.</p>



<p>Änderungen seit der letzten Version:</p>



<ul class="wp-block-list">
	<li>URL von <code>document.commandDispatcher.focusedWindow.document.URL</code> auf <code>semanticObject.node.ownerDocument.URL</code> umgestellt.</li>
	<li>Support für hAudio und hListing hinzugefügt</li>
</ul>



<p>Den Download findet ihr hier: <a href="https://notiz.blog/projects/operator-user-scripts/#optimus">Optimus User Script</a></p>



<p><sup>[1]</sup> <a href="https://notiz.blog/2007/09/19/optimus-der-microformats-transformer/">Optimus</a> ist ein Microformats-Parser auf Basis von <abbr title="XSL Transformation">XSLT</abbr>.<br/>
	<sup>[2]</sup> <a href="https://notiz.blog/2007/01/03/tails-vs-operator/">Operator</a> ist ein Firefox-Addon zum visualisieren und verarbeiten von Microformats.</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/04/11/optimus-fuer-operator-update/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Neue Features bei Optimus Transformer</title>
		<link>https://notiz.blog/2008/04/10/neue-features-bei-optimus-transformer/</link>
					<comments>https://notiz.blog/2008/04/10/neue-features-bei-optimus-transformer/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Thu, 10 Apr 2008 07:15:20 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[hAudio]]></category>
		<category><![CDATA[hListing]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[nested microformats]]></category>
		<category><![CDATA[Optimus]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=805</guid>

					<description><![CDATA[Optimus Transformer hat ne ganze Menge neuer Features spendiert bekommen, unter anderem auch Support für zwei der neueren Microformats hListing und hAudio. Alle neuen Features: support of nested microformats support of multiple includes support of nested includes support of anchor (you can use URL like http://example.com#my-vcard to narrow the target) support of @couldbe attribute (internal [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><a href="https://web.archive.org/web/20071110000502/http://microformatique.com/optimus/">Optimus Transformer</a> hat ne ganze Menge neuer Features spendiert bekommen, unter anderem auch Support für zwei der neueren Microformats <em><a href="http://microformats.org/wiki/hListing">hListing</a></em> und <em><a href="http://microformats.org/wiki/hAudio">hAudio</a></em>.</p>



<p>Alle neuen Features:</p>



<ul class="wp-block-list">
	<li>support of nested microformats</li>
	<li>support of multiple includes</li>
	<li>support of nested includes</li>
	<li>support of anchor (you can use URL like http://example.com#my-vcard to narrow the target)</li>
	<li>support of @couldbe attribute (internal feature, now item in hreview, for example, could be vcard or vevent)</li>
	<li>hfeed now is optional</li>
	<li>support for vcalendar</li>
	<li>fix for text spacing</li>
	<li>fix for empty tags in output</li>
	<li>hListing support</li>
	<li>hAudio support</li>
	<li>general performance improvement</li>
	<li>add RSS as an output format</li>
	<li>rewrite validator from scratch</li>
	<li>better UTF-8 support</li>
</ul>



<p>Das ist mittlerweile ne ganz stattliche Liste an unterstützten Mikroformaten, wenn jetzt nur noch alle <a href="https://notiz.blog/2007/05/24/microformats-parser/">Optimus-Ähnlichen-Services</a> ein einheitliches <a href="https://notiz.blog/2007/12/30/microformats-und-json/"><abbr title="JavaScript Object Notation">JSON</abbr>-Format</a> zurückgeben würden&#8230;</p>



<p>&#8230;und ich sollte mich definitiv mal etwas mehr mit <a href="https://www.w3.org/TR/xslt/all/"><abbr title="XSL Transformation">XSLT</abbr></a> beschäftigen!</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/2008/04/10/neue-features-bei-optimus-transformer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>hCardMapper für WordPress</title>
		<link>https://notiz.blog/2008/04/02/hcardmapper-fuer-wordpress/</link>
					<comments>https://notiz.blog/2008/04/02/hcardmapper-fuer-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Wed, 02 Apr 2008 19:21:51 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[hCardMapper]]></category>
		<category><![CDATA[hKit]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Mikroformate]]></category>
		<category><![CDATA[Optimus]]></category>
		<category><![CDATA[ufExtract]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=791</guid>

					<description><![CDATA[Wie in meinem letzten Post über den hCardMapper beschrieben, war es in der Tat nicht möglich den Microformats-Parser/Proxy ohne weitere Probleme auszutauschen. Die generierten JSON Formate der einzelnen Parser (ufXtract, hKit, mofo) unterscheiden sich an einigen Stellen zu sehr um sie alle gleich behandeln zu können. Soweit zur schlechten Nachricht&#8230; Die gute Nachricht ist, dass [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Wie in meinem letzten <a href="https://notiz.blog/2008/03/28/hcard-mapper/">Post über den hCardMapper</a> beschrieben, war es in der Tat nicht möglich den Microformats-Parser/Proxy ohne weitere Probleme auszutauschen. Die generierten <a href="http://microformats.org/wiki/json">JSON Formate</a> der einzelnen Parser (<a href="https://web.archive.org/web/20121114174332/http://lab.backnetwork.com:80/ufXtract/">ufXtract</a>, <a href="http://microformats.org/wiki/hKit">hKit</a>, <a href="https://web.archive.org/web/20160320131923/http://mofo.rubyforge.org/">mofo</a>) unterscheiden sich an einigen Stellen zu sehr um sie alle gleich behandeln zu können. Soweit zur schlechten Nachricht&#8230;</p>



<p>Die gute Nachricht ist, dass sich <a href="https://about.me/gooh">Gordon Oheim</a> (der Macher des <a href="https://web.archive.org/web/20090211121813/http://lib.omnia-computing.de:80/hcardmapper">hCardMappers</a>) nochmal alle JSON Formate vorgenommen und eine neue Version gebastelt hat:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>v0.94 &#8211; Added better support for JSON returned by Optimus, ufXtract and hKit.</p>
</blockquote>



<p>Der Mapper sollte also mit mofo, Optimus, ufXtract and hKit problemlos funktionieren.</p>



<p>Die nächste tolle Nachricht ist, dass Gordon auch auf einen kleinen Änderungswunsch von mir sofort eingegangen ist, so dass wir euch jetzt eine <em>hCardMapper Edition</em> von dem <a href="https://notiz.blog/projects/wp-hcard-commenting/">WordPress hCard-Commenting Plugin</a> anbieten können :).</p>



<p>Download: <del><a href="https://notiz.blog/wp-content/uploads/2008/04/wp-hcard-mapper.zip">hCardMapper for WordPress v0.1</a></del> <ins><a href="https://wordpress.org/plugins/hcardmapper/">hCardMapper bei WordPress.org</a></ins></p>



<p>Wenn ihr immer die aktuelle Version haben wollt, hier ist der <a href="http://svn.wp-plugins.org/hcard-commenting/branches/">Link zum SVN</a>.</p>



<p>Ich hab das Plugin auch mal auf notizBlog aktiviert und würde mich über euer Feedback freuen. Macht es Sinn über das Admin-Menü zwischen beiden Versionen (hCard-Commenting und hCardMapper-Commenting) zu wechseln?</p>



<p>Ein dickes Danke nochmal an Gordon für seine tolle und schnelle Arbeit&#8230; tolles Script.</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/2008/04/02/hcardmapper-fuer-wordpress/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Optimus Transformer Update</title>
		<link>https://notiz.blog/2008/01/05/optimus-transformer-update/</link>
					<comments>https://notiz.blog/2008/01/05/optimus-transformer-update/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Fri, 04 Jan 2008 23:56:57 +0000</pubDate>
				<category><![CDATA[nur mal kurz]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Optimus]]></category>
		<category><![CDATA[Transformer]]></category>
		<guid isPermaLink="false">http://notizblog.org/2008/01/05/optimus-transformer-update/</guid>

					<description><![CDATA[Es gibt eine neue Version des Microformat Parsers Optimus. Überarbeitet wurde in erster Linie die Debugging-Funktion, welche ein einfaches Debuggen von Microformats ermöglicht. #]]></description>
										<content:encoded><![CDATA[
<p>Es gibt eine neue Version des Microformat Parsers <em><a href="https://web.archive.org/web/20110714085344/http://microformatique.com/optimus/">Optimus</a></em>. Überarbeitet wurde in erster Linie die Debugging-Funktion, welche ein einfaches Debuggen von Microformats ermöglicht. <a href="https://web.archive.org/web/20080317223844/http://microformatique.com/?p=222">#</a></p>
<p>Thanks for reading this post via RSS. RSS is great, and you’re great for using it. ♥️</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/01/05/optimus-transformer-update/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Optimus bei Google Code</title>
		<link>https://notiz.blog/2007/10/16/optimus-bei-google-code/</link>
					<comments>https://notiz.blog/2007/10/16/optimus-bei-google-code/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Tue, 16 Oct 2007 06:38:34 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Mikroformate]]></category>
		<category><![CDATA[Optimus]]></category>
		<category><![CDATA[Transformer]]></category>
		<guid isPermaLink="false">http://notizblog.org/2007/10/16/optimus-bei-google-code/</guid>

					<description><![CDATA[Optimus, der Microformats Transformer ist jetzt Open Source und bei Google Code erhältlich. via microformatique Auch nicht zu vergessen: Optimus für Operator.]]></description>
										<content:encoded><![CDATA[
<p><a href="https://web.archive.org/web/20110714085344/http://microformatique.com/optimus/">Optimus</a>, der Microformats Transformer ist jetzt Open Source und bei <a href="https://web.archive.org/web/20080213151221/http://code.google.com/p/mf-optimus/">Google Code</a> erhältlich.</p>



<p>via <a href="http://microformatique.com/?p=201">microformatique</a></p>



<p>Auch nicht zu vergessen: <a href="https://notiz.blog/2007/10/08/optimus-user-script-for-operator/">Optimus für Operator</a>.</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/2007/10/16/optimus-bei-google-code/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Optimus User Script for Operator</title>
		<link>https://notiz.blog/2007/10/08/optimus-user-script-for-operator/</link>
					<comments>https://notiz.blog/2007/10/08/optimus-user-script-for-operator/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 08 Oct 2007 16:49:57 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Mikroformate]]></category>
		<category><![CDATA[Operator]]></category>
		<category><![CDATA[Optimus]]></category>
		<category><![CDATA[User-Script]]></category>
		<guid isPermaLink="false">http://notizblog.org/2007/10/08/optimus-user-script-for-operator/</guid>

					<description><![CDATA[I wrote a small User Script for the Operator Toolbar (Firefox Plugin to handle Microformats), so you can transform the detected microformats using the Optimus transformer. Optimus supports two kinds of transformations (microformats to jSON or to XML) and a basic microformats validation. The User Script supports the transformations and the validation for the following [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2007/10/htransformer.jpg" alt="optimus transformer"/></figure>



<p>I wrote a small User Script for the <a href="https://web.archive.org/web/20101120155908/http://kaply.com:80/weblog/operator/">Operator Toolbar</a> (Firefox Plugin to handle Microformats), so you can transform the detected microformats using the <a href="https://web.archive.org/web/20110714085344/http://microformatique.com/optimus/">Optimus transformer</a>. Optimus supports two kinds of transformations (microformats to jSON or to XML) and a basic microformats validation.</p>



<p>The User Script supports the transformations and the validation for the following Microformats: <a href="http://microformats.org/wiki/hcard">hCard</a>, <a href="http://microformats.org/wiki/hcal">hCalendar</a>, <a href="http://microformats.org/wiki/adr">adr</a>, <a href="http://microformats.org/wiki/hreview">hReview</a>, <a href="http://microformats.org/wiki/hresume">hResume</a>, <a href="http://microformats.org/wiki/rel-tag">tag</a>, <a href="http://microformats.org/wiki/geo">geo</a>, <a href="http://gmpg.org/xfn/">XFN</a>, <a href="http://microformats.org/wiki/xfolk">xFolk</a>, <a href="http://microformats.org/wiki/rel-license">license</a> and <a href="http://microformats.org/wiki/hatom">hAtom-hFeed</a>.</p>



<p>Download: <del><a href="https://notiz.blog/wp-content/uploads/2007/10/optimus.js">Optimus User Script for Operator</a> V .1</del> <ins><a href="https://notiz.blog/projects/operator-user-scripts/#optimus">Latest Version</a></ins></p>



<p>If you find a bug, please report it through the comments&#8230;</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/10/08/optimus-user-script-for-operator/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Optimus, der Microformats Transformer</title>
		<link>https://notiz.blog/2007/09/19/optimus-der-microformats-transformer/</link>
					<comments>https://notiz.blog/2007/09/19/optimus-der-microformats-transformer/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Wed, 19 Sep 2007 15:39:26 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Mikroformate]]></category>
		<category><![CDATA[Optimus]]></category>
		<guid isPermaLink="false">http://notizblog.org/2007/09/19/optimus-der-microformats-transformer/</guid>

					<description><![CDATA[Optimus ist ein Script zum Umwandeln von nahezu allen Microformats in JSON oder XML. Es wäre ganz schick den JSON output an die microJSON Formate anzupassen oder umgekehrt, um eine standardisierte Verarbeitung zu ermöglichen.]]></description>
										<content:encoded><![CDATA[
<p><a href="https://web.archive.org/web/20110714085344/http://microformatique.com/optimus/">Optimus</a> ist ein Script zum Umwandeln von nahezu allen Microformats in <a href="http://www.json.org/">JSON</a> oder XML. Es wäre ganz schick den JSON output an die <a href="https://web.archive.org/web/20071213004055/http://microjson.org/">microJSON</a> Formate anzupassen oder umgekehrt, um eine standardisierte Verarbeitung zu ermöglichen.</p>
<p>RSS readers like you are the unsung heroes of the internet. Keep up the good work!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2007/09/19/optimus-der-microformats-transformer/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
