<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:source="http://source.scripting.com/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"

	>
<channel>
	<title>
	Kommentare zu: Mozilla Jetpack (und Microformats)	</title>
	<atom:link href="https://notiz.blog/2009/06/05/mozilla-jetpack-und-microformats/feed/" rel="self" type="application/rss+xml" />
	<link>https://notiz.blog/2009/06/05/mozilla-jetpack-und-microformats/</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, 31 Jan 2023 08:01:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<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/2009/06/05/mozilla-jetpack-und-microformats/feed/"/>
	<item>
		<title>
		Von: Matthias Pfefferle		</title>
		<link>https://notiz.blog/2009/06/05/mozilla-jetpack-und-microformats/#comment-36592</link>

		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Fri, 05 Jun 2009 10:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1627#comment-36592</guid>

					<description><![CDATA[So, das sollte auch unter Linux funktionieren:

&lt;pre&gt;Components.utils.import(&quot;resource://gre/modules/Microformats.js&quot;);

jetpack.statusBar.append({
  html: &#039;&#060;img src=&quot;http://microformats.org/favicon.ico&quot;&#062;
           hCards: &#060;span id=&quot;hcard-count&quot;&#062;0&#060;/span&#062;&#039;,
  onReady: function(jetpackWidget) {
    function counthCard(){
      //load HTML
      var doc = jetpack.tabs.focused.contentDocument;
      // count microformats
      var uFcount = Microformats.count(&#039;hCard&#039;, doc);
      if (uFcount &gt; 0) {
       $(jetpackWidget).find(&#039;#hcard-count&#039;).html(uFcount);
      }
    }
    jetpack.tabs.onFocus(counthCard);
  }
});&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>So, das sollte auch unter Linux funktionieren:</p>
<pre>Components.utils.import("resource://gre/modules/Microformats.js");

jetpack.statusBar.append({
  html: '&lt;img src="http://microformats.org/favicon.ico"&gt;
           hCards: &lt;span id="hcard-count"&gt;0&lt;/span&gt;',
  onReady: function(jetpackWidget) {
    function counthCard(){
      //load HTML
      var doc = jetpack.tabs.focused.contentDocument;
      // count microformats
      var uFcount = Microformats.count('hCard', doc);
      if (uFcount > 0) {
       $(jetpackWidget).find('#hcard-count').html(uFcount);
      }
    }
    jetpack.tabs.onFocus(counthCard);
  }
});</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: snirgel		</title>
		<link>https://notiz.blog/2009/06/05/mozilla-jetpack-und-microformats/#comment-36587</link>

		<dc:creator><![CDATA[snirgel]]></dc:creator>
		<pubDate>Fri, 05 Jun 2009 07:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1627#comment-36587</guid>

					<description><![CDATA[nice nice, auch wenn dein feature unter linux nicht zu gehn scheint und generell ein wenig oft aufpopt :)]]></description>
			<content:encoded><![CDATA[<p>nice nice, auch wenn dein feature unter linux nicht zu gehn scheint und generell ein wenig oft aufpopt 🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
