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