Same filename in this branch
  1. 7.x themes/stark/README.txt
  2. 7.x themes/README.txt
  3. 7.x sites/all/themes/README.txt
  4. 7.x sites/all/modules/README.txt
  5. 7.x modules/simpletest/files/README.txt
  6. 7.x modules/README.txt
  7. 7.x profiles/standard/translations/README.txt
  8. 7.x profiles/minimal/translations/README.txt
  9. 7.x README.txt
  10. 7.x sites/README.txt
  11. 7.x sites/all/libraries/README.txt
  12. 7.x profiles/README.txt
Modules extend your site functionality beyond Drupal core.

WHAT TO PLACE IN THIS DIRECTORY?
--------------------------------

Placing downloaded and custom modules in this directory separates downloaded and
custom modules from Drupal core's modules. This allows Drupal core to be updated
without overwriting these files.

DOWNLOAD ADDITIONAL MODULES
---------------------------

Contributed modules from the Drupal community may be downloaded at
https://www.drupal.org/project/project_module.

ORGANIZING MODULES IN THIS DIRECTORY
------------------------------------

You may create subdirectories in this directory, to organize your added modules,
without breaking the site. Some common subdirectories include "contrib" for
contributed modules, and "custom" for custom modules. Note that if you move a
module to a subdirectory after it has been enabled, you may need to clear the
Drupal cache so it can be found. (Alternatively, you can disable the module
before moving it and then re-enable it after the move.)

MULTISITE CONFIGURATION
-----------------------

In multisite configurations, modules found in this directory are available to
all sites. Alternatively, the sites/your_site_name/modules directory pattern
may be used to restrict modules to a specific site instance.

MORE INFORMATION
----------------

Refer to the "Developing for Drupal" section of the README.txt in the Drupal
root directory for further information on extending Drupal with custom modules.

File

sites/all/modules/README.txt
View source
  1. Modules extend your site functionality beyond Drupal core.
  2. WHAT TO PLACE IN THIS DIRECTORY?
  3. --------------------------------
  4. Placing downloaded and custom modules in this directory separates downloaded and
  5. custom modules from Drupal core's modules. This allows Drupal core to be updated
  6. without overwriting these files.
  7. DOWNLOAD ADDITIONAL MODULES
  8. ---------------------------
  9. Contributed modules from the Drupal community may be downloaded at
  10. https://www.drupal.org/project/project_module.
  11. ORGANIZING MODULES IN THIS DIRECTORY
  12. ------------------------------------
  13. You may create subdirectories in this directory, to organize your added modules,
  14. without breaking the site. Some common subdirectories include "contrib" for
  15. contributed modules, and "custom" for custom modules. Note that if you move a
  16. module to a subdirectory after it has been enabled, you may need to clear the
  17. Drupal cache so it can be found. (Alternatively, you can disable the module
  18. before moving it and then re-enable it after the move.)
  19. MULTISITE CONFIGURATION
  20. -----------------------
  21. In multisite configurations, modules found in this directory are available to
  22. all sites. Alternatively, the sites/your_site_name/modules directory pattern
  23. may be used to restrict modules to a specific site instance.
  24. MORE INFORMATION
  25. ----------------
  26. Refer to the "Developing for Drupal" section of the README.txt in the Drupal
  27. root directory for further information on extending Drupal with custom modules.