Bump version number and date.
[htmlpurifier-web.git] / contact.xhtml
blobffe04e1ece88d0ed6df82cec7bdddbf591d9c022
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++, <abbr>XSLT</abbr>, Java, LaTeX and <abbr>SQL</abbr> (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 <h2>About This Website</h2>
69 <p>
70 This website is powered by <strong>XHTML Compiler</strong>, a home-grown, cutting
71 edge content-management framework that combines the simplicity and
72 speed of plain old <abbr>HTML</abbr> files with the dynamic power of
73 technologies based on open-standards such as <abbr>XML</abbr>,
74 <abbr>XSLT</abbr>, XInclude, and XPath. <abbr>XHTML</abbr> source files
75 are compact, modular and easily manageable with <abbr>SVN</abbr>.
76 An <abbr>XML</abbr>-based architecture ensures that documents will
77 always be standards-compliant and accessible. XHTML Compiler <q>does
78 <abbr>XHTML</abbr> right</q>, by serving it as <code>application/xml+xhtml</code>
79 to browsers that support it.
80 </p>
81 <p>
82 XHTML Compiler has not been released in any specific
83 capacity, but the well-documented source code can be browsed at the
84 <a href="http://htmlpurifier.org/svnroot/htmlpurifier-web/trunk/xhtml-compiler"><abbr>SVN</abbr> repository</a>.
85 </p>
87 </div>
89 </body>
90 </html>