| 1 |
Description
|
| 2 |
------
|
| 3 |
|
| 4 |
Syndication.module offers a web page which centralizes all of the RSS feeds
|
| 5 |
generated by Drupal. This helps users find interesting feeds from your web site.
|
| 6 |
|
| 7 |
Currently, the syndication page helps visitors find the following feeds:
|
| 8 |
- the blog feed of any user or all users
|
| 9 |
- node feeds for taxonomy terms
|
| 10 |
- a directory of all feeds being consumed by the aggregator.module
|
| 11 |
|
| 12 |
Also, modules may insert their own boxes onto this page using the 'syndication' hook. See Help for details
|
| 13 |
|
| 14 |
Feel free to improve this module and upload patches. I am also looking for a new maintainer.
|
| 15 |
|
| 16 |
Installation
|
| 17 |
------------
|
| 18 |
|
| 19 |
1. Copy the syndication.module to the Drupal modules directory. Drupal should
|
| 20 |
automatically detect it. Then enable the module in Admin -> Site Configuration -> Modules
|
| 21 |
|
| 22 |
2. Browse to Admin -> Blocks and enable the Syndication (more) block. You'll also want
|
| 23 |
to disable the plain Syndication block offerred by node.module.
|
| 24 |
|
| 25 |
3. Visit the admin/settings/syndication page and choose which vocabularies (if any) you want to highlight on the syndication page.
|
| 26 |
|
| 27 |
To see your new Syndication page, follow the 'more' link which appears in the Block, or browse to q=syndication.
|
| 28 |
|
| 29 |
Author
|
| 30 |
------
|
| 31 |
|
| 32 |
Moshe Weitzman <weitzman AT tejasa {dot} com>
|
| 33 |
|
| 34 |
Contributors
|
| 35 |
------------
|
| 36 |
|
| 37 |
David Kent Norman <deekayen at: deekayen {dot} net>
|
| 38 |
http://deekayen.net/
|