Skip to content

Commit a91e7aa

Browse files
committed
Merged in [17493] from mahoney@nostrum.com:
Changed awkward IESG/IAB Nominating Committee names to just NomCom, updated a ref. Fixes ietf-tools#2860. - Legacy-Id: 17515 Note: SVN reference [17493] has been migrated to Git commit cf98a64
1 parent 81cefbd commit a91e7aa

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

ietf/nomcom/factories.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright The IETF Trust 2015-2019, All Rights Reserved
1+
# Copyright The IETF Trust 2015-2020, All Rights Reserved
22
# -*- coding: utf-8 -*-
33

44

@@ -77,7 +77,7 @@ def nomcom_kwargs_for_year(year=None, *args, **kwargs):
7777
if 'group__acronym' not in kwargs:
7878
kwargs['group__acronym'] = 'nomcom%d'%year
7979
if 'group__name' not in kwargs:
80-
kwargs['group__name'] = 'TEST VERSION of IAB/IESG Nominating Committee %d/%d'%(year,year+1)
80+
kwargs['group__name'] = 'TEST VERSION of NomCom %d/%d'%(year,year+1)
8181
return kwargs
8282

8383

ietf/templates/nomcom/announcements.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "base.html" %}
2-
{# Copyright The IETF Trust 2015, All Rights Reserved #}
2+
{# Copyright The IETF Trust 2015-2020, All Rights Reserved #}
33
{% load origin %}
44
{% load ietf_filters staticfiles %}
55

@@ -9,15 +9,15 @@
99

1010
{% block bodyAttrs %}data-spy="scroll" data-target="#affix"{% endblock %}
1111

12-
{% block title %}IAB/IESG Nominating Committee{% endblock %}
12+
{% block title %}NomCom{% endblock %}
1313

1414
{% block content %}
1515
{% origin %}
1616
<div class="row">
1717
<div class="col-md-10">
1818

1919

20-
<h1>IAB/IESG Nominating Committee</h1>
20+
<h1>NomCom</h1>
2121

2222
<p>
2323
<b>Current committee chair:</b>
@@ -56,15 +56,15 @@ <h2 class="anchor-target" id="{{ regime.group.start_year }}">Messages from {{ re
5656

5757
<h2 class="anchor-target" id="historical">Historical information</h2>
5858
<ul>
59-
<li><a href="https://www.ietf.org/nomcom/committee.html">IAB/IESG Nominating Committee Members (by year)</a></li>
59+
<li><a href="https://www.ietf.org/nomcom/committee.html">NomCom Members (by year)</a></li>
6060
</ul>
6161

6262

6363
<h2 class="anchor-target" id="references">References</h2>
6464
<ul>
65-
<li><a href="https://www.ietf.org/rfc/rfc2026.txt">The Internet Standards Process (RFC 2026)</a></li>
66-
<li><a href="https://www.ietf.org/rfc/rfc3777.txt">IAB and IESG Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall </a>Committees (RFC 3777) (Also BCP10)
67-
<li><a href="https://www.ietf.org/rfc/rfc3797.txt">Publicly Verifiable Nominations Committee (NomCom) Random Selection (RFC 3797)</a></li>
65+
<li><a href="https://datatracker.ietf.org/doc/rfc2026/">The Internet Standards Process (RFC 2026)</a></li>
66+
<li><a href="https://datatracker.ietf.org/doc/rfc8713/">IAB, IESG, IETF Trust, and IETF LLC Selection, Confirmation, and Recall Process: Operation of the IETF Nominating and Recall Committees (RFC 8713) (Also BCP10)
67+
<li><a href="https://datatracker.ietf.org/doc/rfc3797/">Publicly Verifiable Nominations Committee (NomCom) Random Selection (RFC 3797)</a></li>
6868
</ul>
6969

7070

ietf/templates/nomcom/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{% extends "base.html" %}
2-
{# Copyright The IETF Trust 2015, All Rights Reserved #}
2+
{# Copyright The IETF Trust 2015-2020, All Rights Reserved #}
33
{% load origin %}
44
{% load ietf_filters staticfiles %}
55

66
{% block pagehead %}
77
<link rel="stylesheet" href="{% static "jquery.tablesorter/css/theme.bootstrap.min.css" %}">
88
{% endblock %}
99

10-
{% block title %}IAB/IESG NomComs{% endblock %}
10+
{% block title %}NomComs{% endblock %}
1111

1212
{% block content %}
1313
{% origin %}
14-
<h1>IAB/IESG NomComs</h1>
14+
<h1>NomComs</h1>
1515

1616
<table class="table table-condensed table-striped tablesorter">
1717
<thead>
@@ -49,4 +49,4 @@ <h1>IAB/IESG NomComs</h1>
4949

5050
{% block js %}
5151
<script src="{% static "jquery.tablesorter/js/jquery.tablesorter.combined.min.js" %}"></script>
52-
{% endblock %}
52+
{% endblock %}

0 commit comments

Comments
 (0)