File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 < td >
2020 {% if doc.get_state_slug == "rfc" %}
2121 RFC - {{ doc.std_level }}
22- ({% if published %}{{ published.time|date:"F Y" }}{% else %}publication date unknown{% endif %}{% if has_errata %}; < a href ="http://www.rfc-editor.org/errata_search.php?rfc={{ rfc_number }} " rel ="nofollow "> Errata</ a > {% endif %})
22+ ({% if published %}{{ published.time|date:"F Y" }}{% else %}publication date unknown{% endif %}{% if has_errata %}; < a href ="http://www.rfc-editor.org/errata_search.php?rfc={{ rfc_number }} " rel ="nofollow "> Errata</ a > {% else %}; No errata{% endif %})
2323
2424 {% if obsoleted_by %}< div > Obsoleted by {{ obsoleted_by|join:", "|urlize_ietf_docs }}</ div > {% endif %}
2525 {% if updated_by %}< div > Updated by {{ updated_by|join:", "|urlize_ietf_docs }}</ div > {% endif %}
272272
273273{% else %}
274274
275- < p > This Internet-Draft is no longer active. Unofficial copies of old Internet-Drafts can be found here:< br />
276- < a href ="http://tools .ietf.org/id/{{ doc.name }} "> http://tools .ietf.org/id/{{ doc.name }}</ a > </ p >
275+ < p > This Internet-Draft is no longer active. A copy of the expired Internet-Draft can be found here:< br />
276+ < a href ="http://www .ietf.org/archive/ id/{{ doc.name }}-{{ doc.rev }}.txt "> http://www .ietf.org/archive/ id/{{ doc.name }}-{{ doc.rev }}.txt </ a >
277277
278278< h4 > Abstract</ h4 >
279279
You can’t perform that action at this time.
0 commit comments