Make IESG telechat agenda feed discoverable

- Legacy-Id: 1996
This commit is contained in:
Pasi Eronen 2010-02-18 13:01:17 +00:00
parent 72054994e8
commit 5c357ed2c3
3 changed files with 7 additions and 1 deletions

View file

@ -6,7 +6,7 @@ from ietf.idtracker.models import IDInternal
import datetime
class IESGAgenda(Feed):
title = "Documents on upcoming IESG Telechat Agenas"
title = "Documents on Future IESG Telechat Agendas"
link = "http://datatracker.ietf.org/iesg/agenda/"
feed_type = Atom1Feed

View file

@ -47,6 +47,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #}
.agenda blockquote { margin-left: 30px; width: 70ex;}
</style>
<link rel="alternate" type="application/atom+xml" href="/feed/iesg-agenda/" />
<title>IESG Agenda</title>
</head>
<body>

View file

@ -44,6 +44,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.agenda_docs tr.header + tr.header { border-top: 2px solid white;}
{% endblock %}
{% block pagehead %}
<link rel="alternate" type="application/atom+xml" href="/feed/iesg-agenda/" />
{% endblock %}
{% block content %}
<h1>Documents on Future IESG Telechat Agendas</h1>