-
Notifications
You must be signed in to change notification settings - Fork 1
/
register.html
73 lines (66 loc) · 2.55 KB
/
register.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>Register feedvalidator.org as a Mozilla Feed Reader</title>
<style type="text/css" media="screen">@import "css/common.css";
@import "css/validator.css";</style>
<script>
window.navigator.registerContentHandler('application/vnd.mozilla.maybe.feed',
'http://feedvalidator.org/check.cgi?url=%s','Validate feed');
</script>
<body>
<div id="logo">
<h1><span id="feed"><span id="f">F</span><span id="e1">E</span><span id="e2">E</span><span id="d">D</span></span> Validator</h1>
<p>for Atom and RSS and KML</p>
<a class="skip" href="#startnavigation">Jump to navigation</a>
</div> <!--logo-->
<div style="margin-left:auto; margin-right:auto; width:30em">
<h3>One Click Feed Validation for Firefox</h3>
<p>If you are...</p>
<ul>
<li>A frequent user of Firefox for browsing the web.</li>
<li>An occasional user of the <a href="http://feedvalidator.org/">FeedValidator</a>.</li>
<li>An infrequent user of Firefox's feature for subscribing to feeds.</li>
</ul>
<p>... then you might find it useful to register the FeedValidator as a
<q>Feed Reader</q>. Simply follow the instructions in the popdown that appears
just above the top of this page. Once registered, you can
validate any feed merely by <q>subscribing</q> to it.</p>
<p>Such <q>subscriptions</q> are not persistent; if you wish to revalidate a
feed, simply subscribe again.</p>
</div>
<div class="centered">
<a name="startnavigation" id="startnavigation"></a>
<div class="navbarWrapper">
<div class="navbarContent">
<img class="borderTL" src="images/borderTL.gif" alt="" width="14"
height="14" />
<img class="borderTR" src="images/borderTR.gif" alt="" width="14"
height="14" />
<p>
<a href="./">Home</a> ·
<a href="about.html">About</a> ·
<a href="news/">News</a> ·
<a href="docs/">Docs</a> ·
<a href="terms.html">Terms</a>
</p>
<div class="roundedCornerSpacer"> </div>
</div><!-- .content -->
<div class="bottomCorners">
<img class="borderBL" src="images/borderBL.gif" alt="" width="14"
height="14" />
<img class="borderBR" src="images/borderBR.gif" alt="" width="14"
height="14" />
</div><!-- .bottomCorners -->
</div><!-- .contentWrapper -->
</div><!-- .centered -->
<div class="centered">
<address>Copyright © 2002-9
<a href="http://www.intertwingly.net/blog/">Sam Ruby</a>,
<a href="http://diveintomark.org/">Mark Pilgrim</a>,
<a href="http://www.kafsemo.org/">Joseph Walton</a>, and
<a href="http://philringnalda.com/">Phil Ringnalda</a>
</address>
</div>
</body>
</html>