Make build.sh reset autocrlf to original value afterwards.
[htmlpurifier-web.git] / news.xhtml
blobfebe160b47b4ac6831a580475daf83802bcbb4de
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())" />
26 <div id="main">
27 <h1 id="title">News</h1>
28 <div id="content">
29 <xi:include href="download-box.xml" xpointer="xpointer(/*/node())" />
30 <div news:source="news" id="news-container" class="news" />
31 </div>
32 </div>
34 </body>
35 </html>