You are here

README.txt in Advanced Help 8

Same filename and directory in other branches
  1. 5 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
--------------------

* Introduction
* Requirements
* Recommended modules
* Installation
* Configuration
* Maintainers


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

The Advanced Help module allows module developers to store their help outside
the module system, in pure .html or .md (MarkDown) files.  It provides a
framework that allows module and theme developers to integrate help texts in a
Drupal site, as well as exposing help to site administrators through the
administrative interface.

* For a full description of the module visit https://www.drupal.org/node/2461741

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


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

This module has no required dependencies outside of Drupal core.


RECOMMENDED MODULES
-------------------

* Advanced Help Hint (https://www.drupal.org/project/advanced_help_hint):
  If Advanced Help is not enabled, this module will generate a hint string that
  can be used in the project's hook_help to hint that Advanced Help should be
  enabled.


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

Install the Advanced Help module as you would normally install a contributed
Drupal module. Visit https://www.drupal.org/node/895232 for more information.


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

By itself, this module doesn't do much. It assists other modules and themes in
showing help texts. Nothing will show up until you enable at least one other
module that makes use of the Advanced Help framework or comes with a file named
README.md or README.txt.


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

* David Valdez - https://www.drupal.org/u/gnuget

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. --------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The Advanced Help module allows module developers to store their help outside
  12. the module system, in pure .html or .md (MarkDown) files. It provides a
  13. framework that allows module and theme developers to integrate help texts in a
  14. Drupal site, as well as exposing help to site administrators through the
  15. administrative interface.
  16. * For a full description of the module visit https://www.drupal.org/node/2461741
  17. * To submit bug reports and feature suggestions, or to track changes visit
  18. https://www.drupal.org/project/issues/advanced_help
  19. REQUIREMENTS
  20. ------------
  21. This module has no required dependencies outside of Drupal core.
  22. RECOMMENDED MODULES
  23. -------------------
  24. * Advanced Help Hint (https://www.drupal.org/project/advanced_help_hint):
  25. If Advanced Help is not enabled, this module will generate a hint string that
  26. can be used in the project's hook_help to hint that Advanced Help should be
  27. enabled.
  28. INSTALLATION
  29. ------------
  30. Install the Advanced Help module as you would normally install a contributed
  31. Drupal module. Visit https://www.drupal.org/node/895232 for more information.
  32. CONFIGURATION
  33. --------------
  34. By itself, this module doesn't do much. It assists other modules and themes in
  35. showing help texts. Nothing will show up until you enable at least one other
  36. module that makes use of the Advanced Help framework or comes with a file named
  37. README.md or README.txt.
  38. MAINTAINERS
  39. -----------
  40. * David Valdez - https://www.drupal.org/u/gnuget