Hopefully make the documentation page work a little bit better.
[htmlpurifier-web.git] / contact.xhtml
blob3432b1bfc4d242fd37b6db027197cf6bc29c421e
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>Consulting</h2>
39 <p>
40 I am available for paid consulting with HTML Purifier.
41 Please contact me at <a href="mailto:admin@htmlpurifier.org">admin@htmlpurifier.org</a>
42 for a free quote. Consulting services vary, but previous clients have
43 commissioned new features and integrations with other software. As always,
44 general support requests will be answered on the
45 <a href="http://htmlpurifier.org/phorum/">the forums</a>, but if you desire
46 guaranteed one-on-one attention or custom code, paid consulting is for you!
47 </p>
49 <h2>About Me</h2>
51 <p>
52 <strong>Edward Z. Yang</strong> is the lead developer for HTML Purifier.
53 Extremely proficient in <abbr>PHP</abbr>, and moderately experienced in JavaScript,
54 C++, <abbr>XSLT</abbr>, Java, LaTeX and <abbr>SQL</abbr> (he does not believe that
55 <abbr>HTML</abbr>, <abbr>XML</abbr> or <abbr>CSS</abbr> are programming languages), he has
56 been responsible for writing, among
57 other things, a defunct
58 <a href="http://www.thewritingpot.com/history.html">literature management
59 system</a>, an active <a href="http://www.thewritingpot.com/wikistatus/">system
60 status monitor</a> and
61 <a href="http://www.thewritingpot.com/stroop/">miscellaneous</a>
62 <a href="http://www.thewritingpot.com/projectilelab/">educational</a>
63 <a href="http://www.thewritingpot.com/boatlab/">games</a>. When
64 not programming per se, he can be
65 found working on <abbr>PHP</abbr>'s documentation (specifically the
66 docs for the <a href="http://pecl.php.net/package/svn">Subversion</a>
67 extension) and giving advice on <a href="http://forums.devnetwork.net/">DevNetwork
68 forums</a>. Occasionally you'll find him wielding Adobe Photoshop, Inkscape,
69 or his administrative powers over at <a href="http://en.wikipedia.org/wiki/User:Edward_Z._Yang">Wikipedia</a>.
70 </p>
72 <p>
73 When not on the computer, Edward enjoys jogging, playing Oboe and
74 singing.
75 </p>
77 <h2>About This Website</h2>
79 <p>
80 This website is powered by <strong>XHTML Compiler</strong>, a home-grown, cutting
81 edge content-management framework that combines the simplicity and
82 speed of plain old <abbr>HTML</abbr> files with the dynamic power of
83 technologies based on open-standards such as <abbr>XML</abbr>,
84 <abbr>XSLT</abbr>, XInclude, and XPath. <abbr>XHTML</abbr> source files
85 are compact, modular and easily manageable with <abbr>SVN</abbr>.
86 An <abbr>XML</abbr>-based architecture ensures that documents will
87 always be standards-compliant and accessible. XHTML Compiler <q>does
88 <abbr>XHTML</abbr> right</q>, by serving it as <code>application/xml+xhtml</code>
89 to browsers that support it.
90 </p>
91 <p>
92 XHTML Compiler has not been released in any specific
93 capacity, but the well-documented source code can be browsed at the
94 <a href="http://htmlpurifier.org/svnroot/htmlpurifier-web/trunk/xhtml-compiler"><abbr>SVN</abbr> repository</a>.
95 </p>
97 </div>
98 </div>
100 </body>
101 </html>