using the htmlization code previously developed for tools.ietf.org. As the generation of the htmlized page is a bit too costly to do on the fly for often-referenced drafts and RFCs, the part of each page which contains the htmlized document is cached on file with a cache time of 2 weeks. Changed all links which pointed to the htmlized version on tools to instead point at the datatracker htmlized document. Tweaked some URLs which didn't permit retrieval of intermediate-rev-charters. Narrowed the pattern for document names to disallow dots in names, and instead explicitly enumerated the few historical draftw with dots in the name. Added a file-system cache for the htmlized documents, and specified a max_entries value for caches, overriding the default 300 entries. Tweaked the code for new author email entries to provide a time if missing in an updated entry. Changed links in various email templates which pointed at tools.ietf.org pages to instead point at datatracker pages, where appropriate. Changed the search result rows to provide links to both the current meta- information document pages (with a (i) info symbol) and to the new htmlized document pages. - Legacy-Id: 13040
31 lines
1.4 KiB
Plaintext
31 lines
1.4 KiB
Plaintext
{% autoescape off %}
|
|
A New Internet-Draft is available from the on-line Internet-Drafts directories.
|
|
{% if submission.group %}This draft is a work item of the {{ submission.group.name }}{% if group.type.name %} {{ group.type.name }}{% endif %} of the {% if group.type_id == "rg" %}IRTF{% else %}IETF{% endif %}.{% endif %}
|
|
|
|
Title : {{ submission.title }}
|
|
Author{{ submission.authors_parsed|pluralize:" ,s" }} : {% for author in submission.authors_parsed %}{{ author.name }}{% if not forloop.last %}
|
|
{% endif %}{% endfor %}
|
|
Filename : {{ submission.name }}-{{ submission.rev }}.txt
|
|
Pages : {{ submission.pages }}
|
|
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.name }}/
|
|
|
|
There's also a htmlized version available at:
|
|
https://datatracker.ietf.org/doc/html/{{ submission.name }}-{{ submission.rev }}
|
|
{% if submission.rev != "00" %}
|
|
A diff from the previous version is available at:
|
|
{{settings.RFCDIFF_BASE_URL}}?url2={{ submission.name }}-{{ submission.rev }}
|
|
{% endif %}
|
|
|
|
Please note that it may take a couple of minutes from the time of submission
|
|
until the diff is available at tools.ietf.org.
|
|
|
|
Internet-Drafts are also available by anonymous FTP at:
|
|
ftp://ftp.ietf.org/internet-drafts/
|
|
{% endautoescape %}
|