Complete migration to new News format.
[htmlpurifier-web.git] / news.xhtml
blob7390b304afb8d2f9d3b6d69723c50885a3a8a056
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 xmlns="http://www.w3.org/1999/xhtml"
5 xmlns:xi="http://www.w3.org/2001/XInclude"
6 xmlns:xc="urn:xhtml-compiler"
7 xmlns:rss="urn:xhtml-compiler:RSSGenerator"
8 xmlns:news="urn:xhtml-compiler:News"
9 xml:lang="en">
10 <head>
11 <title>News - HTML Purifier</title>
12 <xi:include href="common-meta.xml" xpointer="xpointer(/*/node())" />
13 <meta name="description"
14 content="Recent news related to HTML Purifier." />
15 <meta name="keywords"
16 content="HTMLPurifier, HTML Purifier, HTML, filter, filtering, standards, compliant, w3c, news, blog, releases, rss" />
17 <link rel="alternate" type="application/rss+xml"
18 title="News - HTML Purifier" href="news.rss"
19 rss:for="news-container"
20 rss:description="Recent news and updates on HTML Purifier" />
21 </head>
22 <body>
24 <xi:include href="common-header.xml" xpointer="xpointer(/*/node())" />
25 <h1 id="title">News</h1>
27 <div id="content">
28 <xi:include href="download-box.xml" xpointer="xpointer(/*/node())" />
29 <div news:source="news" id="news-container" class="news" />
30 </div>
32 </body>
33 </html>