From 5547b6d871d500cf78e0baa3bc0209ff5a71a0a2 Mon Sep 17 00:00:00 2001
From: Henrik Levkowetz
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 %}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.