From c3646507abdc66a48eb11f544928f66906b7ce29 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sat, 26 Jul 2008 22:56:34 -0600 Subject: [PATCH] Migrate 2008-05-08 news to new format, and styling, and hook up RSSGenerator. Signed-off-by: Edward Z. Yang --- common.css | 3 +++ news.xhtml | 37 ++--------------------------- news/2008/0508-3.1.0-released.xhtml | 46 +++++++++++++++++++++++++++++++++++++ xhtml-compiler | 2 +- 4 files changed, 52 insertions(+), 36 deletions(-) create mode 100644 news/2008/0508-3.1.0-released.xhtml diff --git a/common.css b/common.css index 7c1dd71..90f1543 100644 --- a/common.css +++ b/common.css @@ -278,6 +278,9 @@ ol.long li { margin-left: 2em; } .news .body {} +.news .permalink { + text-align: right; +} /* Table of contents, for GenerateTableofContents */ diff --git a/news.xhtml b/news.xhtml index 0562698..f21a3b0 100644 --- a/news.xhtml +++ b/news.xhtml @@ -28,7 +28,7 @@ -
+

Switching to Git

@@ -149,43 +149,10 @@
-
-

HTML Purifier 3.1.0 released

-
Sun, 08 May 2008 14:04:00 EST
- -
-

- HTML Purifier 3.1.0 is the first offical stable release for 3.1 series. - It improves HTML Purifier's integration with PHP 5, mainly - through the new use of autoloading. - It also includes support for the !important CSS modifier, - display and visibility CSS properties with %CSS.AllowTricky, marquee with - %HTML.Proprietary (had you scared for a moment, hmm?), a kses() wrapper, - %CSS.AllowedProperties, %HTML.ForbiddenAttributes and - %HTML.ForbiddenElements and a totally revamped ConfigDoc system. Since the - release candidate, there have also been a number of stability fixes such as - improved URI escaping, a change in serializer ID format, and a relaxed - format for %HTML.Allowed. And as always, numerous bugfixes. -

-

- Important: HTML Purifier 3.1.0 also fixes a - security vulnerability. Please upgrade your libraries as quickly as - possible. The vulnerability was discovered internally, and no known - exploits have been found in the wild. -

-

- For a detailed migration guide, please see the - 3.1.0 release page. If - you had been using the release candidate, you do not need to worry - about this. -

-
-
- -
+
diff --git a/news/2008/0508-3.1.0-released.xhtml b/news/2008/0508-3.1.0-released.xhtml new file mode 100644 index 0000000..b0083b7 --- /dev/null +++ b/news/2008/0508-3.1.0-released.xhtml @@ -0,0 +1,46 @@ + + + + + HTML Purifier 3.1.0 released - News - HTML Purifier + + + + + + +

HTML Purifier 3.1.0 released

+ +
+

+ HTML Purifier 3.1.0 is the first offical stable release for 3.1 series. + It improves HTML Purifier's integration with PHP 5, mainly + through the new use of autoloading. + It also includes support for the !important CSS modifier, + display and visibility CSS properties with %CSS.AllowTricky, marquee with + %HTML.Proprietary (had you scared for a moment, hmm?), a kses() wrapper, + %CSS.AllowedProperties, %HTML.ForbiddenAttributes and + %HTML.ForbiddenElements and a totally revamped ConfigDoc system. Since the + release candidate, there have also been a number of stability fixes such as + improved URI escaping, a change in serializer ID format, and a relaxed + format for %HTML.Allowed. And as always, numerous bugfixes. +

+

+ Important: HTML Purifier 3.1.0 also fixes a + security vulnerability. Please upgrade your libraries as quickly as + possible. The vulnerability was discovered internally, and no known + exploits have been found in the wild. +

+

+ For a detailed migration guide, please see the + 3.1.0 release page. If + you had been using the release candidate, you do not need to worry + about this. +

+
+ + \ No newline at end of file diff --git a/xhtml-compiler b/xhtml-compiler index b8c0f2b..2b79680 160000 --- a/xhtml-compiler +++ b/xhtml-compiler @@ -1 +1 @@ -Subproject commit b8c0f2b3228942bb38aa5a2d5f6523f471b36357 +Subproject commit 2b7968090b83b6d4be2da8e39141d9ea19820c1d -- 2.11.4.GIT