Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
- Legacy-Id: 9555
This commit is contained in:
parent
2099048ac1
commit
0d08fff0ac
|
@ -18,7 +18,7 @@
|
|||
A failure report with details about what happened has been sent to the
|
||||
server administrators. It would be helpful if you would file a bug
|
||||
report with additional information at the
|
||||
<a href="http://trac.tools.ietf.org/tools/ietfdb/newticket">IETF database issue tracker</a>, too.
|
||||
<a href="https://trac.tools.ietf.org/tools/ietfdb/newticket">IETF database issue tracker</a>, too.
|
||||
</p>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<link href="/fonts/PTSerif/stylesheet.css" rel='stylesheet' type='text/css'>
|
||||
{% comment %}
|
||||
<!-- Halloween
|
||||
<link href='http://fonts.googleapis.com/css?family=IM+Fell+English+SC|IM+Fell+DW+Pica:400,400italic|Nova+Mono|IM+Fell+English:400,400italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
||||
<link href='https://fonts.googleapis.com/css?family=IM+Fell+English+SC|IM+Fell+DW+Pica:400,400italic|Nova+Mono|IM+Fell+English:400,400italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
||||
-->
|
||||
{% endcomment %}
|
||||
|
||||
|
@ -119,16 +119,16 @@
|
|||
<hr>
|
||||
<div class="col-md-12">
|
||||
<div class="text-center padded">
|
||||
<a href="//www.internetsociety.org/" class="padded">ISOC</a>
|
||||
<a href="//trustee.ietf.org/" class="padded">IETF Trust</a>
|
||||
<a href="//www.rfc-editor.org/" class="padded">RFC Editor</a>
|
||||
<a href="//www.irtf.org/" class="padded">IRTF</a>
|
||||
<a href="//www.ietf.org/iesg/" class="padded">IESG</a>
|
||||
<a href="//www.ietf.org/" class="padded">IETF</a>
|
||||
<a href="//www.iab.org/" class="padded">IAB</a>
|
||||
<a href="//iaoc.ietf.org" class="padded">IASA & IAOC</a>
|
||||
<a href="//tools.ietf.org/" class="padded">IETF Tools</a>
|
||||
<a href="//www.iana.org/" class="padded">IANA</a>
|
||||
<a href="https://www.internetsociety.org/" class="padded">ISOC</a>
|
||||
<a href="https://trustee.ietf.org/" class="padded">IETF Trust</a>
|
||||
<a href="https://www.rfc-editor.org/" class="padded">RFC Editor</a>
|
||||
<a href="https://www.irtf.org/" class="padded">IRTF</a>
|
||||
<a href="https://www.ietf.org/iesg/" class="padded">IESG</a>
|
||||
<a href="https://www.ietf.org/" class="padded">IETF</a>
|
||||
<a href="https://www.iab.org/" class="padded">IAB</a>
|
||||
<a href="https://iaoc.ietf.org" class="padded">IASA & IAOC</a>
|
||||
<a href="https://tools.ietf.org/" class="padded">IETF Tools</a>
|
||||
<a href="https://www.iana.org/" class="padded">IANA</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -142,7 +142,7 @@
|
|||
<a href="/release/{{version_num}}/">Version {{ version_num }}</a>
|
||||
| {{revision_date}} |
|
||||
{% endif %}
|
||||
<a href="//tools.ietf.org/tools/ietfdb/newticket">Report a bug</a>
|
||||
<a href="https://tools.ietf.org/tools/ietfdb/newticket">Report a bug</a>
|
||||
{% if messages %}
|
||||
<ul class="messages">
|
||||
{% for message in messages %}
|
||||
|
@ -155,7 +155,7 @@
|
|||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
|
||||
<script>window.jQuery || document.write('<script src="/js/lib/jquery-1.11.2.min.js"><\/script>')</script>
|
||||
{% comment %}
|
||||
<!-- Remove the *-nojs attributes if we are running js. This depends on jQuery's removeClass(): -->
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
{% if flavor == "top" %}<li class="divider hidden-xs"></li>{% endif %}
|
||||
<li {%if flavor == "top" %}class="dropdown-header hidden-xs"{% else %}class="nav-header"{% endif %}>Other groups</li>
|
||||
<li><a href="{% url "ietf.group.info.concluded_groups" %}">Concluded WGs</a></li>
|
||||
<li><a href="//www.ietf.org/list/nonwg.html">Non-WG lists</a></li>
|
||||
<li><a href="https://www.ietf.org/list/nonwg.html">Non-WG lists</a></li>
|
||||
|
||||
{% if flavor == "top" %}</ul>{% endif %}
|
||||
|
||||
|
@ -83,8 +83,8 @@
|
|||
|
||||
<li><a href="/meeting/agenda/">Agenda</a></li>
|
||||
<li><a href="/meeting/">Materials</a></li>
|
||||
<li><a href="//www.ietf.org/meeting/proceedings.html">Past proceedings</a></li>
|
||||
<li><a href="//www.ietf.org/meeting/upcoming.html">Upcoming</a></li>
|
||||
<li><a href="https://www.ietf.org/meeting/proceedings.html">Past proceedings</a></li>
|
||||
<li><a href="https://www.ietf.org/meeting/upcoming.html">Upcoming</a></li>
|
||||
<li><a href="/meeting/requests">Session requests</a></li>
|
||||
{% if flavor == "top" %}</ul>{% endif %}
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<subtitle type="text">{{ subtitle }}</subtitle>
|
||||
<id>{{ id }}</id>
|
||||
<updated>{{ updated|date:"Y-m-d\TH:i:sO" }}</updated>
|
||||
<link rel="alternate" type="text/html" hreflang="en" href="http://{{ request.get_host }}/"/>
|
||||
<link rel="self" type="application/atom+xml" href="http://{{ request.get_host }}{{ request.get_full_path }}"/>
|
||||
<link rel="alternate" type="text/html" hreflang="en" href="https://{{ request.get_host }}/"/>
|
||||
<link rel="self" type="application/atom+xml" href="https://{{ request.get_host }}{{ request.get_full_path }}"/>
|
||||
|
||||
{% for entry in entries %}
|
||||
<entry>
|
||||
|
|
|
@ -6,7 +6,7 @@ email addresses included in the To and CC lines. (Feel free to cut this
|
|||
introductory paragraph, however.)
|
||||
|
||||
{% if doc.type_id == "draft" %}
|
||||
Please refer to http://www.ietf.org/iesg/statement/discuss-criteria.html
|
||||
Please refer to https://www.ietf.org/iesg/statement/discuss-criteria.html
|
||||
for more information about IESG DISCUSS and COMMENT positions.
|
||||
{% endif %}
|
||||
|
||||
|
|
|
@ -11,5 +11,5 @@
|
|||
<abstract><t>{{doc.abstract}}</t></abstract>
|
||||
</front>
|
||||
<seriesInfo name='Internet-Draft' value='{{doc.name}}-{{doc.rev}}' />
|
||||
<format type='TXT' target='http://www.ietf.org/internet-drafts/{{doc.name}}-{{doc.rev}}.txt' />
|
||||
<format type='TXT' target='https://www.ietf.org/internet-drafts/{{doc.name}}-{{doc.rev}}.txt' />
|
||||
</reference>
|
||||
|
|
|
@ -21,7 +21,7 @@ The IESG review is documented at:
|
|||
A URL of the reviewed Internet Draft is:
|
||||
{{conflictdoc_url}}
|
||||
|
||||
The process for such documents is described {% if conflictdoc.stream_id == 'ise' %}at http://www.rfc-editor.org/indsubs.html {% else %}{% if conflictdoc.stream_id == 'irtf' %}in RFC 5743 {% endif %} {% endif %}
|
||||
The process for such documents is described {% if conflictdoc.stream_id == 'ise' %}at https://www.rfc-editor.org/indsubs.html {% else %}{% if conflictdoc.stream_id == 'irtf' %}in RFC 5743 {% endif %} {% endif %}
|
||||
|
||||
Thank you,
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<td>
|
||||
{% if doc.get_state_slug == "rfc" %}
|
||||
RFC - {{ doc.std_level }}
|
||||
({% if published %}{{ published.time|date:"F Y" }}{% else %}publication date unknown{% endif %}{% if has_errata %}; <a href="//www.rfc-editor.org/errata_search.php?rfc={{ rfc_number }}" rel="nofollow">Errata</a>{% else %}; No errata{% endif %})
|
||||
({% if published %}{{ published.time|date:"F Y" }}{% else %}publication date unknown{% endif %}{% if has_errata %}; <a href="https://www.rfc-editor.org/errata_search.php?rfc={{ rfc_number }}" rel="nofollow">Errata</a>{% else %}; No errata{% endif %})
|
||||
|
||||
{% if obsoleted_by %}<div>Obsoleted by {{ obsoleted_by|join:", "|urlize_ietf_docs }}</div>{% endif %}
|
||||
{% if updated_by %}<div>Updated by {{ updated_by|join:", "|urlize_ietf_docs }}</div>{% endif %}
|
||||
|
@ -373,7 +373,7 @@
|
|||
<tr>
|
||||
<th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="rfceditor" %}">RFC Editor state</a></th>
|
||||
<td class="edit"></td>
|
||||
<td><a href="//www.rfc-editor.org/queue2.html#{{ doc.name }}">{{ rfc_editor_state }}</a></td>
|
||||
<td><a href="https://www.rfc-editor.org/queue2.html#{{ doc.name }}">{{ rfc_editor_state }}</a></td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
||||
|
@ -385,10 +385,10 @@
|
|||
<a class="btn btn-default btn-xs" href="{% url "ipr_search" %}?submit=draft&id={{ doc.name }}" rel="nofollow"><span class="fa fa-bolt"></span> IPR {% if doc.related_ipr %} <span class="badge">{{doc.related_ipr|length}}</span>{% endif %}</a>
|
||||
<a class="btn btn-default btn-xs" href="{% url "doc_references" doc.canonical_name %}" rel="nofollow"><span class="fa fa-long-arrow-left"></span> References</a>
|
||||
<a class="btn btn-default btn-xs" href="{% url "doc_referenced_by" doc.canonical_name %}" rel="nofollow"><span class="fa fa-long-arrow-right"></span> Referenced by</a>
|
||||
<a class="btn btn-default btn-xs" href="//www.ietf.org/tools/idnits?url=https://www.ietf.org/archive/id/{{ doc.filename_with_rev }}" rel="nofollow" target="_blank"><span class="fa fa-exclamation"></span> Nits</a>
|
||||
<a class="btn btn-default btn-xs" href="//www.google.com/search?as_q={{ doc.name }}&as_sitesearch={{ search_archive }}" rel="nofollow" target="_blank"><span class="fa fa-search"></span> Search lists</a>
|
||||
<a class="btn btn-default btn-xs" href="https://www.ietf.org/tools/idnits?url=https://www.ietf.org/archive/id/{{ doc.filename_with_rev }}" rel="nofollow" target="_blank"><span class="fa fa-exclamation"></span> Nits</a>
|
||||
<a class="btn btn-default btn-xs" href="https://www.google.com/search?as_q={{ doc.name }}&as_sitesearch={{ search_archive }}" rel="nofollow" target="_blank"><span class="fa fa-search"></span> Search lists</a>
|
||||
{% if user|has_role:"Area Director" %}
|
||||
<a class="btn btn-default btn-xs" href="//www.iesg.org/bin/c5i?mid=6&rid=77&target={{ doc.name }}" rel="nofollow" target="_blank">Search lists (ARO)</a>
|
||||
<a class="btn btn-default btn-xs" href="https://www.iesg.org/bin/c5i?mid=6&rid=77&target={{ doc.name }}" rel="nofollow" target="_blank">Search lists (ARO)</a>
|
||||
{% endif %}
|
||||
{% if user.is_authenticated %}
|
||||
{% if tracking_document %}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
Send a publication request to the RFC Editor for {{ doc }} and move it to the <i>{{ next_state.name }}</i> stream state.
|
||||
Please edit the message and remove any parts in brackets you do not
|
||||
fill in. For independent submissions, see the <a
|
||||
href="http://www.rfc-editor.org/indsubs.html">guidelines</a>.
|
||||
href="https://www.rfc-editor.org/indsubs.html">guidelines</a>.
|
||||
</p>
|
||||
|
||||
{% if not doc.intended_std_level %}
|
||||
|
|
|
@ -18,11 +18,11 @@
|
|||
|
||||
<p>In addition, the following files are available for download:</p>
|
||||
<ul>
|
||||
<li><a href="http://www.ietf.org/id/1id-index.txt">Active Internet-Drafts (text)</a></li>
|
||||
<li><a href="http://www.ietf.org/id/1id-abstracts.txt">Active Internet-Drafts with abstracts (text)</a></li>
|
||||
<li><a href="http://www.ietf.org/id/all_id2.txt">All Internet-Drafts (tab-separated)</a>, <a href="http://www.ietf.org/id/all_id.txt">older version (with fewer fields)</a></li>
|
||||
<li><a href="http://www.rfc-editor.org/rfc/rfc-index.txt">All RFCs (text)</a></li>
|
||||
<li><a href="http://www.rfc-editor.org/rfc/rfc-index.xml">All RFCs (XML)</a></li>
|
||||
<li><a href="https://www.ietf.org/id/1id-index.txt">Active Internet-Drafts (text)</a></li>
|
||||
<li><a href="https://www.ietf.org/id/1id-abstracts.txt">Active Internet-Drafts with abstracts (text)</a></li>
|
||||
<li><a href="https://www.ietf.org/id/all_id2.txt">All Internet-Drafts (tab-separated)</a>, <a href="https://www.ietf.org/id/all_id.txt">older version (with fewer fields)</a></li>
|
||||
<li><a href="https://www.rfc-editor.org/rfc/rfc-index.txt">All RFCs (text)</a></li>
|
||||
<li><a href="https://www.rfc-editor.org/rfc/rfc-index.xml">All RFCs (XML)</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Contents</h2>
|
||||
|
|
|
@ -14,7 +14,7 @@ The IESG would also like the IRSG or RFC-Editor to review the comments in the da
|
|||
A URL of this {{ doc_type }} is:
|
||||
{{ doc_url }}
|
||||
|
||||
The process for such documents is described {% if doc.stream_id == 'ise' %}at http://www.rfc-editor.org/indsubs.html {% else %}{% if doc.stream_id == 'irtf' %}in RFC 5743 {% endif %} {% endif %}
|
||||
The process for such documents is described {% if doc.stream_id == 'ise' %}at https://www.rfc-editor.org/indsubs.html {% else %}{% if doc.stream_id == 'irtf' %}in RFC 5743 {% endif %} {% endif %}
|
||||
|
||||
Thank you,
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<br>
|
||||
<b>{{ doc.title }}</b>
|
||||
{% if doc.has_errata %}
|
||||
<a class="label label-danger" href="//www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">Errata</a>
|
||||
<a class="label label-danger" href="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">Errata</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
{% endfor %}
|
||||
|
||||
{% if doc|state:"draft-rfceditor" %}
|
||||
<br>RFC Editor: <a href="//www.rfc-editor.org/queue2.html#{{ doc.name }}">{{ doc|state:"draft-rfceditor" }}</a>
|
||||
<br>RFC Editor: <a href="https://www.rfc-editor.org/queue2.html#{{ doc.name }}">{{ doc|state:"draft-rfceditor" }}</a>
|
||||
{% endif %}
|
||||
|
||||
{% else %}{# RFC #}
|
||||
|
|
|
@ -179,7 +179,7 @@ for publication, please explain why the document is being forwarded to
|
|||
the IESG.
|
||||
|
||||
(4) Does the document Shepherd have any concerns about the depth or
|
||||
breadth of the reviews that have been performed?
|
||||
breadth of the reviews that have been performed?
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<h1>Active IETF working groups</h1>
|
||||
|
||||
<a class="btn btn-default" href="{% url "ietf.group.info.concluded_groups" %}">Concluded WGs</a>
|
||||
<a class="btn btn-default" href="//www.ietf.org/dyn/wg/charter/history/">Historic charters</a>
|
||||
<a class="btn btn-default" href="https://www.ietf.org/dyn/wg/charter/history/">Historic charters</a>
|
||||
|
||||
{% for area in areas %}
|
||||
<h2 class="anchor-target" id="{{area.acronym}}">{{ area.name }} ({{ area.acronym }})</h2>
|
||||
|
|
|
@ -16,12 +16,12 @@
|
|||
{% if t.slug == "wg" %}
|
||||
<p>
|
||||
Some additional concluded WGs may
|
||||
be present <a href="//tools.ietf.org/wg/concluded">here</a>.
|
||||
be present <a href="https://tools.ietf.org/wg/concluded">here</a>.
|
||||
</p>
|
||||
{% elif t.slug == "rg" %}
|
||||
<p>
|
||||
The information below is incomplete and misses a few older RGs.
|
||||
Please check the <a href="//irtf.org/groups">IRTF site</a>
|
||||
Please check the <a href="https://irtf.org/groups">IRTF site</a>
|
||||
for more complete information.
|
||||
</p>
|
||||
{% endif %}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
{% if group.type_id == "wg" %}
|
||||
<p class="help-block">You can see the default Working Group I-D State Diagram
|
||||
in <a href="http://tools.ietf.org/html/rfc6174#section-4.1">Section 4.1 of RFC6174</a>.</p>
|
||||
in <a href="https://tools.ietf.org/html/rfc6174#section-4.1">Section 4.1 of RFC6174</a>.</p>
|
||||
{% endif %}
|
||||
|
||||
<h3>States</h3>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
<tr>
|
||||
<th>Logs</th>
|
||||
<td><a href="//jabber.ietf.org/logs/{{ group.acronym }}/">https://jabber.ietf.org/logs/{{ group.acronym }}/</a></td>
|
||||
<td><a href="https://jabber.ietf.org/logs/{{ group.acronym }}/">https://jabber.ietf.org/logs/{{ group.acronym }}/</a></td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
</table>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<dt>{{ conflictdoc.stream }} {{ conflictdoc.intended_std_level }}</dt>
|
||||
<dd>
|
||||
<a href="//www.ietf.org/id/{{ conflictdoc.name }}-{{ conflictdoc.rev }}.txt">
|
||||
<a href="https://www.ietf.org/id/{{ conflictdoc.name }}-{{ conflictdoc.rev }}.txt">
|
||||
<span class="fa fa-file"></span>
|
||||
</a>
|
||||
<a href="{% url "doc_view" name=conflictdoc.name %}">{{ conflictdoc.name }}</a>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<dd class="no-table">
|
||||
{% with doc.rfc_number as rfc_number %}
|
||||
{% if rfc_number %}
|
||||
<a href="//www.rfc-editor.org/rfc/rfc{{rfc_number}}/">
|
||||
<a href="https://www.rfc-editor.org/rfc/rfc{{rfc_number}}/">
|
||||
{% else %}
|
||||
<a href="{{doc.href}}">
|
||||
{% endif %}
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
license is implied by submission of this template.</p>
|
||||
|
||||
<p><b>Note:</b> According to Section 6.4.3 of
|
||||
<a href="//www.ietf.org/rfc/rfc3979.txt">RFC 3979</a>,
|
||||
<a href="https://www.ietf.org/rfc/rfc3979.txt">RFC 3979</a>,
|
||||
"Intellectual Property Rights in IETF Technology," you
|
||||
are still required to file specific disclosures on IPR unless your
|
||||
generic disclosure satisfies certain conditions. Please see the
|
||||
|
@ -59,7 +59,7 @@
|
|||
it to <a href="mailto:ietf-ipr@ietf.org">ietf-ipr@ietf.org</a>.
|
||||
Submissions made by e-mail that do not comply with the formal
|
||||
requirements of Section 6, "IPR Disclosures," of
|
||||
<a href="//www.ietf.org/rfc/rfc3979.txt">RFC 3979</a>,
|
||||
<a href="https://www.ietf.org/rfc/rfc3979.txt">RFC 3979</a>,
|
||||
"Intellectual Property Rights in IETF Technology",
|
||||
will be posted, but will be marked as "non-compliant".
|
||||
</p>
|
||||
|
@ -202,7 +202,7 @@
|
|||
{% if form.instance|to_class_name == "GenericIprDisclosure" %}
|
||||
<p class="alert alert-info">
|
||||
<strong>Note</strong>: According to
|
||||
<a href="http://www.ietf.org/rfc/rfc3979.txt?number=3979">RFC 3979</a>,
|
||||
<a href="https://www.ietf.org/rfc/rfc3979.txt?number=3979">RFC 3979</a>,
|
||||
Section 6.4.3, unless you check the box
|
||||
above, and choose either option a) or b), you must still file specific
|
||||
IPR disclosures as appropriate.
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
This page provides a mechanism for filing Disclosures about intellectual property rights
|
||||
(IPR) and for finding out what IPR Disclosures have been filed. The IETF intellectual
|
||||
property rights rules are defined in RFC 3979,
|
||||
<a href="http://www.ietf.org/rfc/rfc3979.txt">"Intellectual Property Rights in IETF Technology"</a>
|
||||
(updated by RFC4879, <a href="http://www.ietf.org/rfc/rfc4879.txt">"Clarification of the Third Party Disclosure Procedure in RFC 3979"</a>).
|
||||
<a href="https://www.ietf.org/rfc/rfc3979.txt">"Intellectual Property Rights in IETF Technology"</a>
|
||||
(updated by RFC4879, <a href="https://www.ietf.org/rfc/rfc4879.txt">"Clarification of the Third Party Disclosure Procedure in RFC 3979"</a>).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<div class="alert alert-info">
|
||||
<p>
|
||||
This page provides a mechanism for filing disclosures about intellectual property rights (IPR) and for finding out what IPR disclosures have been filed. The IETF intellectual property rights rules are defined in RFC 3979, <a href="http://www.ietf.org/rfc/rfc3979.txt">"Intellectual Property Rights in IETF Technology."</a>
|
||||
This page provides a mechanism for filing disclosures about intellectual property rights (IPR) and for finding out what IPR disclosures have been filed. The IETF intellectual property rights rules are defined in RFC 3979, <a href="https://www.ietf.org/rfc/rfc3979.txt">"Intellectual Property Rights in IETF Technology."</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
<th class="text-nowrap">Attachments</th>
|
||||
<td>
|
||||
{% for doc in liaison.attachments.all %}
|
||||
<a href="//datatracker.ietf.org/documents/LIAISON/{{ doc.external_url }}">{{ doc.title }}</a>
|
||||
<a href="https://datatracker.ietf.org/documents/LIAISON/{{ doc.external_url }}">{{ doc.title }}</a>
|
||||
{% if not forloop.last %}<br>{% endif %}
|
||||
{% empty %}
|
||||
(None)
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
available on
|
||||
the <a href="/wg/">Active IETF Working Groups</a> Web page.
|
||||
Charters for concluded working groups are available on
|
||||
the <a href="//www.ietf.org/wg/concluded/index.html">Concluded
|
||||
the <a href="https://www.ietf.org/wg/concluded/index.html">Concluded
|
||||
Working Groups</a> Web page.</p>
|
||||
|
||||
<table class="table table-condensed table-striped">
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<a class="btn btn-default" href="/meeting/agenda-utc">Agenda in UTC timezone</a>
|
||||
{% endif %}
|
||||
<a class="btn btn-default" href="/meeting/{{schedule.meeting.number}}/agenda.txt">Plaintext agenda</a>
|
||||
<a class="btn btn-default" href="//tools.ietf.org/agenda/{{schedule.meeting.number}}/">Tools-style agenda</a>
|
||||
<a class="btn btn-default" href="https://tools.ietf.org/agenda/{{schedule.meeting.number}}/">Tools-style agenda</a>
|
||||
</p>
|
||||
|
||||
{# cache this part for 5 minutes -- it takes 3-6 seconds to generate #}
|
||||
|
@ -195,12 +195,12 @@
|
|||
</td>
|
||||
<td class="hidden-xs" colspan="3">
|
||||
{% if item.timeslot.show_location and item.timeslot.get_location %}
|
||||
<a href="//tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|split:"/"|join:"/<wbr>"}}</a>
|
||||
<a href="https://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|split:"/"|join:"/<wbr>"}}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="visible-xs">
|
||||
{% if item.timeslot.show_location and item.timeslot.get_location %}
|
||||
<a href="//tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|split:"/"|join:"/<wbr>"}}</a>
|
||||
<a href="https://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|split:"/"|join:"/<wbr>"}}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td colspan="2">
|
||||
|
@ -225,12 +225,12 @@
|
|||
</th>
|
||||
<td class="hidden-xs" colspan="3">
|
||||
{% if item.timeslot.show_location and item.timeslot.get_location %}
|
||||
<a href="//tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|split:"/"|join:"/<wbr>"}}</a>
|
||||
<a href="https://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|split:"/"|join:"/<wbr>"}}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="visible-xs">
|
||||
{% if item.timeslot.show_location and item.timeslot.get_location %}
|
||||
<a href="//tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|split:"/"|join:"/<wbr>"}}</a>
|
||||
<a href="https://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|split:"/"|join:"/<wbr>"}}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
|
@ -240,7 +240,7 @@
|
|||
|
||||
<td>
|
||||
{% if item.timeslot.show_location and item.timeslot.get_location %}
|
||||
<a href="//tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|split:"/"|join:"/<wbr>"}}</a>
|
||||
<a href="https://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|split:"/"|join:"/<wbr>"}}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
{% else %}
|
||||
<td>
|
||||
{% if session.agenda %}
|
||||
<a href="//www.ietf.org/proceedings/{{meeting_num}}/agenda/{{ session.agenda }}">Agenda</a>
|
||||
<a href="https://www.ietf.org/proceedings/{{meeting_num}}/agenda/{{ session.agenda }}">Agenda</a>
|
||||
{% else %}
|
||||
{% if show_agenda == "True" %}
|
||||
<span class="label label-warning">No agenda</span>
|
||||
|
@ -31,7 +31,7 @@
|
|||
</td>
|
||||
<td>
|
||||
{% if session.minutes %}
|
||||
<a href="//www.ietf.org/proceedings/{{ meeting_num }}/minutes/{{ session.minutes }}">Minutes</a>
|
||||
<a href="https://www.ietf.org/proceedings/{{ meeting_num }}/minutes/{{ session.minutes }}">Minutes</a>
|
||||
{% else %}
|
||||
{% if show_agenda == "True" %}
|
||||
<span class="label label-warning">No minutes</span>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<td>
|
||||
{% with session.slides as slides %}
|
||||
{% for slide in slides %}
|
||||
<a href="//www.ietf.org/proceedings/{{meeting_num}}/slides/{{ slide.external_url }}">{{ slide.title|clean_whitespace }}</a>
|
||||
<a href="https://www.ietf.org/proceedings/{{meeting_num}}/slides/{{ slide.external_url }}">{{ slide.title|clean_whitespace }}</a>
|
||||
<br>
|
||||
{% empty %}
|
||||
<span class="label label-warning">No slides</span>
|
||||
|
|
|
@ -61,21 +61,21 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td> August 25, 2003</td><td><a href="//www.ietf.org/old/2009/nomcom/msg08-25-2003.txt">IETF Nominations Committee Chair Announcement</a></td></tr>
|
||||
<tr><td> September 22, 2003</td><td><a href="//www.ietf.org/old/2009/nomcom/msg09.22.txt">NomCom call for volunteers</a></td></tr>
|
||||
<tr><td></td><td><a href="//www.ietf.org/old/2009/nomcom/select-announce_03.txt">Selection of the Nominations Committee</a></td></tr>
|
||||
<tr><td> October 06, 2004</td><td><a href="//www.ietf.org/old/2009/nomcom/msg10.06.txt">NomCom Volunteer List</a></td></tr>
|
||||
<tr><td> October 10, 2003</td><td><a href="//www.ietf.org/old/2009/nomcom/msg1010.txt">NomCom Selection</a></td></tr>
|
||||
<tr><td> October 17, 2003</td><td><a href="//www.ietf.org/old/2009/nomcom/msg10.17.txt">Call for Nominees</a></td></tr>
|
||||
<tr><td> October 24, 2003</td><td><a href="//www.ietf.org/old/2009/nomcom/msg10.24.txt">NomCom members</a></td></tr>
|
||||
<tr><td> November 07, 2003</td><td><a href="//www.ietf.org/old/2009/nomcom/msg11.07.txt">NomCom at IETF</a></td></tr>
|
||||
<tr><td> November 14, 2003</td><td><a href="//www.ietf.org/old/2009/nomcom/msg11.14.txt">NomCom News</a></td></tr>
|
||||
<tr><td> November 26, 2003</td><td><a href="//www.ietf.org/old/2009/nomcom/msg11.26.txt">Reminder - nominations to replace Randy Bush</a></td></tr>
|
||||
<tr><td> December 01, 2003</td><td><a href="//www.ietf.org/old/2009/nomcom/msg12.01.txt">Randy Bush replacement schedule</a></td></tr>
|
||||
<tr><td> January 14, 2004</td><td><a href="//www.ietf.org/old/2009/nomcom/msg01.14.txt">Randy Bush replacement</a></td></tr>
|
||||
<tr><td> February 13, 2004</td><td><a href="//www.ietf.org/old/2009/nomcom/msg02.13.txt">NomCom results</a></td></tr>
|
||||
<tr><td> September 28, 2004</td><td><a href="//www.ietf.org/old/2009/nomcom/msg09.28.txt">Call for Security AD nominations</a></td></tr>
|
||||
<tr><td> November 07, 2004</td><td><a href="//www.ietf.org/old/2009/nomcom/msg11.07.04.txt">Steve Bellovin replacement</a></td></tr>
|
||||
<tr><td> August 25, 2003</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg08-25-2003.txt">IETF Nominations Committee Chair Announcement</a></td></tr>
|
||||
<tr><td> September 22, 2003</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg09.22.txt">NomCom call for volunteers</a></td></tr>
|
||||
<tr><td></td><td><a href="https://www.ietf.org/old/2009/nomcom/select-announce_03.txt">Selection of the Nominations Committee</a></td></tr>
|
||||
<tr><td> October 06, 2004</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg10.06.txt">NomCom Volunteer List</a></td></tr>
|
||||
<tr><td> October 10, 2003</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg1010.txt">NomCom Selection</a></td></tr>
|
||||
<tr><td> October 17, 2003</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg10.17.txt">Call for Nominees</a></td></tr>
|
||||
<tr><td> October 24, 2003</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg10.24.txt">NomCom members</a></td></tr>
|
||||
<tr><td> November 07, 2003</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg11.07.txt">NomCom at IETF</a></td></tr>
|
||||
<tr><td> November 14, 2003</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg11.14.txt">NomCom News</a></td></tr>
|
||||
<tr><td> November 26, 2003</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg11.26.txt">Reminder - nominations to replace Randy Bush</a></td></tr>
|
||||
<tr><td> December 01, 2003</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg12.01.txt">Randy Bush replacement schedule</a></td></tr>
|
||||
<tr><td> January 14, 2004</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg01.14.txt">Randy Bush replacement</a></td></tr>
|
||||
<tr><td> February 13, 2004</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg02.13.txt">NomCom results</a></td></tr>
|
||||
<tr><td> September 28, 2004</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg09.28.txt">Call for Security AD nominations</a></td></tr>
|
||||
<tr><td> November 07, 2004</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg11.07.04.txt">Steve Bellovin replacement</a></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
@ -90,30 +90,30 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td> July 30, 2002</td><td><a href="//www.ietf.org/old/2009/nomcom/msg19765.html">First Call for Volunteers</a></td></tr>
|
||||
<tr><td></td><td><a href="//www.ietf.org/old/2009/nomcom/select-announce.txt">Selection of the Nominations Committee</a></td></tr>
|
||||
<tr><td> September 18, 2002</td><td><a href="//www.ietf.org/old/2009/nomcom/msg0918.txt">Announcement of the Nominations Committee</a></td></tr>
|
||||
<tr><td> October 21, 2002</td><td><a href="//www.ietf.org/old/2009/nomcom/msg10.21.txt">Announcement of IESG and IAB Nominations Requests</a></td></tr>
|
||||
<tr><td> November 5, 2002</td><td><a href="//www.ietf.org/old/2009/nomcom/msg11.05.txt">Announcement of IESG and IAB Nominations Requests</a></td></tr>
|
||||
<tr><td> November 12, 2002</td><td><a href="//www.ietf.org/old/2009/nomcom/msg11.12.txt">Announcement of IESG and IAB Nominations Requests</a></td></tr>
|
||||
<tr><td> February 27, 2003</td><td><a href="//www.ietf.org/old/2009/nomcom/msg02.27.txt">IETF Nomcom Announcement</a></td></tr>
|
||||
<tr><td> June 11, 2003</td><td><a href="//www.ietf.org/old/2009/nomcom/msg06.11.txt">Announcement of IESG and IAB Nominations Request</a></td></tr>
|
||||
<tr><td> July 15, 2003</td><td><a href="//www.ietf.org/old/2009/nomcom/msg07.15.txt">Nomcom result announcement</a></td></tr>
|
||||
<tr><td> July 30, 2002</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg19765.html">First Call for Volunteers</a></td></tr>
|
||||
<tr><td></td><td><a href="https://www.ietf.org/old/2009/nomcom/select-announce.txt">Selection of the Nominations Committee</a></td></tr>
|
||||
<tr><td> September 18, 2002</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg0918.txt">Announcement of the Nominations Committee</a></td></tr>
|
||||
<tr><td> October 21, 2002</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg10.21.txt">Announcement of IESG and IAB Nominations Requests</a></td></tr>
|
||||
<tr><td> November 5, 2002</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg11.05.txt">Announcement of IESG and IAB Nominations Requests</a></td></tr>
|
||||
<tr><td> November 12, 2002</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg11.12.txt">Announcement of IESG and IAB Nominations Requests</a></td></tr>
|
||||
<tr><td> February 27, 2003</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg02.27.txt">IETF Nomcom Announcement</a></td></tr>
|
||||
<tr><td> June 11, 2003</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg06.11.txt">Announcement of IESG and IAB Nominations Request</a></td></tr>
|
||||
<tr><td> July 15, 2003</td><td><a href="https://www.ietf.org/old/2009/nomcom/msg07.15.txt">Nomcom result announcement</a></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2 class="anchor-target" id="historical">Historical information</h2>
|
||||
<ul>
|
||||
<li><a href="//www.ietf.org/nomcom/committee.html">IAB/IESG Nominating Committee Members (by year)</a></li>
|
||||
<li><a href="https://www.ietf.org/nomcom/committee.html">IAB/IESG Nominating Committee Members (by year)</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2 class="anchor-target" id="references">References</h2>
|
||||
<ul>
|
||||
<li><a href="//www.ietf.org/rfc/rfc2026.txt">The Internet Standards Process (RFC 2026)</a></li>
|
||||
<li><a href="//www.ietf.org/rfc/rfc3777.txt">IAB and IESG Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall </a>Committees (RFC 3777) (Also BCP10)</a>
|
||||
<li><a href="//www.ietf.org/rfc/rfc3797.txt">Publicly Verifiable Nominations Committee (NomCom) Random Selection (RFC 3797)</a></li>
|
||||
<li><a href="https://www.ietf.org/rfc/rfc2026.txt">The Internet Standards Process (RFC 2026)</a></li>
|
||||
<li><a href="https://www.ietf.org/rfc/rfc3777.txt">IAB and IESG Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall </a>Committees (RFC 3777) (Also BCP10)</a>
|
||||
<li><a href="https://www.ietf.org/rfc/rfc3797.txt">Publicly Verifiable Nominations Committee (NomCom) Random Selection (RFC 3797)</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
{% origin %}
|
||||
<div class="col-sm-12">
|
||||
<h1>
|
||||
<a href="//trac.tools.ietf.org/tools/ietfdb/browser/tags/{{entry.version}}">
|
||||
<a href="https://trac.tools.ietf.org/tools/ietfdb/browser/tags/{{entry.version}}">
|
||||
Version {{ entry.version }}</a>
|
||||
<br><small>Released {{ entry.date }}</small>
|
||||
</h1>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% autoescape off %}
|
||||
A new version (-{{ submission.rev }}) has been submitted for {{ submission.name }}:
|
||||
http://www.ietf.org/internet-drafts/{{ submission.name }}-{{ submission.rev }}.txt
|
||||
https://www.ietf.org/internet-drafts/{{ submission.name }}-{{ submission.rev }}.txt
|
||||
{% if msg %}
|
||||
{{ msg|striptags }}
|
||||
{% endif %}
|
||||
|
@ -9,7 +9,7 @@ The IETF datatracker page for this Internet-Draft is:
|
|||
https://datatracker.ietf.org/doc/{{ submission.name }}/
|
||||
|
||||
Diff from previous version:
|
||||
http:{{rfcdiff_prefix}}?url2={{ submission.name }}-{{ submission.rev }}
|
||||
https:{{rfcdiff_prefix}}?url2={{ submission.name }}-{{ submission.rev }}
|
||||
|
||||
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.
|
||||
|
|
|
@ -9,10 +9,10 @@ Title: {{ submission.title }}
|
|||
Document date: {{ submission.document_date|date:"Y-m-d" }}
|
||||
Group: {{ group }}
|
||||
Pages: {{ submission.pages }}
|
||||
URL: http://www.ietf.org/internet-drafts/{{ submission.name }}-{{ submission.rev }}.txt
|
||||
URL: https://www.ietf.org/internet-drafts/{{ submission.name }}-{{ submission.rev }}.txt
|
||||
Status: https://datatracker.ietf.org/doc/{{ submission.name }}/
|
||||
Htmlized: http://tools.ietf.org/html/{{ submission.name }}-{{ submission.rev }}
|
||||
{% if submission.rev != "00" %}Diff: http:{{rfcdiff_prefix}}?url2={{ submission.name }}-{{ submission.rev }}{% endif %}
|
||||
Htmlized: https://tools.ietf.org/html/{{ submission.name }}-{{ submission.rev }}
|
||||
{% if submission.rev != "00" %}Diff: https:{{rfcdiff_prefix}}?url2={{ submission.name }}-{{ submission.rev }}{% endif %}
|
||||
|
||||
Abstract:
|
||||
{{ submission.abstract }}
|
||||
|
|
|
@ -16,10 +16,10 @@ The IETF datatracker status page for this draft is:
|
|||
https://datatracker.ietf.org/doc/{{ submission.name }}/
|
||||
|
||||
There's also a htmlized version available at:
|
||||
http://tools.ietf.org/html/{{ submission.name }}-{{ submission.rev }}
|
||||
https://tools.ietf.org/html/{{ submission.name }}-{{ submission.rev }}
|
||||
{% if submission.rev != "00" %}
|
||||
A diff from the previous version is available at:
|
||||
http:{{settings.RFCDIFF_PREFIX}}?url2={{ submission.name }}-{{ submission.rev }}
|
||||
https:{{settings.RFCDIFF_PREFIX}}?url2={{ submission.name }}-{{ submission.rev }}
|
||||
{% endif %}
|
||||
|
||||
Please note that it may take a couple of minutes from the time of submission
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
submissions which require approval, such as WG -00 drafts.
|
||||
</p>
|
||||
<p>
|
||||
You need to <a href="//{{ request.get_host }}/accounts/login/?next={{request.get_full_path|urlencode}}" rel="nofollow">sign in</a> in order to handle approvals.
|
||||
You need to <a href="https://{{ request.get_host }}/accounts/login/?next={{request.get_full_path|urlencode}}" rel="nofollow">sign in</a> in order to handle approvals.
|
||||
</p>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
<li> The RFC Editor or the Internet-Drafts function</li>
|
||||
</ul>
|
||||
|
||||
<p>All IETF Contributions are subject to the rules of <a href="//www.ietf.org/rfc/rfc5378.txt">RFC 5378</a> and <a href="//www.ietf.org/rfc/rfc3979.txt">RFC 3979</a> (updated by <a href="//www.ietf.org/rfc/rfc4879.txt">RFC 4879</a>).</p>
|
||||
<p>All IETF Contributions are subject to the rules of <a href="https://www.ietf.org/rfc/rfc5378.txt">RFC 5378</a> and <a href="https://www.ietf.org/rfc/rfc3979.txt">RFC 3979</a> (updated by <a href="https://www.ietf.org/rfc/rfc4879.txt">RFC 4879</a>).</p>
|
||||
|
||||
<p>Statements made outside of an IETF session, mailing list or other function, that are clearly not intended to be input to an IETF activity, group or function, are not IETF Contributions in the context of this notice.</p>
|
||||
|
||||
<p>Please consult <a href="//www.ietf.org/rfc/rfc5378.txt">RFC 5378</a> and <a href="//www.ietf.org/rfc/rfc3979.txt">RFC 3979</a> for details.</p>
|
||||
<p>Please consult <a href="https://www.ietf.org/rfc/rfc5378.txt">RFC 5378</a> and <a href="https://www.ietf.org/rfc/rfc3979.txt">RFC 3979</a> for details.</p>
|
||||
|
||||
<p>A participant in any IETF activity is deemed to accept all IETF rules of process, as documented in Best Current Practices RFCs and IESG Statements.</p>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
|
||||
<p>
|
||||
The IETF is an organized activity of the <a href="http://www.isoc.org">Internet Society</a>.
|
||||
The IETF is an organized activity of the <a href="https://www.isoc.org">Internet Society</a>.
|
||||
Please send problem reports to <a href="mailto:ietf-action@ietf.org">ietf-action@ietf.org</a>.
|
||||
</p>
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
<th>Document</th>
|
||||
<td>
|
||||
{% if submission.state_id == "posted" %}
|
||||
<a href="//www.ietf.org/id/{{ submission.name }}-{{submission.rev}}.txt">{{ submission.name }}</a>
|
||||
<a href="https://www.ietf.org/id/{{ submission.name }}-{{submission.rev}}.txt">{{ submission.name }}</a>
|
||||
{% else %}
|
||||
{{ submission.name }}
|
||||
{% endif %}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<p>
|
||||
This page will explain the purpose and content of each screen in the I-D Submission Tool, and the actions that result by clicking the form buttons on each screen.
|
||||
The specification for this tool can be found in <a href="//www.ietf.org/rfc/rfc4228.txt?number=4228">RFC 4228</a>.
|
||||
The specification for this tool can be found in <a href="https://www.ietf.org/rfc/rfc4228.txt?number=4228">RFC 4228</a>.
|
||||
</p>
|
||||
|
||||
<h3>Upload screen</h3>
|
||||
|
@ -48,7 +48,7 @@
|
|||
|
||||
<h3>Validation screen</h3>
|
||||
<p>
|
||||
After a user uploads a plain-text version, or multiple versions of an I-D, the tool will parse the plain-text version, validate the I-D, and display the validation results with option(s) for next steps. The validation includes: checking for all IPR-related notices and I-D boilerplate described in <a href="//www.ietf.org/ietf/1id-guidelines.html">Guidelines to Authors of Internet-Drafts</a>; the required sections described in <a href="//www.ietf.org/ID-Checklist.html">the I-D Check List</a>; the version number; and the creation date.
|
||||
After a user uploads a plain-text version, or multiple versions of an I-D, the tool will parse the plain-text version, validate the I-D, and display the validation results with option(s) for next steps. The validation includes: checking for all IPR-related notices and I-D boilerplate described in <a href="https://www.ietf.org/ietf/1id-guidelines.html">Guidelines to Authors of Internet-Drafts</a>; the required sections described in <a href="https://www.ietf.org/ID-Checklist.html">the I-D Check List</a>; the version number; and the creation date.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<p>This page is used to submit Internet-Drafts to the
|
||||
Internet-Draft repository. The list of current Internet-Drafts can be
|
||||
accessed at <a href="//www.ietf.org/ietf/1id-abstracts.txt">https://www.ietf.org/ietf/1id-abstracts.txt</a></p>
|
||||
accessed at <a href="https://www.ietf.org/ietf/1id-abstracts.txt">https://www.ietf.org/ietf/1id-abstracts.txt</a></p>
|
||||
|
||||
<p>Internet-Drafts are working documents of the Internet Engineering
|
||||
Task Force (IETF), its areas, and its working groups. Note that other
|
||||
|
|
Loading…
Reference in a new issue