summaryrefslogtreecommitdiff
path: root/sites/README.txt
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/README.txt
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/README.txt')
-rw-r--r--sites/README.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/sites/README.txt b/sites/README.txt
new file mode 100644
index 000000000..9aecef2d7
--- /dev/null
+++ b/sites/README.txt
@@ -0,0 +1,19 @@
+This directory structure contains the settings and configuration files specific
+to your site or sites and is an integral part of multisite configuration.
+
+The sites/all/ subdirectory structure should be used to place your custom and
+downloaded extensions including modules, themes, and third party libraries.
+
+Downloaded installation profiles should be placed in the /profiles directory
+in the Drupal root.
+
+In multisite configuration, extensions found in the sites/all directory
+structure are available to all sites. Alternatively, the sites/your_site_name/
+subdirectory pattern may be used to restrict extensions to a specific
+site instance.
+
+See the respective README.txt files in sites/all/themes and sites/all/modules
+for additional information about obtaining and organizing extensions.
+
+See INSTALL.txt in the Drupal root for information about single-site
+installation or multisite configuration.