* s/Internet Draft/Internet-Draft/i * s/draft/Internet-Draft/i or s/draft/I-D/i * s/ID/I-D/ * Fix tests * a -> an * Undo case-change to ASCII * Address code review comments * Add migrations * Add merged migration * fix: straighten out migrations * fix: finish straightening out migrations --------- Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
19 lines
1 KiB
Plaintext
19 lines
1 KiB
Plaintext
{% autoescape off %}{% load ietf_filters %} Current Internet-Drafts
|
|
{% if with_abstracts %}
|
|
This summary sheet provides a short synopsis of each Internet-Draft
|
|
available within the "internet-drafts" directory at the shadow
|
|
sites directory. These Internet-Drafts are listed alphabetically by working
|
|
group acronym and start date.{% else %}
|
|
This summary sheet provides an index of each Internet-Draft. These
|
|
Internet-Drafts are listed alphabetically by Working Group acronym and initial
|
|
post date.{% endif %} Generated {{ time }}.
|
|
|
|
{% for group in groups %}
|
|
{% filter underline %}{{ group.name }} ({{ group.acronym }}){% endfilter %}
|
|
{% for d in group.active_drafts %}
|
|
{% filter wordwrap:76|indent:2 %}"{{ d.title|clean_whitespace }}", {% for a in d.authors %}{{ a.strip }}, {% endfor %}{{ d.rev_time|date:"Y-m-d"}}, <{{ d.name }}-{{ d.rev }}{{ d.exts }}>
|
|
{% endfilter %}{% if with_abstracts %}
|
|
{{ d.abstract.strip|unindent|fill:72|indent:6 }}
|
|
{% endif %}{% endfor %}{% endfor %}{% endautoescape %}
|
|
|