{# bs5ok #} {% extends "base.html" %} {% load origin %} {% load ietf_filters static %} {% block title %}{{ stats_title }}{% endblock %} {% block pagehead %} {% endblock %} {% block content %} {% origin %}

Draft/RFC statistics

{% for slug, label, url in possible_document_stats_types %} {{ label }} {% endfor %}
{% for slug, label, url in possible_author_stats_types %} {{ label }} {% endfor %}
{% for slug, label, url in possible_yearly_stats_types %} {{ label }} {% endfor %}

Options

{% for slug, label, url in possible_document_types %} {{ label }} {% endfor %}
{% for slug, label, url in possible_time_choices %} {{ label }} {% endfor %}
Please Note: The author information in the datatracker about RFCs with numbers lower than about 1300 and drafts from before 2001 is unreliable and in many cases absent. For this reason, statistics on these pages does not show correct author stats for corpus selections that involve such documents.
{% include content_template %} {% endblock %} {% block js %} {% endblock %}