I'm trying to modify what Aggregator.module stores when it parses a feed.
Using the example below, aggregator takes the
<title type="html"> Council suffers from lack of expertise on complex subjects
</title>
and uses that with
<link rel="alternate" href="http://www.miami.com/mld/mercurynews/news/opinion/15319005.htm?source=rss&channel=mercurynews_opinion" type="text/html"/>
as the headline and link combination.
<summary ... type="html"> <code>
is stored as the summary text of the feed.
I want to save the
<code><title type="text">Opinion -- MercuryNews.com</title>
and display it below the headline and before the summary text. Since I don't care to change the database schema, I'd would be willing to just add the line to the front of the summary or, failing that, append the line to the end of the summary.
In any event, I've been unable to figure out the relationship between aggregator.module and xmlrpc.inc and whatever else is involved.
I've tried aggregator2 (couldn't get it to add items to a list once it was started) and leech (couldn't get that to work at all).
Any help modifying aggregator would be greatly appreciated.
tag:google.com,2005:reader/item/55c76870031fbcfe