Hopefully make the documentation page work a little bit better.
[htmlpurifier-web.git] / news / 2008 / 0727-news-improvements.xhtml
blobf70c0e13f728c8d7f978d899fea3762a4bf54997
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>News Improvements - 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">News Improvements</h1>
21 <div id="content">
22 <p>
23 You may have noticed some various improvements and changes to our news
24 system; entries now get their own permalink pages and the most recent
25 news entry shows up on the front page. These are some easily noticeable
26 cosmetic changes demonstrating the new News DOMFilter. This filter
27 aggregates pages following the YYYY/MMDD-name.xhtml format in a folder
28 and places the most recent contents on one page. This is opposed to what
29 we previously did, which was stuff all the news contents on one page and
30 have a scraper generate RSS for us (by the way, we still use the same
31 scraper, which is due to the quite nice modularity of the two filters).
32 </p>
33 <p>
34 There should be more improvements coming soon as we add the features and
35 trappings of a standard <q>blog</q>; expect comments and improved
36 navigation, for example. I also plan on launching a personal weblog for
37 <abbr>PHP</abbr> and other development related things; stay tuned.
38 </p>
39 <p>
40 As usual, this software is all free and can be accessed under the
41 <a href="http://repo.or.cz/w/xhtml-compiler.git">XHTML Compiler</a> project at repo.or.cz.
42 </p>
43 </div>
44 </div>
45 </body>
46 </html>