<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Bill,<br>
<br>
One of the additions to agg2 I've made so far is a
aggregator2_enclosure module.&nbsp; Since podcasts include an
&lt;enclosure&gt; or &lt;link rel="enclosure"&gt; in each RSS/Atom
item, I made agg2_enclosure.module check the mime_type of the enclosure
and either create an audio/video node depending on the type and they
have a relational table linking them to the agg2_item. I probably
should have used the node relativity module but just thought it'd be
easier to do it myself, but integration with another module of that
would allow for "linking" with the agg2_item which would allow
cascading deletes using hook_nodeapi, etc.&nbsp; My module is not nearly
dynamic as it should be but could be a starting point.<br>
<br>
I assume you know that agg2 items come in as "nodes" of type
aggregator2_item.&nbsp; What kind of functionality did you have planned to
import nodes from feeds?<br>
<br>
Sometime this week I'll be posting all this work to my sandbox (robroy)
and will post here once I have done so.<br>
<pre class="moz-signature" cols="72">Rob Roy Barreca
Electronic Insight Corporation
12526 High Bluff Drive, Suite 300
San Diego, CA 92130
<a class="moz-txt-link-freetext" href="http://www.electronicinsight.com">http://www.electronicinsight.com</a>
<a class="moz-txt-link-abbreviated" href="mailto:rob@electronicinsight.com">rob@electronicinsight.com</a>
</pre>
<br>
Bill Fitzgerald wrote:
<blockquote cite="mid44546E27.1080400@funnymonkey.com" type="cite">Hello,
Rob, <br>
  <br>
I saw this post on the Drupal development list, and I was curious
because we were just about to start adding some functionality into agg2
-- literally, we are going to start coding on Monday -- some of the
finctionality we are planning on adding includes the ability to import
feeds as nodes -- basically, we are looking to develop some
functionality within agg2 that allows people to move content between
sites using rss feeds. We are planning on releasing all code we develop
back to the community. <br>
  <br>
In the interest of not duplicating effort, would you be willing to talk
about the functionality you added? If we are working on adding
functionalithy that is similar/comparable, would you want to have a
conversation about how we can help each other out? <br>
  <br>
Thanks, <br>
  <br>
Bill
</blockquote>
<br>
<br>
Rob Barreca wrote:
<blockquote cite="mid44545E05.8010103@electronicinsight.com" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <tt>I was thinking the same thing.&nbsp; Great idea on centralizing feed
parsing.&nbsp; I'm really excited about some additions I've made to
aggregator2 and tagadelic and I'll be sharing those soon.<br>
  </tt>
  <pre class="moz-signature" cols="72">Rob Roy Barreca
Electronic Insight Corporation
12526 High Bluff Drive, Suite 300
San Diego, CA 92130
<a class="moz-txt-link-freetext" href="http://www.electronicinsight.com">http://www.electronicinsight.com</a>
<a class="moz-txt-link-abbreviated"
 href="mailto:rob@electronicinsight.com">rob@electronicinsight.com</a>
  </pre>
  <br>
  <br>
B&egrave;r Kessels wrote:
  <blockquote cite="mid200604300842.25479.ber@webschuur.com" type="cite">
    <pre wrap="">Op woensdag 26 april 2006 19:31, schreef Boris Mann:
  </pre>
    <blockquote type="cite">
      <pre wrap="">username "budda" was doing a new project -- check cvs.drupal.org for &nbsp;
aggregator_node or something like that. It uses the core aggregator &nbsp;
to manage all feeds etc., and then just links them to node types. &nbsp;
It's an interesting approach.
    </pre>
    </blockquote>
    <pre wrap=""><!---->
There is also *still* node aggregator. It works for 4.6 and we are getting it 
ready for 4.7. 
Budda and I decided to team up and develop a central, general 
feedparser.module API. 

I would love to see more people involved, because we would like to make this 
THE central feed parsing library over time.
 
<a class="moz-txt-link-freetext"
 href="http://cvs.drupal.org/viewcvs/drupal/contributions/modules/feedparser/feedparser.module?rev=1.3&amp;view=markup">http://cvs.drupal.org/viewcvs/drupal/contributions/modules/feedparser/feedparser.module?rev=1.3&amp;view=markup</a> 

B&egrave;r

  </pre>
  </blockquote>
</blockquote>
</body>
</html>