Re: [Tools-discuss] [rfc-i] Recommendation 9 from Results and analysis of the survey of I-D authors on formats and tools

Carsten Bormann <cabo@tzi.org> Thu, 04 February 2021 15:44 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 77C493A15D3 for <tools-discuss@ietfa.amsl.com>; Thu, 4 Feb 2021 07:44:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham 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 kSdBE_bzbdf1 for <tools-discuss@ietfa.amsl.com>; Thu, 4 Feb 2021 07:44:05 -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 26E363A15D7 for <tools-discuss@ietf.org>; Thu, 4 Feb 2021 07:44:04 -0800 (PST)
Received: from [192.168.217.118] (p5089a828.dip0.t-ipconnect.de [80.137.168.40]) (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 4DWjX26jgZzysG; Thu, 4 Feb 2021 16:44:02 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <CAA=duU1c3g0qmNmSN9jpfq3o4Lggxg_vT3xLdmwxAzLPm0r-iQ@mail.gmail.com>
Date: Thu, 04 Feb 2021 16:44:02 +0100
Cc: RFC Interest <rfc-interest@rfc-editor.org>, tools-discuss <tools-discuss@ietf.org>
X-Mao-Original-Outgoing-Id: 634146242.331705-476dd43bc38b0a1452fc9997d1852aee
Content-Transfer-Encoding: quoted-printable
Message-Id: <15878309-55BA-4BE0-BD26-060308BA1270@tzi.org>
References: <161240956258.5082.18097054694330751435@ietfa.amsl.com> <CAA=duU1c3g0qmNmSN9jpfq3o4Lggxg_vT3xLdmwxAzLPm0r-iQ@mail.gmail.com>
To: "Andrew G. Malis" <agmalis@gmail.com>
X-Mailer: Apple Mail (2.3608.120.23.2.4)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/ejEDM3cgBUlgjTeKUKwTYQJ6WL0>
Subject: Re: [Tools-discuss] [rfc-i] Recommendation 9 from Results and analysis of the survey of I-D authors on formats and tools
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: Thu, 04 Feb 2021 15:44:08 -0000

> 
> 1. "Official support" for the Kramdown toolset rather than just appearing on the experimental tools page.
> 
> 2. For idnits to support Kramdown source, so you don't have to do a conversion in order to perform idnits checking. I know that I could script this, and perhaps will when I start my next draft ... :-), but native support would be better.
> 
> 3. Being able to use Kramdown as a draft submission format, rather than converting to XML and/or plaintext for submission.
> 
> I'd be happy with 1, but even happier with 2 and/or 3 as well.

I’m a bit ambiguous about “official support”.  
This is a bit like the transition from an individual draft to a working group draft…

Today, at 10:24 CET, Martin Thomson filed an issue, and he provided a fix at 10:27.
At 11:04, version 1.3.26 with that fix was pushed to rubygems.org so people can `gem update` to that.
I’d like to keep the kramdown-rfc process lightweight enough so we can have these turnaround times.

But sure, making the tool available on the tools/datatracker web presences and via the submission tool would be helpful.

I’m not so sure about (2).  This would require idnits to do some second-guessing of what kramdown—rfc does, and would make it harder to evolve kramdown-rfc.  Why not run the authoring tool and then idnits?  Right now, there isn’t even a way to run idnits on the XML, maybe we could address that first. 
Maybe I should put a simple CLI option for running idnits into the `kdrfc` tool...
Now https://github.com/cabo/kramdown-rfc2629/issues/96

Grüße, Carsten