Rename sites directory to be the new config repository

This commit is contained in:
Manuel Cillero 2017-08-09 09:01:23 +02:00
parent 006992b900
commit 433e7eec80
31 changed files with 196 additions and 216 deletions

View file

@ -8,7 +8,7 @@ and it's nice to have dom and iconv.
* Download HTML Purifier from http://htmlpurifier.org/ You will need
4.0.0 or later.
* There are two possible ways to install the HTML Purifier library.
* There are two possible ways to install the HTML Purifier library.
1. Module directory installation. This means installing the library
folder under the module directory. This way has the advantage of
@ -24,14 +24,12 @@ and it's nice to have dom and iconv.
and enable it before enabling the htmlpurifier module so that in
the install phase it can find the library.
Extract the library folder to sites/all/libraries or to
sites/<site>/libraries for a specific site in a multisite Drupal
setup.
Extract the library folder to libraries directory.
The final setup should be, when making the library and module
available to all sites:
sites/all/libraries/htmlpurifier/
libraries/htmlpurifier/
HTMLPurifier
HTMLPurifier.autoload.php
HTMLPurifier.auto.php
@ -44,11 +42,11 @@ and it's nice to have dom and iconv.
Now you can safely upgrade your htmlpurifier module without
having to re-deploy the HTML Purifier library.
* Go to Administer > Site building > Modules and enable this module
* You can now create a new input format or add the HTML Purifier to an
existing input format. It is recommended that you place HTML Purifier as
* You can now create a new input format or add the HTML Purifier to an
existing input format. It is recommended that you place HTML Purifier as
the last filter in the input format. Reorder the filters if necessary.
WARNING: Due to HTML Purifier's caching mechanism, dynamic filters MUST NOT