1 |
efrain |
1 |
Description of HTML Purifier library import into Moodle
|
|
|
2 |
|
|
|
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/
|
|
|
6 |
* Delete unused files:
|
|
|
7 |
HTMLPurifier.auto.php
|
|
|
8 |
HTMLPurifier.autoload.php
|
|
|
9 |
HTMLPurifier.autoload-legacy.php
|
|
|
10 |
HTMLPurifier.composer.php
|
|
|
11 |
HTMLPurifier.func.php
|
|
|
12 |
HTMLPurifier.includes.php
|
|
|
13 |
HTMLPurifier.kses.php
|
|
|
14 |
HTMLPurifier.path.php
|
|
|
15 |
* add locallib.php with Moodle specific extensions to /lib/htmlpurifier/
|
|
|
16 |
* add this readme_moodle.txt to /lib/htmlpurifier/
|