28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
{% autoescape off %}
|
|
A New Internet-Draft is available from the on-line Internet-Drafts directories.
|
|
{% if submission.group_acronym %} This draft is a work item of the {{ submission.group_acronym.group_acronym.name }} Working Group of the IETF.{% endif %}
|
|
|
|
Title : {{ submission.id_document_name }}
|
|
Author(s) : {% for author in authors %}{{ author }}{% if not forloop.last %}
|
|
{% endif %}{% endfor %}
|
|
Filename : {{ submission.filename }}-{{ submission.revision }}.txt
|
|
Pages : {{ submission.txt_page_count }}
|
|
Date : {{ submission.submission_date|date:"Y-m-d" }}
|
|
|
|
Abstract:
|
|
{{ submission.abstract }}
|
|
|
|
The IETF datatracker status page for this draft is:
|
|
https://datatracker.ietf.org/doc/{{ submission.filename }}
|
|
|
|
There's also a htmlized version available at:
|
|
http://tools.ietf.org/html/{{ submission.filename }}-{{ submission.revision }}
|
|
{% if submission.revision != "00" %}
|
|
A diff from previous version is available at:
|
|
http://tools.ietf.org/rfcdiff?url2={{ submission.filename }}-{{ submission.revision }}
|
|
{% endif %}
|
|
|
|
Internet-Drafts are also available by anonymous FTP at:
|
|
ftp://ftp.ietf.org/internet-drafts/
|
|
{% endautoescape %}
|