Removed unused /ann/nomcom/chairs/ page; fixed broken links for NomCom members and pre-2004 announcements

- Legacy-Id: 1636
This commit is contained in:
Pasi Eronen 2009-08-10 18:35:26 +00:00
parent b2bc0c790d
commit 3f6358bc8a
5 changed files with 28 additions and 111 deletions

View file

@ -1,5 +1,4 @@
200 /ann/nomcom/
200 /ann/nomcom/1230/
# couple that have non-ASCII characters
200 /ann/nomcom/1607/
200 /ann/nomcom/2001/
200 /ann/nomcom/1607/ # non-ASCII content
200 /ann/nomcom/2001/ # non-ASCII content

View file

@ -10,6 +10,5 @@ nomcom_dict = {
urlpatterns = patterns('',
# (r'^nomcom/$', 'django.views.generic.simple.redirect_to', {'url': 'http://www.ietf.org/nomcom/index.html'} ),
(r'^nomcom/$', 'ietf.announcements.views.nomcom'),
(r'^nomcom/chairs/', 'ietf.announcements.views.nomcom_chairs'),
(r'^nomcom/(?P<object_id>\d+)/$', 'django.views.generic.list_detail.object_detail', nomcom_dict)
)

View file

@ -33,10 +33,3 @@ def nomcom(request):
{ 'curr_chair' : curr_chair,
'regimes' : regimes })
def nomcom_chairs(request):
all_chairs = (ChairsHistory.objects.all().
filter(chair_type='3',start_year__gt = 2003).
order_by('-start_year'))
return render_to_response("announcements/chairs.html",
{ 'chairs' : all_chairs })

View file

@ -1,72 +0,0 @@
{% extends "base.html" %}
{% load ietf_filters %}
{% block title %}IAB/IESG Nominating Committee Chairs{% endblock %}
{% block content %}
<H1><center>IAB/IESG Nominating Committee Chairs</center></H1>
<table>
<tr>
<th>Year</th>
<th>Chair</th>
</tr>
{% for chair in chairs %}
<tr>
<td>{{ chair.start_year }} - {{ chair.end_year }}</td>
<td><a href="mailto:{{ chair.person.email.1 }}">{{ chair.person }}</a></td>
</tr>
{% endfor %}
<tr>
<td>2003 - 2004</td>
<td>Richard Draves</td>
</tr>
<tr>
<td>2002 - 2003</td>
<td>Phil Roberts</td>
</tr>
<tr>
<td>2001 - 2002</td>
<td>Theodore Ts'o</td>
</tr>
<tr>
<td>2000 - 2001</td>
<td>Bernard Aboba</td>
</tr>
<tr>
<td>1999 - 2000</td>
<td>Avri Doria</td>
</tr>
<tr>
<td>1998 - 1999</td>
<td>Donald Eastlake 3rd</td>
</tr>
<tr>
<td>1997 - 1998</td>
<td>Michael St. Johns</td>
</tr>
<tr>
<td>1996 - 1997</td>
<td>Geoff Huston</td>
</tr>
<tr>
<td>1995 - 1996</td>
<td>Guy Almes</td>
</tr>
<tr>
<td>1994 - 1995</td>
<td>John Curran</td>
</tr>
<tr>
<td>1993 - 1994</td>
<td>Fred Baker</td>
</tr>
<tr>
<td>1992 - 1993</td>
<td>Jeff Case</td>
</tr>
</table>
{% endblock %}

View file

