-
Notifications
You must be signed in to change notification settings - Fork 1
/
atom-feeds-with-firefox.htm
48 lines (44 loc) · 1.5 KB
/
atom-feeds-with-firefox.htm
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8" />
<title>Обнаружение фидов файрфоксом</title>
</head>
<body>
<table><tr><td style="vertical-align:top;">
<h1>Обнаружение фидов файрфоксом</h1>
</td><td style="vertical-align:top;">
<a href="index.htm">Блог Всячепуза</a>
<br />
<a href="atom-feed-howto.htm">Как вставить содержимое поста в ленту новостей</a>
</td></tr></table>
Что кастомизировать в Firefox:
<br />
<a href="http://superuser.com/questions/438084/how-to-enable-rss-auto-discovery-in-firefox">http://superuser.com/questions/438084/how-to-enable-rss-auto-discovery-in-firefox</a>
<br />
Что вписывать в сайт:
<br />
<a href="https://tools.ietf.org/html/draft-ietf-atompub-autodiscovery-01">https://tools.ietf.org/html/draft-ietf-atompub-autodiscovery-01</a>
<br />
Пример:
<br />
<a href="https://www.intertwingly.net/wiki/pie/AutoDiscovery">https://www.intertwingly.net/wiki/pie/AutoDiscovery</a>
<br />
<br />
<html>
<br />
<head>
<br />
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="http://full/url/of/atom/feed" />
<br />
<br />
Фидов нужно много:
<br />
- подписаться на весь блог
<br />
- подписаться на изменение отдельной страницы
<br />
<br />
<br />
</body>
</html>