Forums / Developer / New datatype RSS import

New datatype RSS import

Author Message

Xavier Dutoit

Friday 26 January 2007 8:25:07 am

This is the place to discuss about this new datatype : http://ez.no/community/contribs/datatypes/rss_import

The RSS imports definition are handled outside of the standard content system (nodes, objects...). This datatype allows you to manage your rss feeds imports directly from within a regular content object.

It's just a more user friendly interface, all the work is still done by the standard RSS import interface

We needed to manage a news section, with lots of different news sources, each of them with a rss feed automatically adding news items (and stored as children of that source).

Doing that with the current interface is a real pain :
1) create the node of class link (source) under the right category in the news section,
2) go to rss menu,
3) create a new rss import with the same name than the link you just created
4) change the type of the content class for the news item class (no way I want to create folders, as offered by default)
5) set the right attributes for that class,
6) browse the destination node to pick up the link you just created
7) find again the url of the rss you had on your clipboard at 1), but since you had too many manipulations in the meantime, you lost it
8) Save the rss import

With the new rssfeed datatype added on the link class as a new attribute, you just put the rss address at the same time than you create the link object and that's it.
It creates the import in the background (points 2 to 8).

http://www.sydesy.com

Xavier Dutoit

Friday 26 January 2007 8:27:51 am

Please provides me feed-back if you've tested it on a 3.9

Please tell me if the doc is clear enough.

X+

http://www.sydesy.com

Paul Wilson

Tuesday 20 February 2007 2:16:02 pm

Hi Xavier,

I tried on 3.9.0, but no success yet. Extension enabled, cache cleared, but the datatype does not appear.

I suggest that it would be easier to have a zip file for download rather than pubsvn link.

Also, when downloading files from pubzvn, one file downloads as .htm rather than .tpl. Perhaps this happened because I was downloading manually. Anyway, it was the file:

rssfeed\design\standard\templates\content\datatype\view\ezrssfeed

Hope this helps

Regards

- Paul

EDIT/UPDATE: I sorted it out. Yes, this extension seems to work properly in EZ 3.9.0. More feedback to follow.