Update Tiki Wiki
[htmlpurifier-web.git] / contact.xhtml
blob3019cfa8901f67c8ef6e38a63b5d2bc99258784b
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>Contact - HTML Purifier</title>
10 <xi:include href="common-meta.xml" xpointer="xpointer(/*/node())" />
11 <meta name="description" content="Contact HTML Purifier developers and other users." />
12 <meta name="keywords" content="HTMLPurifier, HTML Purifier, HTML, filter, filtering, standards, compliant, community, forum, contact, email, Edward Z. Yang" />
13 </head>
14 <body>
16 <xi:include href="common-header.xml" xpointer="xpointer(/*/node())" />
18 <div id="main">
19 <h1 id="title">Contact</h1>
21 <div id="content">
23 <div id="Community">
24 <h2>Community</h2>
25 <p>You can join the <a
26 href="http://groups.google.com/group/htmlpurifier">htmlpurifier Google Group</a> or post a
27 message in the
28 <a href="http://htmlpurifier.org/phorum/">forums</a>.</p>
29 </div>
31 <div id="Email">
32 <h2>Security</h2>
33 <p>Please use <a href="mailto:admin@htmlpurifier.org">admin@htmlpurifier.org</a>
34 for security advisories.</p>
35 </div>
37 <h2>About This Website</h2>
39 <p>
40 This website is powered by <strong>XHTML Compiler</strong>, a home-grown, cutting
41 edge content-management framework that combines the simplicity and
42 speed of plain old <abbr>HTML</abbr> files with the dynamic power of
43 technologies based on open-standards such as <abbr>XML</abbr>,
44 <abbr>XSLT</abbr>, XInclude, and XPath. <abbr>XHTML</abbr> source files
45 are compact, modular and easily manageable with <abbr>SVN</abbr>.
46 An <abbr>XML</abbr>-based architecture ensures that documents will
47 always be standards-compliant and accessible. XHTML Compiler <q>does
48 <abbr>XHTML</abbr> right</q>, by serving it as <code>application/xml+xhtml</code>
49 to browsers that support it.
50 </p>
51 <p>
52 XHTML Compiler has not been released in any specific
53 capacity, but the well-documented source code can be browsed at the
54 <a href="http://htmlpurifier.org/svnroot/htmlpurifier-web/trunk/xhtml-compiler"><abbr>SVN</abbr> repository</a>.
55 </p>
57 </div>
58 </div>
60 </body>
61 </html>