| 1 |
$Id: README.txt,v 1.1 2008/03/04 23:54:46 alexj Exp $
|
| 2 |
Drupal revision_rss Overview
|
| 3 |
------------------------------------------------------------------------------
|
| 4 |
This module generates an RSS feed for node revisions. This allows users to
|
| 5 |
subscribe to updates on individual nodes. This functionality is particularly
|
| 6 |
useful for tracking changes to collaboratively developed content on auto-
|
| 7 |
revisioning node types.
|
| 8 |
|
| 9 |
This module allows administrators to customize which node types will have feeds
|
| 10 |
generated for them, and which roles have permissions to view those feeds. The
|
| 11 |
number of items per feed is taken from Drupal's internal RSS Publishing
|
| 12 |
settings, but preferences about teasers and node full text are ignored; the
|
| 13 |
revisions feed only contains node title, revision date and revision author.
|
| 14 |
|
| 15 |
|
| 16 |
Installation
|
| 17 |
------------------------------------------------------------------------------
|
| 18 |
- Copy the module files to modules/
|
| 19 |
- Enable the module on the Drupal admin page.
|
| 20 |
- The node types to generate feeds for can be controlled on the "Revision RSS
|
| 21 |
publishing" tab of the "RSS publishing" page (admin/content/rss-publishing)
|
| 22 |
|
| 23 |
|
| 24 |
Credits / Contact
|
| 25 |
------------------------------------------------------------------------------
|
| 26 |
This module was created by Alex Jarvis (alexj[at]grrl.lib.mn.us), sponsored by
|
| 27 |
the Great River Regional Library (http://www.griver.org).
|
| 28 |
|
| 29 |
Thanks to the developers of the Comment RSS (http://drupal.org/project/commentrss)
|
| 30 |
module for inspiration.
|