@ -20,7 +20,7 @@
{% for ann in regime.announcements %}
<tr>
<td>{{ ann.announced_date|date:"Y-M-d" }}</td>
<td style="max-width:50%"><a href="https://datatracker.ietf.org/ann/nomcom/{{ ann.announcement_id }}">{{ ann.subject }}</a></td>
<td style="max-width:50%"><a href="/ann/nomcom/{{ ann.announcement_id }}/">{{ ann.subject }}</a></td>
<td>{{ ann.announced_to }}</td>
<tr>
{% endfor %}
@ -31,51 +31,49 @@
<h3>Messages from 2003-2004 NomCom</h3>
Committee Chair: <A HREF="mailto:richdr\@microsoft.com">Rich Draves</A>
<br><br><li><a href="msg08-25-2003.txt">IETF Nominations Committee Chair Announcement</a> August 25, 2003
<LI><a href="msg09.22.txt">NomCom call for volunteers</a> September 22, 2003<LI><A HREF="select-announce_03.txt">Selection of the Nominations Committee</A>
<LI><A HREF="msg10.06.txt">NomCom Volunteer List</a> October 06, 2004
<LI><A HREF="msg1010.txt">NomCom Selection</a> October 10, 2003
<LI><A HREF="msg10.17.txt">Call for Nominees</a> October 17, 2003
<LI><A HREF="msg10.24.txt">NomCom members</a> October 24, 2003<LI><A HREF="msg11.07.txt">NomCom at IETF</a> November 07, 2003
<LI><A HREF="msg11.14.txt">NomCom News</a> November 14, 2003
<LI><A HREF="msg11.26.txt">Reminder - nominations to replace Randy Bush</a> Nove
<br><br><li><a href="http://www.ietf.org/old/2009/nomcom/msg08-25-2003.txt">IETF Nominations Committee Chair Announcement</a> August 25, 2003
<LI><a href="http://www.ietf.org/old/2009/nomcom/msg09.22.txt">NomCom call for volunteers</a> September 22, 2003<LI><A HREF="select-announce_03.txt">Selection of the Nominations Committee</A>
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg10.06.txt">NomCom Volunteer List</a> October 06, 2004
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg1010.txt">NomCom Selection</a> October 10, 2003
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg10.17.txt">Call for Nominees</a> October 17, 2003
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg10.24.txt">NomCom members</a> October 24, 2003<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg11.07.txt">NomCom at IETF</a> November 07, 2003
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg11.14.txt">NomCom News</a> November 14, 2003
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg11.26.txt">Reminder - nominations to replace Randy Bush</a> Nove
mber 26, 2003
<LI><A HREF="msg12.01.txt">Randy Bush replacement schedule</a> December 01, 2003
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg12.01.txt">Randy Bush replacement schedule</a> December 01, 2003
<LI><A HREF="msg01.14.txt">Randy Bush replacement</a> January 14, 2004
<LI><A HREF="msg02.13.txt">NomCom results</a> February 13, 2004
<LI><A HREF="msg09.28.txt">Call for Security AD nominations</a> September 28, 2004
<LI><A HREF="msg11.07.04.txt">Steve Bellovin replacement</a> November 07, 2004
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg01.14.txt">Randy Bush replacement</a> January 14, 2004
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg02.13.txt">NomCom results</a> February 13, 2004
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg09.28.txt">Call for Security AD nominations</a> September 28, 2004
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg11.07.04.txt">Steve Bellovin replacement</a> November 07, 2004
<h3>Messages from 2002-2003 NomCom</h3>
Committee Chair: <A HREF="mailto:PRoberts\@MEGISTO.com">Phil Roberts</A>
<br><br>
<LI><A HREF="msg19765.html">First Call for Volunteers</A> July 30, 2002
<LI><A HREF="select-announce.txt">Selection of the Nominations Committee</A><LI><A HREF="msg0918.txt">Announcement of the Nominations Committee</A> September 18, 2002
<LI><A HREF="msg10.21.txt">Announcement of IESG and IAB Nominations Requests</A>
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg19765.html">First Call for Volunteers</A> July 30, 2002
<LI><A HREF="select-announce.txt">Selection of the Nominations Committee</A><LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg0918.txt">Announcement of the Nominations Committee</A> September 18, 2002
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg10.21.txt">Announcement of IESG and IAB Nominations Requests</A>
October 21, 2002
<LI><A HREF="msg11.05.txt">Announcement of IESG and IAB Nominations Requests</A>
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg11.05.txt">Announcement of IESG and IAB Nominations Requests</A>
November 5, 2002
<LI><A HREF="msg11.12.txt">Announcement of IESG and IAB Nominations Requests</A>
<LI><A HREF="http://www.ietf.org/old/2009/nomcom/msg11.12.txt">Announcement of IESG and IAB Nominations Requests</A>
November 12, 2002
<LI><a href="msg02.27.txt">IETF Nomcom Announcement</a> February 27, 2003
<LI><a href="http://www.ietf.org/old/2009/nomcom/msg02.27.txt">IETF Nomcom Announcement</a> February 27, 2003
, 2003
<LI><a href="msg06.11.txt">Announcement of IESG and IAB Nominations Request</a> June 11, 2003
<LI><a href="msg07.15.txt">Nomcom result announcement</a> July 15, 2003
<LI><a href="http://www.ietf.org/old/2009/nomcom/msg06.11.txt">Announcement of IESG and IAB Nominations Request</a> June 11, 2003
<LI><a href="http://www.ietf.org/old/2009/nomcom/msg07.15.txt">Nomcom result announcement</a> July 15, 2003
<h3>Historical Information</h3>
<li><a href="chairs">IAB/IESG Nominating Committee Chairs (by year)</a>
<li><a href="http://www.ietf.org/nomcom/committee.html">IAB/IESG Nominating Committee Members (by year)</a>
<li><a href="http://www.ietf.org/NomCom.html">IAB/IESG Nominating Committee Members (by year)</a>
<h3>References</h3>
<LI><A HREF="/rfc/rfc2026.txt">The Internet Standards Process (RFC 2026)</A>
<LI><A HREF="/rfc/rfc3777.txt">IAB and IESG Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall Committees (RFC 3777) (Also BCP10)</A>
<LI><A HREF="/rfc/rfc3797.txt">Publicly Verifiable Nominations Committee (NomCom) Random Selection (RFC 3797)</A>
<LI><A HREF="http://www.ietf.org/rfc/rfc2026.txt">The Internet Standards Process (RFC 2026)</A>
<LI><A HREF="http://www.ietf.org/rfc/rfc3777.txt">IAB and IESG Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall Committees (RFC 3777) (Also BCP10)</A>
<LI><A HREF="http://www.ietf.org/rfc/rfc3797.txt">Publicly Verifiable Nominations Committee (NomCom) Random Selection (RFC 3797)</A>
{% endblock %}