messages about there being a couple of minutes delay between submission and the appearance of htmlized document and diff on the tools servers. - Legacy-Id: 5835
31 lines
1.3 KiB
Plaintext
31 lines
1.3 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 the previous version is available at:
|
|
http:{{settings.RFCDIFF_PREFIX}}?url2={{ submission.filename }}-{{ submission.revision }}
|
|
{% endif %}
|
|
|
|
Please note that it may take a couple of minutes from the time of submission
|
|
until the htmlized version and diff are available at tools.ietf.org.
|
|
|
|
Internet-Drafts are also available by anonymous FTP at:
|
|
ftp://ftp.ietf.org/internet-drafts/
|
|
{% endautoescape %}
|