You are here

README.txt in RSS Permissions 6

Same filename and directory in other branches
  1. 7 README.txt
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

File

README.txt
View source
  1. Description
  2. -----------
  3. RSS permissions module allows administrator to control the display of RSS feeds.
  4. You can choose to disable the RSS feeds altogether or use a role-based
  5. permissions approach to control access to blog, taxonomy, aggregator, and main
  6. site's RSS feeds.
  7. Role-based permission settings currently available are:
  8. - access site RSS feed
  9. Main site RSS feed, which can be found at rss.xml
  10. - access taxonomy RSS feeds
  11. Taxonomy RSS feeds, which can be found at taxonomy/term/%/%/feed, if
  12. Taxonomy module is enabled. This applies to all taxonomy feeds. You
  13. cannot set permissions for individual category feeds.
  14. - access user blog RSS feeds
  15. Individual user RSS feeds, which can be found at blog/%/feed, if Blog
  16. module is enabled. This applies to all user blogs. You cannot set
  17. permissions for individual blog feeds.
  18. - access main blog RSS feed
  19. Main blog RSS feed, which can be found at blog/feed, if Blog module
  20. is enabled.
  21. - access aggregator RSS feeds
  22. All aggregator feeds, if Aggregator module is enabled. These can be
  23. found at aggregator/rss, aggregator/opml, and aggregator/rss/%.
  24. Installation
  25. ------------
  26. Read http://drupal.org/getting-started/install-contrib on how to download
  27. and install Drupal modules. The typical location for the module's files is
  28. sites/all/modules/rss_permissions in the Drupal directory.
  29. Once the module is enabled, you can choose to disable RSS feeds altogether by
  30. going to:
  31. Administer > Site configuration > RSS Permissions
  32. Otherwise, you can set more granular access permissions at:
  33. Administer > User management > Permissions
  34. Authors
  35. -------
  36. * Anastasia Zarubina - original author