You are here

README.txt in ACL 8

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7 README.txt
README.txt for ACL 8.x-1.x

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Troubleshooting
 * Support/Customizations
 * Maintainers


INTRODUCTION
------------

The ACL module, short for Access Control Lists, is an API for other modules to
create lists of users and give them access to nodes.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/acl

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/issues/acl


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.


INSTALLATION
------------

 * Install the ACL module as you would normally install a
   contributed Drupal module. Visit
   https://www.drupal.org/node/1897420 for further information.


CONFIGURATION
-------------

    1. Navigate to Administration > Extend and enable the module.
    2. It has no UI of its own and will not do anything by itself; install this
       module only if some other module tells you to.


TROUBLESHOOTING
---------------

Even though ACL does not do anything by its own, Core recognizes it as a node
access module, and it requires you to rebuild permissions upon installation.

The client module is fully responsible for the correct use of ACL. It is very
unlikely that ACL should cause errors. 

If there is a node access problem, or if you intend to implement a module that
uses ACL, we highly recommend to use the Devel Node Access module as outlined
in the step-by-step instructions in
http://drupal.org/node/add/project-issue/acl


SUPPORT/CUSTOMIZATIONS
----------------------

Support by volunteers is available on:

 * https://www.drupal.org/project/issues/acl?status=All&version=8.x

Please consider helping others as a way to give something back to the community
that provides Drupal and the contributed modules to you free of charge.

For paid support and customizations of this module, help with implementing an
ACL client module, or other Drupal work, contact the maintainer through his
contact form:

 * https://www.drupal.org/u/salvis


MAINTAINERS
-----------

 * Hans Salvisberg (salvis) - https://www.drupal.org/u/salvis
 * Earl Miles (merlinofchaos) - https://www.drupal.org/u/merlinofchaos

Supporting organizations:

 * Salvisberg Software & Consulting -
   https://www.drupal.org/salvisberg-software-consulting

Acknowledgments:

 * Originally written for Drupal 5 and maintained by merlinofchaos.
 * Ported to Drupal 6 and 7 and maintained by salvis.
 * Ported to Drupal 8 by id.tarzanych (Serge Skripchuk).

File

README.txt
View source
  1. README.txt for ACL 8.x-1.x
  2. CONTENTS OF THIS FILE
  3. ---------------------
  4. * Introduction
  5. * Requirements
  6. * Installation
  7. * Configuration
  8. * Troubleshooting
  9. * Support/Customizations
  10. * Maintainers
  11. INTRODUCTION
  12. ------------
  13. The ACL module, short for Access Control Lists, is an API for other modules to
  14. create lists of users and give them access to nodes.
  15. * For a full description of the module, visit the project page:
  16. https://www.drupal.org/project/acl
  17. * To submit bug reports and feature suggestions, or to track changes:
  18. https://www.drupal.org/project/issues/acl
  19. REQUIREMENTS
  20. ------------
  21. This module requires no modules outside of Drupal core.
  22. INSTALLATION
  23. ------------
  24. * Install the ACL module as you would normally install a
  25. contributed Drupal module. Visit
  26. https://www.drupal.org/node/1897420 for further information.
  27. CONFIGURATION
  28. -------------
  29. 1. Navigate to Administration > Extend and enable the module.
  30. 2. It has no UI of its own and will not do anything by itself; install this
  31. module only if some other module tells you to.
  32. TROUBLESHOOTING
  33. ---------------
  34. Even though ACL does not do anything by its own, Core recognizes it as a node
  35. access module, and it requires you to rebuild permissions upon installation.
  36. The client module is fully responsible for the correct use of ACL. It is very
  37. unlikely that ACL should cause errors.
  38. If there is a node access problem, or if you intend to implement a module that
  39. uses ACL, we highly recommend to use the Devel Node Access module as outlined
  40. in the step-by-step instructions in
  41. http://drupal.org/node/add/project-issue/acl
  42. SUPPORT/CUSTOMIZATIONS
  43. ----------------------
  44. Support by volunteers is available on:
  45. * https://www.drupal.org/project/issues/acl?status=All&version=8.x
  46. Please consider helping others as a way to give something back to the community
  47. that provides Drupal and the contributed modules to you free of charge.
  48. For paid support and customizations of this module, help with implementing an
  49. ACL client module, or other Drupal work, contact the maintainer through his
  50. contact form:
  51. * https://www.drupal.org/u/salvis
  52. MAINTAINERS
  53. -----------
  54. * Hans Salvisberg (salvis) - https://www.drupal.org/u/salvis
  55. * Earl Miles (merlinofchaos) - https://www.drupal.org/u/merlinofchaos
  56. Supporting organizations:
  57. * Salvisberg Software & Consulting -
  58. https://www.drupal.org/salvisberg-software-consulting
  59. Acknowledgments:
  60. * Originally written for Drupal 5 and maintained by merlinofchaos.
  61. * Ported to Drupal 6 and 7 and maintained by salvis.
  62. * Ported to Drupal 8 by id.tarzanych (Serge Skripchuk).