├── .gitignore ├── LICENSE ├── README.md ├── example.php └── htmlpurifier_html5.php /.gitignore: -------------------------------------------------------------------------------- 1 | lib/ 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennberg/php-htmlpurfier-html5/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennberg/php-htmlpurfier-html5/HEAD/README.md -------------------------------------------------------------------------------- /example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennberg/php-htmlpurfier-html5/HEAD/example.php -------------------------------------------------------------------------------- /htmlpurifier_html5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennberg/php-htmlpurfier-html5/HEAD/htmlpurifier_html5.php --------------------------------------------------------------------------------