1 Description of HTML Purifier v4.9.3 library import into Moodle
3 * Make new (or delete contents of) /lib/htmlpurifier/
4 * Copy everything from /library/ folder to /lib/htmlpurifier/
5 * Copy CREDITS, LICENSE from root folder to /lib/htmlpurifier/
10 HTMLPurifier.autoload.php
11 HTMLPurifier.composer.php
12 HTMLPurifier.includes.php
14 * add locallib.php with Moodle specific extensions to /lib/htmlpurifier/
15 * add this readme_moodle.txt to /lib/htmlpurifier/
18 * MDL-60337 use correct IDN variant for converting domain names to ascii
19 Check status of https://github.com/ezyang/htmlpurifier/pull/148