<?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"
	>
<channel>
	<title>Comments on: Folksonomies in WordPress</title>
	<atom:link href="http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/</link>
	<description>ce n'est pas la connaissance.</description>
	<pubDate>Fri, 10 Oct 2008 22:16:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: taxonomy versus folksonomy at meta BLOG</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-150049</link>
		<dc:creator>taxonomy versus folksonomy at meta BLOG</dc:creator>
		<pubDate>Mon, 10 Dec 2007 19:39:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-150049</guid>
		<description>[...] away from categories towards tags, but he has really just substituted one taxonomy for another. This Wordpress &#8220;folksonomy&#8221; plugin (now deprecated) did much the same thing. Presently there is no true implementation of a folksonomy [...]</description>
		<content:encoded><![CDATA[<p>[...] away from categories towards tags, but he has really just substituted one taxonomy for another. This Wordpress &#8220;folksonomy&#8221; plugin (now deprecated) did much the same thing. Presently there is no true implementation of a folksonomy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soulsoup &#187; Interesting Wordpress plugins e-learning bl</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80162</link>
		<dc:creator>soulsoup &#187; Interesting Wordpress plugins e-learning bl</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80162</guid>
		<description>[...] Dâ€™Arcy Norman pointed out 2 new (new to me!) Wordpress Plugin. [...]</description>
		<content:encoded><![CDATA[<p>[...] Dâ€™Arcy Norman pointed out 2 new (new to me!) Wordpress Plugin. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80163</link>
		<dc:creator>N</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80163</guid>
		<description>Can you please post the PHP source you use for that page? (archives).  ta!</description>
		<content:encoded><![CDATA[<p>Can you please post the PHP source you use for that page? (archives).  ta!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80164</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80164</guid>
		<description>Sure... I use a custom plugin hacked together from a couple of others I found to get the "this weblog has..." stats, then I use WP-Heat-Map for the tag and date clouds.  The code on my archives.php page looks like this:

&lt;code&gt;
&#60;p&#62;This weblog has &#60;?php dndn_post_count(); ?&#62; posts in &#60;?php dndn_category_count(true); ?&#62; categories, with &#60;?php dndn_comments_count(); ?&#62; comments.&#60;/p&#62;

&#60;h2&#62;Tag Cloud:&#60;/h2&#62;
&#60;?php heatmap_categories(10, 36, 'pt', '00f', 'f00', '', '', ''); ?&#62;

&#60;h2&#62;Date Cloud:&#60;/h2&#62;
&#60;?php heatmap_archives(10, 36, 'pt', '00f', 'f00', '', '', ''); ?&#62;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sure&#8230; I use a custom plugin hacked together from a couple of others I found to get the &#8220;this weblog has&#8230;&#8221; stats, then I use WP-Heat-Map for the tag and date clouds.  The code on my archives.php page looks like this:</p>
<p><code><br />
&lt;p&gt;This weblog has &lt;?php dndn_post_count(); ?&gt; posts in &lt;?php dndn_category_count(true); ?&gt; categories, with &lt;?php dndn_comments_count(); ?&gt; comments.&lt;/p&gt;</p>
<p>&lt;h2&gt;Tag Cloud:&lt;/h2&gt;<br />
&lt;?php heatmap_categories(10, 36, 'pt', '00f', 'f00', '', '', ''); ?&gt;</p>
<p>&lt;h2&gt;Date Cloud:&lt;/h2&gt;<br />
&lt;?php heatmap_archives(10, 36, 'pt', '00f', 'f00', '', '', ''); ?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80165</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80165</guid>
		<description>oops. The php source got stripped out of the previous comment. I've re-added it, but the update didn't get sent via email update.</description>
		<content:encoded><![CDATA[<p>oops. The php source got stripped out of the previous comment. I&#8217;ve re-added it, but the update didn&#8217;t get sent via email update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80166</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80166</guid>
		<description>I used to use cat2tag but now I like &lt;a href="http://vapourtrails.ca/wp-keywords"&gt;Jerome's keywords plugin&lt;/a&gt;, though I can't remember why :) . It'll create tag clouds and generate links to flickr, del.icio.us, and technorati.</description>
		<content:encoded><![CDATA[<p>I used to use cat2tag but now I like <a href="http://vapourtrails.ca/wp-keywords">Jerome&#8217;s keywords plugin</a>, though I can&#8217;t remember why <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . It&#8217;ll create tag clouds and generate links to flickr, del.icio.us, and technorati.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80167</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80167</guid>
		<description>Jerome's Keywords uses a separate table for tags, so they're not shared with the native categories... That's the same method my previous plugin (Bunny's Technorati Tags) uses... I'm really liking the integration with Categories, since it means I'm not married to the tag plugin - if I switch to something else, or stop using it altogether, my tags are still there (and usable) as categories.</description>
		<content:encoded><![CDATA[<p>Jerome&#8217;s Keywords uses a separate table for tags, so they&#8217;re not shared with the native categories&#8230; That&#8217;s the same method my previous plugin (Bunny&#8217;s Technorati Tags) uses&#8230; I&#8217;m really liking the integration with Categories, since it means I&#8217;m not married to the tag plugin - if I switch to something else, or stop using it altogether, my tags are still there (and usable) as categories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80168</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80168</guid>
		<description>oh, and I guess I'm not a huge fan of the auto-link-creator utilities... If I want to link to Flickr or del.icio.us, I will. If someone wants to search for a tag, they will. But, I won't assume that the link is necessary or even wanted every single time. :-)</description>
		<content:encoded><![CDATA[<p>oh, and I guess I&#8217;m not a huge fan of the auto-link-creator utilities&#8230; If I want to link to Flickr or del.icio.us, I will. If someone wants to search for a tag, they will. But, I won&#8217;t assume that the link is necessary or even wanted every single time. <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80169</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80169</guid>
		<description>I understand about the categories v. tags and being locked in to one system. I decided against cat2tag's creating categories on the fly when I realized I was going to have a lot of categories, and I didn't want to have to scroll to find my categories if I abandoned it. So I basically abandoned categories.

The auto-link feature is optional with Jerome's plugin. It defaults to your local tag cosmos but can add the other links if you choose.

Isn't this the greatest thing about free software? Choice!</description>
		<content:encoded><![CDATA[<p>I understand about the categories v. tags and being locked in to one system. I decided against cat2tag&#8217;s creating categories on the fly when I realized I was going to have a lot of categories, and I didn&#8217;t want to have to scroll to find my categories if I abandoned it. So I basically abandoned categories.</p>
<p>The auto-link feature is optional with Jerome&#8217;s plugin. It defaults to your local tag cosmos but can add the other links if you choose.</p>
<p>Isn&#8217;t this the greatest thing about free software? Choice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/09/13/folksonomies-in-wordpress/#comment-80170</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-80170</guid>
		<description>Yeah, good points, Todd. And you're right about free software and choice - I am so totally digging WordPress because of the community and options! :-)</description>
		<content:encoded><![CDATA[<p>Yeah, good points, Todd. And you&#8217;re right about free software and choice - I am so totally digging WordPress because of the community and options! <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
