Description
-----------
RSS permissions module allows administrator to control the display of RSS feeds.
You can choose to disable the RSS feeds altogether or use a role-based
permissions approach to control access to blog, taxonomy, aggregator, and main
site's RSS feeds.
Role-based permission settings currently available are:
- access site RSS feed
Main site RSS feed, which can be found at rss.xml
- access taxonomy RSS feeds
Taxonomy RSS feeds, which can be found at taxonomy/term/%/%/feed, if
Taxonomy module is enabled. This applies to all taxonomy feeds. You
cannot set permissions for individual category feeds.
- access user blog RSS feeds
Individual user RSS feeds, which can be found at blog/%/feed, if Blog
module is enabled. This applies to all user blogs. You cannot set
permissions for individual blog feeds.
- access main blog RSS feed
Main blog RSS feed, which can be found at blog/feed, if Blog module
is enabled.
- access aggregator RSS feeds
All aggregator feeds, if Aggregator module is enabled. These can be
found at aggregator/rss, aggregator/opml, and aggregator/rss/%.
Installation
------------
Read http://drupal.org/getting-started/install-contrib on how to download
and install Drupal modules. The typical location for the module's files is
sites/all/modules/rss_permissions in the Drupal directory.
Once the module is enabled, you can choose to disable RSS feeds altogether by
going to:
Administer > Site configuration > RSS Permissions
Otherwise, you can set more granular access permissions at:
Administer > User management > Permissions
Authors
-------
* Anastasia Zarubina <http://drupal.org/user/274293> - original author
View source
-
- Description
- -----------
-
- RSS permissions module allows administrator to control the display of RSS feeds.
-
- You can choose to disable the RSS feeds altogether or use a role-based
- permissions approach to control access to blog, taxonomy, aggregator, and main
- site's RSS feeds.
-
- Role-based permission settings currently available are:
-
- - access site RSS feed
- Main site RSS feed, which can be found at rss.xml
-
- - access taxonomy RSS feeds
- Taxonomy RSS feeds, which can be found at taxonomy/term/%/%/feed, if
- Taxonomy module is enabled. This applies to all taxonomy feeds. You
- cannot set permissions for individual category feeds.
-
- - access user blog RSS feeds
- Individual user RSS feeds, which can be found at blog/%/feed, if Blog
- module is enabled. This applies to all user blogs. You cannot set
- permissions for individual blog feeds.
-
- - access main blog RSS feed
- Main blog RSS feed, which can be found at blog/feed, if Blog module
- is enabled.
-
- - access aggregator RSS feeds
- All aggregator feeds, if Aggregator module is enabled. These can be
- found at aggregator/rss, aggregator/opml, and aggregator/rss/%.
-
- Installation
- ------------
-
- Read http://drupal.org/getting-started/install-contrib on how to download
- and install Drupal modules. The typical location for the module's files is
- sites/all/modules/rss_permissions in the Drupal directory.
-
- Once the module is enabled, you can choose to disable RSS feeds altogether by
- going to:
- Administer > Site configuration > RSS Permissions
-
- Otherwise, you can set more granular access permissions at:
- Administer > User management > Permissions
-
-
- Authors
- -------
-
- * Anastasia Zarubina - original author