Re: [netmod] I-D Action: draft-ietf-netmod-artwork-folding-03.txt
Kent Watsen <kent@watsen.net> Thu, 30 May 2019 14:41 UTC
Return-Path: <0100016b0930277d-e4cf4cc9-3be1-45c7-9ca1-505ccc8e59ea-000000@amazonses.watsen.net>
X-Original-To: netmod@ietfa.amsl.com
Delivered-To: netmod@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6A80A12028E; Thu, 30 May 2019 07:41:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.896
X-Spam-Level:
X-Spam-Status: No, score=-1.896 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=amazonses.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b3xmEqv0dENC; Thu, 30 May 2019 07:41:21 -0700 (PDT)
Received: from a8-32.smtp-out.amazonses.com (a8-32.smtp-out.amazonses.com [54.240.8.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DFA0B12023C; Thu, 30 May 2019 07:41:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=6gbrjpgwjskckoa6a5zn6fwqkn67xbtw; d=amazonses.com; t=1559227279; h=From:Message-Id:Content-Type:Mime-Version:Subject:Date:In-Reply-To:Cc:To:References:Feedback-ID; bh=9f7TR+yQES3dYhidUnjUAhURK4O1acH3ga21wEv8guw=; b=SQz6XTTsteMF5rJjNvIjX+E65eMwf1WFTGOR5K5Y16V3AYHiscBX/JU727W1zNoh eKV3t1ak4PfIeTIuHA5Y1IcTA07JyCQWEjYFAogPmrHG1Zb+u77jJe5zZMoG1bjboNH VlkgmErcPfRvaUjsGmgjP+G1x6u/sFNLRZmWGcEs=
From: Kent Watsen <kent@watsen.net>
Message-ID: <0100016b0930277d-e4cf4cc9-3be1-45c7-9ca1-505ccc8e59ea-000000@email.amazonses.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_BF4DAF78-2AFB-42B8-AD22-B0A3B66396AE"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\))
Date: Thu, 30 May 2019 14:41:19 +0000
In-Reply-To: <155922665888.22158.34610875303939053@ietfa.amsl.com>
Cc: i-d-announce@ietf.org
To: "netmod@ietf.org" <netmod@ietf.org>
References: <155922665888.22158.34610875303939053@ietfa.amsl.com>
X-Mailer: Apple Mail (2.3445.104.11)
X-SES-Outgoing: 2019.05.30-54.240.8.32
Feedback-ID: 1.us-east-1.DKmIRZFhhsBhtmFMNikgwZUWVrODEw9qVcPhqJEI2DA=:AmazonSES
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/t3VmztX-9GKm1wMvyvKTAlBA0IY>
Subject: Re: [netmod] I-D Action: draft-ietf-netmod-artwork-folding-03.txt
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETMOD WG list <netmod.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netmod>, <mailto:netmod-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netmod/>
List-Post: <mailto:netmod@ietf.org>
List-Help: <mailto:netmod-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netmod>, <mailto:netmod-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 30 May 2019 14:41:31 -0000
This update reflects the changes discussed during the Last Call plus the following additional changes: 1) s/see if any/ensure at least one/ (EDITORIAL: sounded too casual before) 2) s/MUST NOT precede a space (' ') character/MUST NOT be on top of a space (' ') character/ (TECHNICAL: see below) 3) wrapped the script with <CODE BEGINS> and <CODE ENDS> (EDITORIAL, per idnits) Regarding #2, this change was made after I examined the algorithm more carefully. It would be good for others to confirm this rather critical change. Thanks, Kent // contributor > On May 30, 2019, at 10:30 AM, internet-drafts@ietf.org wrote: > > > A New Internet-Draft is available from the on-line Internet-Drafts directories. > This draft is a work item of the Network Modeling WG of the IETF. > > Title : Handling Long Lines in Inclusions in Internet-Drafts and RFCs > Authors : Kent Watsen > Adrian Farrel > Qin Wu > Filename : draft-ietf-netmod-artwork-folding-03.txt > Pages : 25 > Date : 2019-05-30 > > Abstract: > This document defines two strategies for handling long lines in > width-bounded text content. One strategy is based on the historic > use of a single backslash ('\') character to indicate where line- > folding has occurred, with the continuation occurring with the first > non-space (' ') character on the next line. The second strategy > extends the first strategy by adding a second backslash character to > identify where the continuation begins and thereby able to handle > cases not supported by the first strategy. Both strategies use a > self-describing header enabling automated reconstitution of the > original content. > > > The IETF datatracker status page for this draft is: > https://datatracker.ietf.org/doc/draft-ietf-netmod-artwork-folding/ > > There are also htmlized versions available at: > https://tools.ietf.org/html/draft-ietf-netmod-artwork-folding-03 > https://datatracker.ietf.org/doc/html/draft-ietf-netmod-artwork-folding-03 > > A diff from the previous version is available at: > https://www.ietf.org/rfcdiff?url2=draft-ietf-netmod-artwork-folding-03 > > > 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. > > Internet-Drafts are also available by anonymous FTP at: > ftp://ftp.ietf.org/internet-drafts/ > > _______________________________________________ > netmod mailing list > netmod@ietf.org > https://www.ietf.org/mailman/listinfo/netmod
- [netmod] I-D Action: draft-ietf-netmod-artwork-fo… internet-drafts
- Re: [netmod] I-D Action: draft-ietf-netmod-artwor… Kent Watsen
- Re: [netmod] I-D Action: draft-ietf-netmod-artwor… Kent Watsen
- Re: [netmod] I-D Action: draft-ietf-netmod-artwor… Adrian Farrel
- Re: [netmod] I-D Action: draft-ietf-netmod-artwor… Kent Watsen
- Re: [netmod] I-D Action: draft-ietf-netmod-artwor… Adrian Farrel