From f0fe829af47403aadd4bf65b9915fb3190404fcf Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 19 Nov 2006 04:37:26 +0000 Subject: [PATCH] [1.2.0] Update documentation paths. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@536 48356398-32a2-884e-a903-53898d9a118a --- CREDITS | 6 +++--- NEWS | 4 ++-- TODO | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CREDITS b/CREDITS index 449bea72..c3e7bb8e 100644 --- a/CREDITS +++ b/CREDITS @@ -2,6 +2,6 @@ CREDITS Almost everything written by Edward Z. Yang (Ambush Commander). Lots of thanks -to the DevNetwork Community for their help (see docs/devnetwork.html for more -details), Feyd especially (namely IPv6 and optimization). Thanks to RSnake for -letting me package his fantastic XSS cheatsheet for a smoketest. +to the DevNetwork Community for their help (see docs/ref-devnetwork.html for +more details), Feyd especially (namely IPv6 and optimization). Thanks to RSnake +for letting me package his fantastic XSS cheatsheet for a smoketest. diff --git a/NEWS b/NEWS index 92c172df..265ba481 100644 --- a/NEWS +++ b/NEWS @@ -16,7 +16,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier so that they don't collide with your IDs + %Attr.IDPrefixLocal - Same as above, but for when there are multiple instances of user content on the page - + Profuse documentation on how to use these available in id.txt + + Profuse documentation on how to use these available in docs/enduser-id.txt ! Added MODx plugin ! Added percent encoding normalization ! XSS attacks smoketest given facelift @@ -30,9 +30,9 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier + TODO added request Remove redundant tags + TODO added possible plaintext formatter for HTML Purifier documentation + Updated ConfigDoc TODO - + Updated code-quality.txt, removing issues that have been resolved + Improved inline comments in AttrDef/Class.php, AttrDef/CSS.php and AttrDef/Host.php + + Revamped documentation into HTML, along with misc updates - HTMLPurifier_Context doesn't throw a variable reference error if you attempt to retrieve a non-existent variable . Switched to purify()-wide Context object registry diff --git a/TODO b/TODO index 154487f7..2f3ccd90 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,7 @@ TODO List 1.2 release - Make URI validation routines tighter (especially mailto) - - More extensive URI filtering schemes (see URI in config-ideas.txt) + - More extensive URI filtering schemes (see docs/proposal-new-directives.txt) - Allow for background-image and list-style-image (see above) - Error logging for filtering/cleanup procedures - Rich set* methods and config file loaders for HTMLPurifier_Config