Add experimental mode to demo, this switches the code used to the trunk.
[htmlpurifier-web.git] / contact.xhtml
blob80b7743f0b986f88cf95ff6f37196d6d82f51572
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())" />
17 <h1 id="title">Contact</h1>
19 <div id="content">
21 <div id="Community">
22 <h2>Community</h2>
23 <p>For regular, non-security related questions, the
24 <a href="http://htmlpurifier.org/phorum/">support forums</a> is the
25 place to go. You can search to see if your question has been already
26 answered or ask it yourself. The primary benefit of a publically accessible
27 forum is that other users can benefit from your question.</p>
28 </div>
30 <div id="Email">
31 <h2>Email</h2>
32 <p>You can send me an email at
33 <a href="mailto:admin@htmlpurifier.org">admin@htmlpurifier.org</a>;
34 please use this address for security advisories.
35 Any mail I receive will be considered public: if an answer to a question you ask
36 would be helpful to other users, it will probably be published.</p>
37 </div>
39 <h2>About Me</h2>
41 <p>
42 <strong>Edward Z. Yang</strong> is the lead developer for HTML Purifier.
43 Extremely proficient in <abbr>PHP</abbr>, and moderately experienced in JavaScript,
44 C++, XSLT, Java, LaTeX and SQL (he does not believe that
45 <abbr>HTML</abbr>, <abbr>XML</abbr> or <abbr>CSS</abbr> are programming languages), he has
46 been responsible for writing, among
47 other things, a defunct
48 <a href="http://www.thewritingpot.com/history.html">literature management
49 system</a>, an active <a href="http://www.thewritingpot.com/wikistatus/">system
50 status monitor</a> and
51 <a href="http://www.thewritingpot.com/stroop/">miscellaneous</a>
52 <a href="http://www.thewritingpot.com/projectilelab/">educational</a>
53 <a href="http://www.thewritingpot.com/boatlab/">games</a>. When
54 not programming per se, he can be
55 found working on <abbr>PHP</abbr>'s documentation (specifically the
56 docs for the <a href="http://pecl.php.net/package/svn">Subversion</a>
57 extension) and giving advice on <a href="http://forums.devnetwork.net/">DevNetwork
58 forums</a>. Occasionally you'll find him wielding Adobe Photoshop, Inkscape,
59 or his administrative powers over at <a href="http://en.wikipedia.org/wiki/User:Edward_Z._Yang">Wikipedia</a>.
60 </p>
62 <p>
63 When not on the computer, Edward enjoys jogging, playing Oboe and
64 singing.
65 </p>
67 <p>
69 </p>
71 </div>
73 </body>
74 </html>