56c56 < index 0000000..b0ab709 --- > index 0000000..9aecef2 59c59 < @@ -0,0 +1,10 @@ --- > @@ -0,0 +1,19 @@ 61c61 < +to your site or sites and is an integral part of multisite configurations. --- > +to your site or sites and is an integral part of multisite configuration. 64c64,65 < +downloaded extensions and third party libraries available to all sites. --- > +downloaded extensions including modules, themes, and third party libraries. > + 67a69,76 > +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. > + 71c80,81 < index c897088..318d6e9 100644 --- > deleted file mode 100644 > index c897088..0000000 73,78c83,85 < +++ b/sites/all/README.txt < @@ -1,7 +1,7 @@ < +Place downloaded and custom modules, themes, and third party libraries in this < +directory to ensure clean separation from the Drupal core codebase and to < +facilitate safe, self-contained code updates. < --- > +++ /dev/null > @@ -1,7 +0,0 @@ > - 85,87d91 < +In multisite configuration, extensions found in this directory are available to < +all sites. Alternatively, the sites/your_site_name/ subdirectory pattern may < +be used to restrict extensions to a specific site instance.