Re: [netmod] I-D Action: draft-ietf-netmod-artwork-folding-05.txt

Kent Watsen <kent+ietf@watsen.net> Thu, 20 June 2019 13:07 UTC

Return-Path: <0100016b74ff8507-2337966b-5eab-4dba-9c95-1ffbd94197da-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 E0B5A12000E for <netmod@ietfa.amsl.com>; Thu, 20 Jun 2019 06:07:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 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] 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 FwU0Kh7a_0mg for <netmod@ietfa.amsl.com>; Thu, 20 Jun 2019 06:07:13 -0700 (PDT)
Received: from a8-64.smtp-out.amazonses.com (a8-64.smtp-out.amazonses.com [54.240.8.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B93AC120041 for <netmod@ietf.org>; Thu, 20 Jun 2019 06:07:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=6gbrjpgwjskckoa6a5zn6fwqkn67xbtw; d=amazonses.com; t=1561036031; h=From:Content-Type:Mime-Version:Subject:Date:References:To:In-Reply-To:Message-Id:Feedback-ID; bh=0FiDPVFR2GbnpvTXjAdJmFQmBOOwfHOgSIsH3h8spaM=; b=aMPBIldMZC3PGGWDHrzdHJFo059M2B0JLb1wa4hSzg5BRyQDH4lOPA9+zRFZgob6 xKjVPE1jQCBFPpZudaR5iApRinDDhFJH9NunfGJaUhev8NCTY1BpIEVx/NRHUxue/Ao NW1ifgNjoJ+XqpFzN1vh9UOgGgvk7QMFA5dHGYu0=
From: Kent Watsen <kent+ietf@watsen.net>
Content-Type: multipart/alternative; boundary="Apple-Mail=_A3913CA4-DD46-4327-8307-CA028A40E991"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\))
Date: Thu, 20 Jun 2019 13:07:11 +0000
References: <156103580586.3118.4581112081528143968@ietfa.amsl.com>
To: "netmod@ietf.org" <netmod@ietf.org>
In-Reply-To: <156103580586.3118.4581112081528143968@ietfa.amsl.com>
Message-ID: <0100016b74ff8507-2337966b-5eab-4dba-9c95-1ffbd94197da-000000@email.amazonses.com>
X-Mailer: Apple Mail (2.3445.104.11)
X-SES-Outgoing: 2019.06.20-54.240.8.64
Feedback-ID: 1.us-east-1.DKmIRZFhhsBhtmFMNikgwZUWVrODEw9qVcPhqJEI2DA=:AmazonSES
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/IAVcm3BPp7PbCPE8N0njImFBz38>
Subject: Re: [netmod] I-D Action: draft-ietf-netmod-artwork-folding-05.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, 20 Jun 2019 13:07:15 -0000

This update incorporates Adrian's suggestion from the 17th.

There are no pending changes.  Publication may proceed as the chairs see fit.

Kent // author 



> On Jun 20, 2019, at 9:03 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-05.txt
> 	Pages           : 26
> 	Date            : 2019-06-20
> 
> 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-05
> https://datatracker.ietf.org/doc/html/draft-ietf-netmod-artwork-folding-05
> 
> A diff from the previous version is available at:
> https://www.ietf.org/rfcdiff?url2=draft-ietf-netmod-artwork-folding-05
> 
> 
> 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