* chore: Use URL resolver more * Use settings.IDTRACKER_BASE_URL * More fixes * Use URL resolver for things under /accounts * Use URL resolver for things under /stream * Use URL resolver for things under /iesg * Use URL resolver for things under /meeting * Fix bugs * Use URL resolver for things under /help * Use URL resolver for things under /ipr * More changes * Revert vnu.jar * Fix typos * Address review comments by @rjsparks Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
{% autoescape off %}
|
|
A new version of I-D, {{ submission.name }}-{{ submission.rev }}.txt
|
|
has been successfully submitted by {{ submission.submitter_parsed.name }} and posted to the
|
|
IETF repository.
|
|
|
|
Name: {{ submission.name }}
|
|
Revision: {{ submission.rev }}
|
|
Title: {{ submission.title }}
|
|
Document date: {{ submission.document_date|date:"Y-m-d" }}
|
|
Group: {{ group }}
|
|
Pages: {{ submission.pages }}
|
|
URL: {{ settings.IETF_ID_ARCHIVE_URL }}{{ submission.name }}-{{ submission.rev }}.txt
|
|
Status: {{ settings.IDTRACKER_BASE_URL }}{% url 'ietf.doc.views_doc.document_main' name=submission.name %}{% if submission.xml_version == "3" %}
|
|
Html: {{ settings.IETF_ID_ARCHIVE_URL }}{{ submission.name }}-{{ submission.rev }}.html{% endif %}
|
|
Htmlized: {{ settings.IDTRACKER_BASE_URL }}{% url 'ietf.doc.views_doc.document_html' name=submission.name %}
|
|
{% if submission.rev != "00" %}Diff: {{rfcdiff_base_url}}?url2={{ submission.name }}-{{ submission.rev }}{% endif %}
|
|
|
|
Abstract:
|
|
{{ submission.abstract }}
|
|
|
|
{{ submission.note|default:"" }}
|
|
|
|
The IETF Secretariat
|
|
{% endautoescape %}
|