0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 10:45:18 +00:00
Standards compliant HTML filter written in PHP. http://htmlpurifier.org
Go to file
Edward Z. Yang a7fab00cdd [3.0.0] Convert all $context calls away from references
- Update TODO list
- URISchemeRegistry doesn't return a reference for instance anymore, should do the same for other singletons

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1477 48356398-32a2-884e-a903-53898d9a118a
2008-01-05 00:10:43 +00:00
art [2.0.1] Implement haphazard error collection for AttrValidator. 2007-06-27 02:03:15 +00:00
benchmarks Remove old profiling script, improve original two so they work, and are more efficient 2007-11-23 21:59:04 +00:00
configdoc Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
docs [2.1.2] Implement border-spacing 2007-09-03 15:16:33 +00:00
library [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
maintenance [2.1.3] 2007-11-05 05:25:59 +00:00
plugins Beef up HTML Purifier help message. Todo: make it hideable. 2007-11-02 01:55:45 +00:00
smoketests Add extractStyleBlocks.php smoketest, also add some neat new functionality to TODO. 2007-12-14 01:12:40 +00:00
tests [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
CREDITS [1.2.0] Update documentation paths. 2006-11-19 04:37:26 +00:00
Doxyfile Make phpdoc more efficient, ignore the conf directory 2007-11-06 17:50:30 +00:00
INSTALL Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
INSTALL.fr.utf8 Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
LICENSE Rename so that there's no txt extension, adhering with good practices. 2006-08-16 03:57:02 +00:00
NEWS [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
package.php Update packaging script to indicate PHP 5 change and HTMLPurifier3 2007-12-14 04:12:06 +00:00
phpdoc.ini Make phpdoc more efficient, ignore the conf directory 2007-11-06 17:50:30 +00:00
README Miscellaneous URL updates. 2007-04-22 22:26:20 +00:00
release1-update.php Update release script to compensate for new variable format 2008-01-04 23:54:12 +00:00
release2-strict.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
release3-tag.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
svn.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
test-settings.sample.php [3.0.0] Fully implement CSS extraction and cleaning. See NEWS for more information, it is now a Filter. 2007-12-12 21:46:30 +00:00
TODO [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
VERSION Release 2.1.3. 2007-11-06 03:39:59 +00:00
WHATSNEW Release 2.1.3. 2007-11-06 03:39:59 +00:00
WYSIWYG Update WYSIWYG by removing Mantis link: bugtracker is no longer active. 2007-05-20 19:56:16 +00:00

README
    All about HTML Purifier

HTML Purifier is an HTML filtering solution that uses a unique combination 
of robust whitelists and agressive parsing to ensure that not only are 
XSS attacks thwarted, but the resulting HTML is standards compliant. 

HTML Purifier is oriented towards richly formatted documents from 
untrusted sources that require CSS and a full tag-set.  This library can 
be configured to accept a more restrictive set of tags, but it won't be 
as efficient as more bare-bones parsers. It will, however, do the job 
right, which may be more important. 

Places to go:

* See INSTALL for a quick installation guide
* See docs/ for developer-oriented documentation, code examples and
  an in-depth installation guide.
* See WYSIWYG for information on editors like TinyMCE and FCKeditor

HTML Purifier can be found on the web at: http://htmlpurifier.org/