From 5547b6d871d500cf78e0baa3bc0209ff5a71a0a2 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 23 Apr 2019 11:40:25 +0000 Subject: [PATCH] Merged in [16144] from housley@vigilsec.com: Remove some clutter from I-D upload page. The information was mived to the Instructions tab, but a higligh to the Note Well and BCP 78 was added. Fixes #2057. - Legacy-Id: 16155 Note: SVN reference [16144] has been migrated to Git commit 37851b9742cc0d6212b65328a505439ba5dcaad2 --- ietf/templates/submit/tool_instructions.html | 39 +++++++++++++++++++- ietf/templates/submit/upload_submission.html | 25 +++++-------- 2 files changed, 47 insertions(+), 17 deletions(-) diff --git a/ietf/templates/submit/tool_instructions.html b/ietf/templates/submit/tool_instructions.html index df4c1a977..0b31b9331 100644 --- a/ietf/templates/submit/tool_instructions.html +++ b/ietf/templates/submit/tool_instructions.html @@ -12,7 +12,28 @@

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 RFC 4228. +

+ +

+ Internet-Drafts are working documents of the Internet Engineering + Task Force (IETF), its areas, and its working groups. Note that other + groups may also distribute working documents as Internet-Drafts. +

+ +

+ Internet-Drafts are draft documents, and are valid for a maximum of + six months. They may be updated, replaced, or obsoleted by other + documents at any time. +

+ +

+ The list of current Internet-Drafts can be accessed at + https://www.ietf.org/ietf/1id-abstracts.txt. +

+ +

+ An API for automated draft submission is available as an alternative to this webpage at + https://datatracker.ietf.org/api/submit/.

Upload screen

@@ -20,6 +41,17 @@ The Upload screen is the first screen that a user will see when he or she starts the I-D submission process. A user can submit four different formats of an I-D, plain text, XML, PDF, and postscript, at the same time. Failure to submit at least one of a plain-text or xml version will cause an error, and an error screen will be displayed.

+

+ By submitting your I-D, you are granting some rights to the IETF Trust. Before you submit your I-D, + review the information on the NOTE WELL tab and BCP 78, + "Rights Contributors Provide to the IETF Trust". +

+ +

+ Before you submit your I-D, it is recommended that you check it for nits + using the idnits tool. +

+

Form buttons and resulting actions:

@@ -133,4 +165,9 @@

Please send problem reports to ietf-action@ietf.org.

+ +

+ The specification for this tool can be found in RFC 4228. +

+ {% endblock %} diff --git a/ietf/templates/submit/upload_submission.html b/ietf/templates/submit/upload_submission.html index 62b3fc734..5fca19e10 100644 --- a/ietf/templates/submit/upload_submission.html +++ b/ietf/templates/submit/upload_submission.html @@ -12,27 +12,14 @@

WARNING: currently in draft submission blackout period

{% endif %} +

This page is used to submit Internet-Drafts to the Internet-Draft repository.

+ {% if form.cutoff_warning %}
{{ form.cutoff_warning|safe }}
{% endif %} -

This page is used to submit Internet-Drafts to the - Internet-Draft repository. The list of current Internet-Drafts can be - accessed at https://www.ietf.org/ietf/1id-abstracts.txt. - An API for automated draft submission is available at - https://datatracker.ietf.org/api/submit/. -

- -

Internet-Drafts are working documents of the Internet Engineering - Task Force (IETF), its areas, and its working groups. Note that other - groups may also distribute working documents as Internet-Drafts.

- -

Internet-Drafts are draft documents, and are valid for a maximum of - six months. They may be updated, replaced, or obsoleted by other - documents at any time.

- {% if not form.shutdown or user|has_role:"Secretariat" %}

If you run into problems when submitting an Internet-Draft using this and the following pages, you may alternatively submit @@ -42,7 +29,13 @@

- Before you submit your draft, it is recommended that you check it for nits + By submitting your I-D, you are granting some rights to the IETF Trust. Before you submit your I-D, + review the information on the NOTE WELL tab and BCP 78, + "Rights Contributors Provide to the IETF Trust". +

+ +

+ Before you submit your I-D, it is recommended that you check it for nits using the idnits tool.