{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load staticfiles %} {% load ietf_filters %} {% block pagehead %} {% endblock %} {% block morecss %} .inline { display: inline; } {% endblock %} {% block title %} {% if doc.get_state_slug == "rfc" %} RFC {{ rfc_number }} {% else %} {{ name }}-{{ doc.rev }} {% endif %} {% endblock %} {% block content %} {% origin %} {{ top|safe }} {% include "doc/revisions_list.html" %}
The information below is for an old version of the document | {% else %}{% endif %} | ||||||
---|---|---|---|---|---|---|---|
Document | Type |
{% if doc.get_state_slug == "rfc" %}
RFC - {{ doc.std_level }}
({% if published %}{{ published.time|date:"F Y" }}{% else %}publication date unknown{% endif %}{% if has_errata %}; Errata{% else %}; No errata{% endif %})
{% if obsoleted_by %} Obsoleted by {{ obsoleted_by|join:", "|urlize_ietf_docs }} {% endif %}
{% if updated_by %}Updated by {{ updated_by|join:", "|urlize_ietf_docs }} {% endif %}
{% if obsoletes %}Obsoletes {{ obsoletes|join:", "|urlize_ietf_docs }} {% endif %}
{% if updates %}Updates {{ updates|join:", "|urlize_ietf_docs }} {% endif %}
{% if status_changes %}Status changed by {{ status_changes|join:", "|urlize_ietf_docs }} {% endif %}
{% if proposed_status_changes %}Proposed status changed by {{ proposed_status_changes|join:", "|urlize_ietf_docs }} {% endif %}
{% if rfc_aliases %}Also known as {{ rfc_aliases|join:", "|urlize_ietf_docs }} {% endif %}
{% if draft_name %}Was {{ draft_name }} {% if submission %}({{ submission|safe }}){% endif %} {% endif %}
{% else %}
{{ doc.get_state }} Internet-Draft {% if submission %}({{ submission|safe }}){% endif %}
{% if resurrected_by %}- resurrect requested by {{ resurrected_by }}{% endif %}
{% endif %}
|
|||||
Last updated | {{ doc.time|date:"Y-m-d" }} {% if latest_revision and latest_revision.time.date != doc.time.date %} (latest revision {{ latest_revision.time|date:"Y-m-d" }}) {% endif %} | ||||||
Replaces | {% if can_edit_stream_info %} Edit {% endif %} | {{ replaces|join:", "|urlize_ietf_docs|default:"(None)" }} | |||||
Replaced by | {{ replaced_by|join:", "|urlize_ietf_docs }} | ||||||
Possibly Replaces | {% if can_edit_replaces %} Edit {% endif %} | {{ possibly_replaces|join:", "|urlize_ietf_docs }} | |||||
Possibly Replaced By | {% if can_edit_replaces %} {% comment %}Edit{% endcomment %} {% endif %} | {{ possibly_replaced_by|join:", "|urlize_ietf_docs }} | |||||
Stream | {% if can_change_stream %} Edit {% endif %} | {{ doc.stream|default:"(None)" }} | |||||
Intended RFC status | {% if can_edit or can_edit_stream_info %} Edit {% endif %} | {{ doc.intended_std_level|default:"(None)" }} | |||||
Formats |
{% if doc.get_state_slug != "active" and doc.get_state_slug != "rfc" %} Expired & archived {% endif %}
{% if file_urls %}
{% for label, url in file_urls %}
{{ label }}
{% endfor %}
{% else %}
(not online)
{% endif %}
|
||||||
IETF conflict review | {{ conflict_reviews|join:", "|urlize_ietf_docs }} | ||||||
Stream | {% if doc.stream %}{% if doc.stream.slug != "legacy" %} {% if doc.stream.slug == "ietf" %} WG {% else %} {{ doc.stream }} {% endif %} state {% else %} Legacy state {% endif %} | {% if doc.stream and can_edit_stream_info %} Edit {% endif %} | {{ stream_state|default:"(None)" }} {% for m in milestones %} {{ m.due|date:"M Y" }} {% endfor %} {% if stream_tags %} {% endif %} | {% else %}Stream state | (No stream defined) | {% endif %}||
Consensus | {% if can_edit or can_edit_stream_info %} Edit {% endif %} | {{ consensus }} | |||||
Document shepherd | {% if can_edit_stream_info %} Edit {% elif is_shepherd %} Change Email {% endif %} | {% if doc.shepherd %}{{ doc.shepherd.person }}{% else %}No shepherd assigned{% endif %} | |||||
Shepherd write-up | {% if can_edit_shepherd_writeup %} {% url "doc_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 %} | |||||
This information refers to IESG processing after the RFC was initially published: | |||||||
IESG | IESG state | {% if iesg_state and can_edit %} Edit {% endif %} | {{ iesg_state_summary|default:"I-D Exists" }} | ||||
Telechat date | {% if can_edit %} Edit {% endif %} |
{% if telechat %}
On agenda of {{ telechat.telechat_date }} IESG telechat
{% if telechat.returning_item %}
(returning item)
{% endif %}
{% else %}
{% if can_edit %}
(None)
{% endif %}
{% endif %}
{% if ballot_summary %}
{{ ballot_summary }} {% endif %} |
|||||
Responsible AD | {% if can_edit %} Edit {% endif %} | {{ doc.ad|default:"(None)" }} | |||||
IESG note | {% if can_edit %} Edit {% endif %} | {{ doc.note|default:"(None)"|linebreaksbr }} | |||||
Send notices to | {% if can_edit_notify %} Edit {% endif %} | {{ doc.notify|default:"(None)"}} | |||||
IANA | IANA review state | {% if can_edit_iana_state %} Edit {% endif %} | {{ iana_review_state }} | ||||
IANA action state | {% if can_edit_iana_state %} Edit {% endif %} | {{ iana_action_state }} | |||||
RFC Editor | RFC Editor state | {{ rfc_editor_state }} |
{{ doc.abstract }}
{% for author in doc.documentauthor_set.all %}
{% if not author.author.invalid_address %}
{% endif %}
{{ author.author.person }}
{% if not author.author.invalid_address %}
({{ author.author.address }})
{% endif %}
{% if not forloop.last %}
{% endif %}
{% endfor %}
(Note: The e-mail addresses provided for the authors of this Internet-Draft may no longer be valid.)