CHANGELOG.txt |
CHANGELOG.txt |
|
1.1, to be released
# Drupal 6.x and HTML Purifier 3.1.0 are required
! HTML Purifier now uses its native form function, so advanced configuration
options are available. You can also define your own custom functions
for configuration in the… |
config-form.css |
config-form.css |
|
.hp-config {}
.hp-config tbody th {text-align:right; padding-right:0.5em; width:40%;}
.hp-config thead {display:none;}
.hp-config .namespace {background:#EDF1F3;}
.hp-config .namespace th {text-align:center;}
.hp-config .verbose… |
htmlpurifier.info |
htmlpurifier.info |
|
name = "HTML Purifier"
description = "Filter that removes malicious HTML and ensures standards compliant output."
core = 6.x
php = 5.0.5 |
htmlpurifier.install |
htmlpurifier.install |
|
|
htmlpurifier.module |
htmlpurifier.module |
|
Implements HTML Purifier as a Drupal filter. |
HTMLPurifier_DefinitionCache_Drupal.php |
HTMLPurifier_DefinitionCache_Drupal.php |
|
|
INSTALL.txt |
INSTALL.txt |
|
* Place the htmlpurifier folder in your drupal modules directory.
* Download HTML Purifier from http://htmlpurifier.org/ You will need
3.1.0rc1 or later.
* Extract the "library" folder and place it inside your modules/htmlpurifier
… |
sample.php |
config/sample.php |
|
This file is a sample advanced PHP configuration file for the HTML Purifier
filter module. In reality, this file would be named N.php, where N is the
integer identifying the filter this is configuring. The configure page
for HTML Purifier (advanced)… |
TODO.txt |
TODO.txt |
|
TODO List
Non-code
- Link to WYSIWYG editors, research integration prospects, and how
they're handling security
- http://drupal.org/project/htmlarea
- http://drupal.org/project/fckeditor
- http://drupal.org/project/tinymce
- Competitors
… |