| 1 |
$Id$ |
$Id: README.txt,v 1.1 2006/02/01 07:11:27 webgeer Exp $ |
| 2 |
|
|
| 3 |
Description |
Description |
| 4 |
----------- |
----------- |
| 5 |
|
|
| 6 |
The AdminRSS module creates RSS feeds for the administrative information for drupal website. |
The AdminRSS module creates RSS feeds for the administrative information |
| 7 |
These are protected with a key that can be set in admin/settings/adminrss page. |
of a drupal website. These are protected with a key string that can be set at |
| 8 |
|
the "admin/settings/adminrss" page. |
| 9 |
|
|
| 10 |
The resulting pages can then be read at: |
The resulting pages can then be fetchrd at: |
| 11 |
adminrss/node/keystring - RSS feed for unapproved nodes |
adminrss/node/keystring - RSS feed for unapproved nodes |
| 12 |
adminrss/comment/keystring - RSS feed for unapproved comments |
adminrss/comment/keystring - RSS feed for unapproved comments |
|
|
|
|
|
|
|
|
|
| 13 |
|
|
| 14 |
Installation |
Installation |
| 15 |
------------ |
------------ |
| 16 |
|
|
| 17 |
1) copy the adminrss directory into the modules directory |
1) copy the adminrss directory into the sites/all/modules directory |
| 18 |
|
2) enable the 'adminrss module' in drupal |
| 19 |
2) enable the 'gmap module' in drupal |
3) go to admin/settings/adminrss to set a keystring and the feed links |
|
|
|
|
3) edit admin/settings/adminrss to set a keystring |
|
|
|
|
| 20 |
4) configure your rss reader to read the appropriate page |
4) configure your rss reader to read the appropriate page |
| 21 |
|
|
|
|
|
|
|
|
|
To do |
|
|
----- |
|
|
|
|
|
- Add a feed for the watchdog notices |
|
|
|
|
| 22 |
Credit |
Credit |
| 23 |
------ |
------ |
| 24 |
|
|
| 27 |
http://www.webgeer.com/James |
http://www.webgeer.com/James |
| 28 |
|
|
| 29 |
Thanks to Fredrik Jonsson and Gabor Hojtsy for their modules adminblock and |
Thanks to Fredrik Jonsson and Gabor Hojtsy for their modules adminblock and |
| 30 |
commentrss which were heavily used to |
commentrss which were heavily used to. |
| 31 |
|
|
| 32 |
History |
History |
| 33 |
------- |
------- |
| 34 |
|
|
| 35 |
2005-01-30 |
2007-01-16 Port for Drupal 5 (osinet), |
| 36 |
- initial development |
New format for the comment feed. |
| 37 |
|
Direct links to feeds added in settings. |
| 38 |
|
Install/uninstall procedures |
| 39 |
|
2006-01-30 Port for Drupal 4.7 |
| 40 |
|
2005-01-30 Initial development for Drupal 4.6 |