Remove incorrect Date meta tag, and slight update to release.txt.
[htmlpurifier-web.git] / news / 2008 / 0811-contribute.xhtml
blob9c7f30fa4018e01002ca2f14918af4bd95634814
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 xmlns:xc="urn:xhtml-compiler"
8 xc:news="yes"
9 xml:lang="en">
10 <head>
11 <title>Calling All Developers! - News - HTML Purifier</title>
12 <xi:include href="common-meta.xml" xpointer="xpointer(/*/node())" />
13 </head>
14 <body>
16 <xi:include href="common-header.xml" xpointer="xpointer(/*/node())" />
18 <div id="main">
19 <h1 id="title">Calling All Developers!</h1>
21 <div id="content">
22 <p>
23 If you're reading this news entry, you're probably a user of HTML Purifier.
24 In fact, it wouldn't be too far fetched to say you're a <em>power</em> user of
25 HTML Purifier. In fact, you probably know the ins-and-outs of the
26 <code>HTMLPurifier</code> class, have used HTML Purifier for multiple
27 projects, and, doubtless, have some gripes about HTML Purifier.
28 </p>
29 <p>
30 Well, now is the chance to let those latent feature requests, complaints
31 of poor documentation, and gotcha's be heard. We gave you the source; it
32 is time for you to use it.
33 </p>
34 <p>
35 Today, we have launched a new forum, the <q>Internals</q> forum. This is
36 the place for anyone interested in playing a part in HTML Purifier's
37 open source development process; to display prototypes of new features,
38 to discuss HTML Purifier's support of the upcoming versions of <abbr>HTML</abbr>,
39 to ask for questions regarding internal components, and much more. If you've
40 ever modified a portion of HTML Purifier's core code, or created an
41 extension to it, dust it off and
42 show it to the world. We've migrated to Git, so you can fork the
43 main project, develop your new feature, and hopefully get it integrated
44 back into the mainline.
45 </p>
46 <p>
47 If you've never looked at HTML Purifier's source before, now is the time
48 to start. <a href="contribute.html" xc:absolute="href">This document on
49 contributing</a> will give you inside tips and tricks to getting started
50 developing HTML Purifier.
51 </p>
52 <p>
53 Thanks for reading! We look forward to seeing your contributions.
54 </p>
55 </div>
56 </div>
57 </body>
58 </html>