Changes to reflect repository moves. - Legacy-Id: 19006 Note: SVN reference [18997] has been migrated to Git commit ceb7121018f8dcb877c5777c487f6b49f49b70ed
17 lines
606 B
Plaintext
17 lines
606 B
Plaintext
{% autoescape off %}
|
|
A new version (-{{ submission.rev }}) has been submitted for {{ submission.name }}:
|
|
{{settings.IETF_ID_ARCHIVE_URL}}{{ submission.name }}-{{ submission.rev }}.txt{% if submission.xml_version == "3" %}
|
|
{{settings.IETF_ID_ARCHIVE_URL}}{{ submission.name }}-{{ submission.rev }}.html{% endif %}
|
|
{% if msg %}
|
|
{{ msg|striptags }}
|
|
{% endif %}
|
|
|
|
The IETF datatracker page for this Internet-Draft is:
|
|
https://datatracker.ietf.org/doc/{{ submission.name }}/
|
|
|
|
Diff from previous version:
|
|
{{rfcdiff_base_url}}?url2={{ submission.name }}-{{ submission.rev }}
|
|
|
|
IETF Secretariat.
|
|
{% endautoescape %}
|