Update Tiki Wiki
[htmlpurifier-web.git] / releases / warning.xhtml
blob36ed78200e1658eca58fdd0658e52c10bc9ab860
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">
4 <html
5 xmlns="http://www.w3.org/1999/xhtml"
6 xmlns:xi="http://www.w3.org/2001/XInclude"
7 xml:lang="en">
8 <head>
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" />
13 </head>
14 <body>
16 <xi:include href="common-header.xml" xpointer="xpointer(/*/node())" />
18 <div id="main">
19 <h1 id="title">Deprecated version warning</h1>
21 <div id="content">
23 <p>
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.
31 </p>
33 <h2>But I need the older version!</h2>
35 <p>
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.
39 </p>
41 <p>
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.
45 </p>
47 <h2>Download</h2>
49 <form method="post" action="" style="text-align:center;" class="warning">
50 <p>
51 I understand the risks of using an older version and still wish to download.<br />
52 <input type="submit" name="agree" value="Yes" />
53 </p>
54 </form>
56 <p>
57 To use <code>wget</code>, add the <code>--post-data=""</code> flag to your command.
58 </p>
60 </div>
61 </div>
62 </body>
63 </html>