forked from w3c/feedvalidator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
whatsnew.html
47 lines (40 loc) · 1.65 KB
/
whatsnew.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<style type="text/css" media="screen">
@import "css/common.css";
@import "css/validator.css";
@import "css/documentation.css";
@import "css/validator/base.css";
</style>
<title>W3C Feed Validation Service, for Atom and RSS</title>
</head>
<body>
<div id="banner">
<h1 id="title">
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="/images/w3c.png" /></a>
<a href="./"><span>Feed Validation Service</span></a>
</h1>
<p id="tagline">Check the syntax of Atom or RSS feeds</p>
</div>
<div class="doc" id="main"><!-- This DIV encapsulates everything in this page - necessary for the positioning -->
<h2>Recent News</h2>
<p>See latest changes brought in <a href="https://github.com/w3c/feedvalidator/commits/master">Git repository</a>.</p>
<p>The service was launched on November 21, 2005.</p>
</div><!-- main -->
<ul class="navbar" id="menu">
<li>
<a href="./" accesskey="1" title="Go to the Home Page for The W3C Feed Validation Service">Home</a></li>
<li><a href="about.html" title="Information About this Service">About...</a></li>
<li><a href="whatsnew.html" title="The changes made to this service recently">News</a></li>
<li><a href="docs/" accesskey="3" title="Documentation for this Service">Docs</a></li>
</ul>
<div id="footer">
<address>
Maintained by the <a href="http://www.w3.org/QA/Tools/qa-dev">W3C qa-dev group</a><br />
This service uses the <a href="https://github.com/w3c/feedvalidator">Feed validator software</a>.
</address>
</div>
</body>
</html>