summaryrefslogtreecommitdiff
path: root/sites/all/modules
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-10-09 10:47:47 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-10-09 10:47:47 -0700
commite320619e0796769c45c987e4efe6031e53ca0a03 (patch)
tree3f379885a16d758ffa03e7d3c55223b52cf6258f /sites/all/modules
parentc58093c2e8fd26678db9c88ce7f3a4a042f5a70d (diff)
downloadbrdo-e320619e0796769c45c987e4efe6031e53ca0a03.tar.gz
brdo-e320619e0796769c45c987e4efe6031e53ca0a03.tar.bz2
Issue #1539940 by jwilson3, ryanissamson, infiniteluke, mrf: Fix up sites readme files
Diffstat (limited to 'sites/all/modules')
-rw-r--r--sites/all/modules/README.txt18
1 files changed, 15 insertions, 3 deletions
diff --git a/sites/all/modules/README.txt b/sites/all/modules/README.txt
index f4e35b558..c72b43e4f 100644
--- a/sites/all/modules/README.txt
+++ b/sites/all/modules/README.txt
@@ -1,4 +1,16 @@
+Place downloaded and custom modules that extend your site functionality beyond
+Drupal core in this directory to ensure clean separation from core modules and
+to facilitate safe, self-contained code updates. Contributed modules from the
+Drupal community may be downloaded at http://drupal.org/project/modules.
-This directory should be used to place downloaded and custom modules
-which are common to all sites. This will allow you to more easily
-update Drupal core files.
+It is safe to organize modules into subdirectories, such as "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 that it can be found.
+
+In multisite configuration, 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.
+
+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.