{% extends "base.html" %} {# Copyright The IETF Trust 2016-2023, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters %} {% load person_filters %} {% load textfilters %} {% block html_attrs %}prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article#"{% endblock %} {% block pagehead %} {% include "doc/opengraph.html" %} {% endblock %} {% block morecss %} .rfcmarkup :is(h1, h2, h3, h4, h5, h6), .rfcmarkup :is(.h1, .h2, .h3, .h4, .h5, .h6) { font-weight: bold; font-size: 1em; } .rfcmarkup .newpage { margin-top: -1.5em; } .rfcmarkup .grey, hr { opacity: .25; } {% endblock %} {% block title %} {% if doc.type_id == "rfc" and not snapshot %} RFC {{ rfc_number }} - {{ doc.title }} {% else %} {{ name }}-{{ doc.rev }} - {{ doc.title }} {% endif %} {% endblock %} {% block content %} {% origin %} {{ top|safe }} {% include "doc/revisions_list.html" with document_html=document_html %}
{% if doc.rev != latest_rev %}Stream | {% if doc.stream %}{% if doc.stream.slug != "legacy" %} {% if doc.stream_id == 'ietf' %} WG {% else %} {{ doc.stream }} {% endif %} state {% else %} Legacy state {% endif %} | {% if doc.stream and can_edit_stream_info and doc.stream.slug != "legacy" and not snapshot %} Edit {% endif %} | {% if stream_state %} {{ stream_state }} {% else %} (None) {% endif %} {% if stream_tags %} {% endif %} {% if due_date %} (Due date {{ due_date }}) {% endif %} | {% else %}Stream state | (No stream defined) | {% endif %}|
---|---|---|---|---|---|---|
Associated {% if doc.stream_id == 'ietf' %} WG {% else %} {{ doc.stream }} {% endif %} milestone{{ milestones|pluralize }} |
|
|||||
Consensus boilerplate | {% if can_edit_stream_info and not snapshot %} Edit {% endif %} | {{ consensus }} | ||||
On agenda | {% if not snapshot %} {% if user|has_role:"Secretariat,Area Director,WG Chair,WG Secretary,RG Chair,RG Secretary,IRTF Chair,Team Chair" or can_edit_stream_info %} {% doc_edit_button "ietf.doc.views_doc.all_presentations" name=doc.name %} {% endif %} {% endif %} | {% if presentations %} {% for pres in presentations %} {{ pres.session.short_name }} at {{ pres.session.meeting }} {% if pres.rev and pres.rev != doc.rev %}(version -{{ pres.rev }}){% endif %}{% if not forloop.last %},{% endif %} {% endfor %} {% else %} (None) {% endif %} | ||||
{% if doc.stream_id == 'iab' %}IAB shepherd{% else %}Document shepherd{% endif %} | {% if can_edit_stream_info and not snapshot %} Edit {% elif is_shepherd %} Change Email {% endif %} | {% if doc.shepherd %} {% person_link doc.shepherd.person %} {% else %} (None) {% endif %} | ||||
Shepherd write-up | {% if can_edit_shepherd_writeup %} {% url 'ietf.doc.views_draft.edit_shepherd_writeup' name=doc.name as doc_edit_url %} {% if doc_edit_url %} Edit {% endif %} {% endif %} | {% if shepherd_writeup %} Show Last changed {{ shepherd_writeup.time|date:"Y-m-d" }} {% else %} (None) {% endif %} | ||||
RFC Editor Note | {% if can_edit_stream_info %} Edit {% endif %} | {% if doc.has_rfc_editor_note %} (last changed {{ doc.has_rfc_editor_note|date:"Y-m-d" }}) {% else %} (None) {% endif %} | ||||
This information refers to IESG processing after the RFC was initially published: | ||||||
IESG | IESG state | {% if iesg_state.slug != 'idexists' and iesg_state.slug != 'dead' and can_edit or user|has_role:"Secretariat" %} Edit {% endif %} | {% if iesg_state_summary|striptags == iesg_state_summary %} {{ iesg_state_summary|default:"I-D Exists"|urlize_ietf_docs }} {% else %} {{ iesg_state_summary|default:"I-D Exists" }} {% endif %} | |||
Action Holder{{ doc.documentactionholder_set.all|pluralize }} | {% if can_edit %} Edit {% endif %} |
{% if doc.action_holders.exists %}
{% for action_holder in doc.documentactionholder_set.all %}
{% person_link action_holder.person title=action_holder.role_for_doc %} {{ action_holder|action_holder_badge }}
{% endfor %}
{% if can_edit %}
Send reminder email
{% endif %}
{% else %}
(None)
{% endif %}
|
||||
Consensus boilerplate | {% if can_edit or can_edit_stream_info and not snapshot %} Edit {% endif %} | {{ consensus }} | ||||
Telechat date | {% if can_edit and not snapshot %} Edit {% endif %} |
{% if telechat %}
On agenda of {{ telechat.telechat_date }} IESG telechat
{% if telechat.returning_item %}(returning item){% endif %}
{% else %}
(None)
{% endif %}
{% if iesg_ballot_summary %}
{{ iesg_ballot_summary }} {% endif %} |
||||
Responsible AD | {% if can_edit %} Edit {% endif %} | {% if doc.ad %} {% person_link doc.ad %} {% else %} (None) {% endif %} | ||||
IESG note | {# IESG Notes are historic and read-only now #} | {{ doc.notedoc.note|urlize_ietf_docs|linkify|linebreaksbr }} | ||||
Send notices to | {% if can_edit_notify and not snapshot %} Edit {% endif %} | {% if doc.notify %} {{ doc.notify|linkify }} {% else %} (None) {% endif %} | ||||
IANA | IANA review state | {% if can_edit_iana_state and not snapshot %} Edit {% endif %} | {% if not iana_review_state %} (None) {% else %} {{ iana_review_state }} {% endif %} | |||
{% if not can_edit_iana_state and not iana_review_state %}IANA{% endif %} | IANA action state | {% if can_edit_iana_state and not snapshot %} Edit {% endif %} | {% if not iana_action_state %} (None) {% else %} {{ iana_action_state }} {% endif %} | |||
{% if not can_edit_iana_state and not iana_review_state and not iana_action_state %}IANA{% endif %} | IANA expert review state | {% if can_edit_iana_state and not snapshot %} Edit {% endif %} | {% if not iana_experts_state %} (None) {% else %} {{ iana_experts_state }} {% endif %} | |||
{% if not can_edit_iana_state and not iana_review_state and not iana_action_state and not iana_experts_state %} IANA {% endif %} | IANA expert review comments | {% if can_edit_iana_state and not snapshot %} Edit {% endif %} | {% if not iana_experts_comment %} (None) {% else %} {{ iana_experts_comment }} {% endif %} | |||
RFC Editor | RFC Editor state | {{ rfc_editor_state }} | ||||
Details | {% if rfc_editor_auth48_url %} {% endif %} |
This Internet-Draft is no longer active. A copy of the expired Internet-Draft is available in these formats:
{% include "doc/document_format_buttons.html" %}Abstract
{{ doc.abstract }}
Authors
{% for author in doc.documentauthor_set.all %}
{% person_link author.person %}
{% if not forloop.last %}
{% endif %}
{% endfor %}
(Note: The e-mail addresses provided for the authors of this Internet-Draft may no longer be valid.)