From 32d30a9181e2475255db0512c8cfe3113c9b0ad7 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 18 Jun 2007 19:26:29 +0000 Subject: [PATCH] Add note that functionality IS NOT released yet. This needs to be removed once 1.7/2.0 comes out. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1158 48356398-32a2-884e-a903-53898d9a118a --- docs/enduser-tidy.html | 5 +++++ docs/style.css | 2 ++ 2 files changed, 7 insertions(+) diff --git a/docs/enduser-tidy.html b/docs/enduser-tidy.html index 607c438a..cc04834c 100644 --- a/docs/enduser-tidy.html +++ b/docs/enduser-tidy.html @@ -16,6 +16,11 @@
Return to the index.
HTML Purifier End-User Documentation
+
+ This document covers currently unreleased functionality and + only applies to recent SVN checkouts. +
+

You've probably heard of HTML Tidy, Dave Raggett's little piece of software that cleans up poorly written HTML. Let me say it straight out:

diff --git a/docs/style.css b/docs/style.css index 9751a026..db2dd7d7 100644 --- a/docs/style.css +++ b/docs/style.css @@ -67,3 +67,5 @@ q:after { /* Marks off sections that are lacking. */ .fixme {margin-left:2em; } .fixme:before {content:"Fix me: "; font-weight:bold; color:#C00; } + +#applicability {margin: 1em 5%; font-style:italic;}