<?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/"
		>
<channel>
	<title>Comments on: Drupal + Aggregator2 isn&#8217;t quite EduGlu</title>
	<atom:link href="http://www.darcynorman.net/2006/02/27/drupal-aggregator2-isnt-quite-eduglu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net/2006/02/27/drupal-aggregator2-isnt-quite-eduglu/</link>
	<description>apparently much happier in person</description>
	<lastBuildDate>Sun, 08 Nov 2009 01:39:21 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Phil Wilson</title>
		<link>http://www.darcynorman.net/2006/02/27/drupal-aggregator2-isnt-quite-eduglu/#comment-81485</link>
		<dc:creator>Phil Wilson</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">498760509#comment-81485</guid>
		<description>Slightly OT, but I have to object to Boris - del.icio.us does not get categories wrong. It uses RSS 1.0 and uses dc:subject in a perfectly acceptable manner, and which I&#039;ve also seen used in RSS 0.91, RSS 2.0 and Atom feeds.</description>
		<content:encoded><![CDATA[<p>Slightly OT, but I have to object to Boris &#8211; del.icio.us does not get categories wrong. It uses RSS 1.0 and uses dc:subject in a perfectly acceptable manner, and which I&#8217;ve also seen used in RSS 0.91, RSS 2.0 and Atom feeds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo McFetridge</title>
		<link>http://www.darcynorman.net/2006/02/27/drupal-aggregator2-isnt-quite-eduglu/#comment-81486</link>
		<dc:creator>Jo McFetridge</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">498760509#comment-81486</guid>
		<description>Thanks for this post D&#039;Arcy.. very helpful!  I have been dying for this type of functionality in Drupal for awhile now and it&#039;s great to be able to read what other education tech geeks are doing with it.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for this post D&#8217;Arcy.. very helpful!  I have been dying for this type of functionality in Drupal for awhile now and it&#8217;s great to be able to read what other education tech geeks are doing with it.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo McFetridge</title>
		<link>http://www.darcynorman.net/2006/02/27/drupal-aggregator2-isnt-quite-eduglu/#comment-81487</link>
		<dc:creator>Jo McFetridge</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">498760509#comment-81487</guid>
		<description>geek being a compliment, that is :P</description>
		<content:encoded><![CDATA[<p>geek being a compliment, that is <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2006/02/27/drupal-aggregator2-isnt-quite-eduglu/#comment-81488</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">498760509#comment-81488</guid>
		<description>taken as a complement... It&#039;s in the subtitle of the blog, after all... :-)</description>
		<content:encoded><![CDATA[<p>taken as a complement&#8230; It&#8217;s in the subtitle of the blog, after all&#8230; <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Mann</title>
		<link>http://www.darcynorman.net/2006/02/27/drupal-aggregator2-isnt-quite-eduglu/#comment-81489</link>
		<dc:creator>Boris Mann</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">498760509#comment-81489</guid>
		<description>Agg2 reads categories correctly for feeds that properly use RSS 2.0 categories. Del.icio.us in particular fscks this up pretty badly. You could add some code to Agg2 that dedicated the upstream URL (e.g. http://www.flickr.com/xxx, http://del.icio.us/xxx) and made corrections.

What you want next of course is solutions for categorizing/viewing/rating a ton of content...it comes in as native Drupal content, so you use traditional &quot;node&quot; techniques to work with them. One of the voting/rating APIs would be interesting. I would also NOT promote all content, but rather let people rate/promote to show the stuff that is valuable for everyone. Yes, this is like building your own digg -- see the vote_up_down module for some ideas: http://cvs.drupal.org/viewcvs/drupal/contributions/modules/vote_up_down/

And no, it&#039;s not quite EduGlu, but it&#039;s pretty damn good for out of the box functionality. Some UI work and work on filtering mechanisms and it might be interesting.</description>
		<content:encoded><![CDATA[<p>Agg2 reads categories correctly for feeds that properly use RSS 2.0 categories. Del.icio.us in particular fscks this up pretty badly. You could add some code to Agg2 that dedicated the upstream URL (e.g. <a href="http://www.flickr.com/xxx" rel="nofollow">http://www.flickr.com/xxx</a>, <a href="http://del.icio.us/xxx)" rel="nofollow">http://del.icio.us/xxx)</a> and made corrections.</p>
<p>What you want next of course is solutions for categorizing/viewing/rating a ton of content&#8230;it comes in as native Drupal content, so you use traditional &#8220;node&#8221; techniques to work with them. One of the voting/rating APIs would be interesting. I would also NOT promote all content, but rather let people rate/promote to show the stuff that is valuable for everyone. Yes, this is like building your own digg &#8212; see the vote_up_down module for some ideas: <a href="http://cvs.drupal.org/viewcvs/drupal/contributions/modules/vote_up_down/" rel="nofollow">http://cvs.drupal.org/viewcvs/drupal/contributions/modules/vote_up_down/</a></p>
<p>And no, it&#8217;s not quite EduGlu, but it&#8217;s pretty damn good for out of the box functionality. Some UI work and work on filtering mechanisms and it might be interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travischristopher</title>
		<link>http://www.darcynorman.net/2006/02/27/drupal-aggregator2-isnt-quite-eduglu/#comment-81490</link>
		<dc:creator>travischristopher</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">498760509#comment-81490</guid>
		<description>Great to hear that you think Drupal could be tweaked for your EduGlu initiative. I would suggest doing development in 4.7. There has been many performance enhancements under the hood since 4.6. As far as enterprise level performance have you checked out  the notes from the Enterprise-wide session at the recent DrupalCon? 
http://drupal.org/node/49717 Many of these issues will undoubtedly be dealt with by 4.8</description>
		<content:encoded><![CDATA[<p>Great to hear that you think Drupal could be tweaked for your EduGlu initiative. I would suggest doing development in 4.7. There has been many performance enhancements under the hood since 4.6. As far as enterprise level performance have you checked out  the notes from the Enterprise-wide session at the recent DrupalCon?<br />
<a href="http://drupal.org/node/49717" rel="nofollow">http://drupal.org/node/49717</a> Many of these issues will undoubtedly be dealt with by 4.8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2006/02/27/drupal-aggregator2-isnt-quite-eduglu/#comment-81491</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">498760509#comment-81491</guid>
		<description>Boris - I was thinking the same thing. Playing with the Drupal/Agg2 mockup, I said &quot;Damn! That&#039;s exactly how that should work!&quot; several times. It&#039;s close - just needs some more flexible views on the data. Cool!

Travis: I used 4.6 only because that&#039;s what the Agg2 plugn was rated for. I&#039;m using 4.7.beta4 on a few projects and am comparitively loving the hell out of it. The caching etc. will really help as well.</description>
		<content:encoded><![CDATA[<p>Boris &#8211; I was thinking the same thing. Playing with the Drupal/Agg2 mockup, I said &#8220;Damn! That&#8217;s exactly how that should work!&#8221; several times. It&#8217;s close &#8211; just needs some more flexible views on the data. Cool!</p>
<p>Travis: I used 4.6 only because that&#8217;s what the Agg2 plugn was rated for. I&#8217;m using 4.7.beta4 on a few projects and am comparitively loving the hell out of it. The caching etc. will really help as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travischristopher</title>
		<link>http://www.darcynorman.net/2006/02/27/drupal-aggregator2-isnt-quite-eduglu/#comment-81492</link>
		<dc:creator>travischristopher</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">498760509#comment-81492</guid>
		<description>Have you tried out the views module yet? Great stuff but not really 4.6 friendly... I wonder how close Agg2 is to being ported to 4.7</description>
		<content:encoded><![CDATA[<p>Have you tried out the views module yet? Great stuff but not really 4.6 friendly&#8230; I wonder how close Agg2 is to being ported to 4.7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2006/02/27/drupal-aggregator2-isnt-quite-eduglu/#comment-81493</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">498760509#comment-81493</guid>
		<description>Haven&#039;t tried the Views module (yet) - the project description sounds juicy. I&#039;ll try installing Agg2 on 4.7B4 with Views to see what blows up. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t tried the Views module (yet) &#8211; the project description sounds juicy. I&#8217;ll try installing Agg2 on 4.7B4 with Views to see what blows up. Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Mann</title>
		<link>http://www.darcynorman.net/2006/02/27/drupal-aggregator2-isnt-quite-eduglu/#comment-81494</link>
		<dc:creator>Boris Mann</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">498760509#comment-81494</guid>
		<description>Agg2 is not ported at all AFAIK.

I have a long wish list of items of &quot;doing Agg2 right&quot;. We&#039;ll see if some funding crawls out of the woodwork somewhere.

Oh, and I forgot about the personal aggregator/syndicator/blog reader that Prometheus6 is working on (just on his own site, not on Drupal.org). See http://code.prometheus6.org/node/67</description>
		<content:encoded><![CDATA[<p>Agg2 is not ported at all AFAIK.</p>
<p>I have a long wish list of items of &#8220;doing Agg2 right&#8221;. We&#8217;ll see if some funding crawls out of the woodwork somewhere.</p>
<p>Oh, and I forgot about the personal aggregator/syndicator/blog reader that Prometheus6 is working on (just on his own site, not on Drupal.org). See <a href="http://code.prometheus6.org/node/67" rel="nofollow">http://code.prometheus6.org/node/67</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
