Re: [Tools-discuss] draft submitted source versions

Carsten Bormann <cabo@tzi.org> Wed, 27 November 2019 17:32 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8FB6D12098B for <tools-discuss@ietfa.amsl.com>; Wed, 27 Nov 2019 09:32:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.2
X-Spam-Level:
X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=unavailable autolearn_force=no
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 cRFZL6zlcGc9 for <tools-discuss@ietfa.amsl.com>; Wed, 27 Nov 2019 09:32:57 -0800 (PST)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 38199120219 for <tools-discuss@ietf.org>; Wed, 27 Nov 2019 09:32:57 -0800 (PST)
Received: from [192.168.217.116] (p548DC893.dip0.t-ipconnect.de [84.141.200.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 47NSXR12l0z111h; Wed, 27 Nov 2019 18:32:55 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <739D46D7-1078-47A9-86E7-08370C90118B@bangj.com>
Date: Wed, 27 Nov 2019 18:32:55 +0100
Cc: Julian Reschke <julian.reschke@gmx.de>, Michael Richardson <mcr+ietf@sandelman.ca>, tools-discuss@ietf.org
X-Mao-Original-Outgoing-Id: 596568772.508719-ec1e0072d6bcb02544b9983b3ab88823
Content-Transfer-Encoding: quoted-printable
Message-Id: <83182967-2E02-4BD9-A464-D817E3ACB68D@tzi.org>
References: <31178.1574667473@dooku.sandelman.ca> <2AD3F313-D831-41D0-87EC-AF722427B4AD@bangj.com> <11131.1574848336@dooku.sandelman.ca> <6c45cbfb-5f5e-06eb-d222-57106e957ae1@gmx.de> <E7D4281D-97E6-40B1-8156-F2D1D474BA8E@gmail.com> <AF4C0E21-CFC9-48BE-BC46-B112FF62F3C5@bangj.com> <739D46D7-1078-47A9-86E7-08370C90118B@bangj.com>
To: Tom Pusateri <pusateri=40bangj.com@dmarc.ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/tWcffe5lJbNLyfJX0UXAo0N_veU>
Subject: Re: [Tools-discuss] draft submitted source versions
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 27 Nov 2019 17:33:00 -0000

On Nov 27, 2019, at 17:53, Tom Pusateri <pusateri=40bangj.com@dmarc.ietf.org> wrote:
> 
> I would even go a step further (than most of you) and say that authors should submit their source version. If that’s markdown using the kramdown-rfc2629 pre-processor, then submit markdown.

Hi Tom,

if people are submitting the XML output of kramdown-rfc2629, they are also submitting the markdown input, which is hidden in a comment in the XML output.  That, of course, may not survive the downconversion from authoring-XML to publishing-XML (“preptool”), but if the submitted authoring-XML is preserved as is, so is the markdown.  (Extract using kramdown-rfc-extract-markdown.)

Grüße, Carsten