{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% block title %}Index of all Internet-Drafts and RFCs{% endblock %} {% block content %} {% origin %}
This page lists all Internet-Drafts and RFCs. The main purpose of this page is to ensure all pages can be found by search engines. For normal use, it is recommended to use the search page.
There is also an index of active Internet-Drafts with more information.
In addition, the following files are available for download:
The documents are listed in the following categories:
{{ links|safe }}
{% endfor %} {% endblock %}