1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 xmlns=
"http://www.w3.org/1999/xhtml"
6 xmlns:
xi=
"http://www.w3.org/2001/XInclude"
9 <title>Deprecated version warning - HTML Purifier
</title>
10 <xi:include href=
"common-meta.xml" xpointer=
"xpointer(/*/node())" />
11 <meta name=
"description" content=
"A warning against deprecated version of HTML Purifier." />
12 <meta name=
"keywords" content=
"HTMLPurifier, HTML Purifier, HTML, filter, filtering, standards, compliant, deprecated, warning, donotuse" />
16 <xi:include href=
"common-header.xml" xpointer=
"xpointer(/*/node())" />
19 <h1 id=
"title">Deprecated version warning
</h1>
24 You have attempted to download a deprecated version of a file published
25 by HTML Purifier (usually the HTML Purifier library itself). While
26 we keep these versions publically available through this
<code>releases/
</code>
27 directory as well as the
28 <a href=
"http://repo.or.cz/w/htmlpurifier.git?a=tags">Git repository
</a>,
29 usage of these old versions is strongly discouraged, as they are
30 unsupported and may contain critical bugs or security problems.
33 <h2>But I need the older version!
</h2>
36 If you were pointed here via a link from another website, you may
37 be interested in our
<a href=
"../download">downloads
</a> page,
38 which contains links to the most recent versions of HTML Purifier.
42 If there is an incompatibility between your code and the more recent version,
43 please post your issues in the
<a href=
"../phorum">forums
</a> and we
44 will try to help you out as best we can.
49 <form method=
"post" action=
"" style=
"text-align:center;" class=
"warning">
51 I understand the risks of using an older version and still wish to download.
<br />
52 <input type=
"submit" name=
"agree" value=
"Yes" />
57 To use
<code>wget
</code>, add the
<code>--post-data=
""</code> flag to your command.