From cd0108d656c0e9facd7e3fa45a5791796b59aee0 Mon Sep 17 00:00:00 2001
From: "Edward Z. Yang"
Date: Wed, 16 Aug 2006 17:35:24 +0000
Subject: [PATCH] Update docs, add CREDITS.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@283 48356398-32a2-884e-a903-53898d9a118a
---
CREDITS | 7 +++++++
NEWS | 10 +++++++---
TODO | 2 +-
docs/devnetwork.html | 1 +
4 files changed, 16 insertions(+), 4 deletions(-)
create mode 100644 CREDITS
diff --git a/CREDITS b/CREDITS
new file mode 100644
index 00000000..449bea72
--- /dev/null
+++ b/CREDITS
@@ -0,0 +1,7 @@
+
+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.
diff --git a/NEWS b/NEWS
index d81be1f5..66516f1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
-NEWS HTMLPurifier
+NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-1.0.0beta, released 2006-08-??
-- First public release, most functionality implemented.
+1.0.0beta, released 2006-08-16
+- First public release, most functionality implemented. Notable omissions are:
+ . Shorthand CSS properties
+ . Table CSS properties
+ . IPv6 validation
+ . Deprecated attribute transformations
diff --git a/TODO b/TODO
index 1ffb5a87..3096da45 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
Todo List
Core:
- - Finish all the core CSS traits
+ - Finish table and shorthand CSS attributes
- Implement all non-essential attribute transforms
Code issues:
diff --git a/docs/devnetwork.html b/docs/devnetwork.html
index 34826915..f2e9915f 100644
--- a/docs/devnetwork.html
+++ b/docs/devnetwork.html
@@ -21,6 +21,7 @@ the development of this library in these forum threads:
IPv6
http and ftp versus news and mailto
HTMLPurifier - Take your best shot
+ Need help optimizing a block of code