You are here

README.txt in RSS Permissions 7

Same filename and directory in other branches
  1. 6 README.txt
Non-displayable characters.

File

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