Closed (works as designed)
Project:
SimpleFeed
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2007 at 23:47 UTC
Updated:
27 May 2007 at 02:16 UTC
While I can comprehend the use of nodes as a shortcut for meta-data like expiration times and so forth, "describing" a feed isn't entirely useful - thus, requiring the Body element is a pain in the ass (just what do you put in there when you've got 320 feeds to import? Which, I do.). Similarly, I'm not entirely enthused that the title of the node won't represent the title of the feed - I don't see why I have to manually update the title when the feed provides that (and the description too) for me automatically (this is also a failing of aggregator.module).
Comments
Comment #1
m3avrck commentedThose are exceptions. You can easily use hook_form_alter() and token module to remove the requirement and automatically set node titles.