Hi there, thanks for this module.

I've added feed support, patch is attached.

CommentFileSizeAuthor
feeds.patch1.97 KBmilianw
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

NancyDru’s picture

Thanks for the patch. Could you please give me some verbiage to describe what it does and how to use it? I'll add that to the documentation. Also, please set the "Assigned" field to yourself.

milianw’s picture

Assigned: Unassigned » milianw

What it does:

It populates a feed for the selected node type. Take this for example:

node/type/foobar

Show x contents of type "foobar". Now how can I - as a user - get notified when a new content gets published? Easiest way are feeds, i.e. RSS etc. (see default node/ path and click the feed icon at the bottom of the page). My patch adds this icon, which links to node/type/foobar/feed. There you get the RSS.

If you don't know RSS or feeds in general, I recommend http://en.wikipedia.org/wiki/Data_feed

How to use it: Well, you don't have to do anything. Its there by default. Which is good since node/feed exists by default as well.

NancyDru’s picture

Thanks. No I don't know much about RSS or feeds. It looks like you made this easy.

milianw’s picture

So, anything left to do? Or can the code be integrated into head?

NancyDru’s picture

I didn't get to test it this weekend because I had other things to do away from the computer. I hope to do my testing tonight or tomorrow.

BTW, can this be back-ported to 5.x?

NancyDru’s picture

Status: Needs review » Fixed

Committed.

BTW, check the project page.

NancyDru’s picture

Status: Fixed » Closed (fixed)