Download & Extend

An item should not include both source and dc:source according to feedvalidator.org

Project:Aggregator2
Version:master
Component:Code
Category:bug report
Priority:normal
Assigned:ahwayakchih
Status:active

Issue Summary

I noticed that some RSS parsers had problems with feeds from aggregator2 and after checking with feedvalidator.org I comment out the two 'key' => 'dc:source' parts in aggregator2_nodeapi and got things working without errors.

I have no option on which of source and dc:source should go.

Comments

#1

Assigned to:Anonymous» ahwayakchih

Hmm so those parsers are bad :(
Unless it's just because we don't add dc namespace description? We would need to modify how Drupal (or node.module) generates feeds (it doesn't allow to override things like "link", "title" and "description". BTW if we could override "link" i could make option in agg2 to allow override it with dc:source link :).

Thing is they both can be useful. dc:source seems to be used for direct link to article's page (well it can be anything according to Dublin Core specs, but i saw some examples on various blos - people seem to agree about link to article's page), while RSS source seems to be used for link to RSS feed (according to spec it should point to "xmlfied source of article", so i guess that means RSS feed? :).

nobody click here