Skip to content

Commit 5c357ed

Browse files
committed
Make IESG telechat agenda feed discoverable
- Legacy-Id: 1996
1 parent 7205499 commit 5c357ed

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

ietf/iesg/feeds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import datetime
77

88
class IESGAgenda(Feed):
9-
title = "Documents on upcoming IESG Telechat Agenas"
9+
title = "Documents on Future IESG Telechat Agendas"
1010
link = "http://datatracker.ietf.org/iesg/agenda/"
1111
feed_type = Atom1Feed
1212

ietf/templates/iesg/agenda.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
.agenda blockquote { margin-left: 30px; width: 70ex;}
4848
</style>
4949

50+
<link rel="alternate" type="application/atom+xml" href="/feed/iesg-agenda/" />
51+
5052
<title>IESG Agenda</title>
5153
</head>
5254
<body>

ietf/templates/iesg/agenda_documents.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
.agenda_docs tr.header + tr.header { border-top: 2px solid white;}
4545
{% endblock %}
4646

47+
{% block pagehead %}
48+
<link rel="alternate" type="application/atom+xml" href="/feed/iesg-agenda/" />
49+
{% endblock %}
50+
4751
{% block content %}
4852
<h1>Documents on Future IESG Telechat Agendas</h1>
4953

0 commit comments

Comments
 (0)