Re: [Tools-discuss] Specifying stream in kramdown-rfc?

Carsten Bormann <cabo@tzi.org> Sun, 08 May 2022 21:08 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 E9E35C14F738 for <tools-discuss@ietfa.amsl.com>; Sun, 8 May 2022 14:08:24 -0700 (PDT)
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, RCVD_IN_DNSWL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t3bWigTSvnbm for <tools-discuss@ietfa.amsl.com>; Sun, 8 May 2022 14:08:20 -0700 (PDT)
Received: from gabriel-smtp.zfn.uni-bremen.de (gabriel-smtp.zfn.uni-bremen.de [134.102.50.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 725C3C14F726 for <tools-discuss@ietf.org>; Sun, 8 May 2022 14:08:17 -0700 (PDT)
Received: from [192.168.217.118] (p5089ad4f.dip0.t-ipconnect.de [80.137.173.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4KxH2k4jZGzDCd7; Sun, 8 May 2022 23:08:14 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <CAKKJt-eSgs7D4hHvqW0__YLhRtYsRc4BHdaKdgG18QL5Has1ag@mail.gmail.com>
Date: Sun, 08 May 2022 23:08:14 +0200
Cc: Tools Team Discussion <tools-discuss@ietf.org>
X-Mao-Original-Outgoing-Id: 673736894.248964-60c155a6d8a36147f22d0335d4ac731a
Content-Transfer-Encoding: quoted-printable
Message-Id: <4F45272F-49AB-40FD-AB83-13034C56CAC6@tzi.org>
References: <CAKKJt-eX6hg59g5F7+WnzvsLBaem-L3=vz37yx=nAo8UzxmMuQ@mail.gmail.com> <65694804-92DF-408B-BE8E-B74F37943B77@tzi.org> <CAKKJt-eSgs7D4hHvqW0__YLhRtYsRc4BHdaKdgG18QL5Has1ag@mail.gmail.com>
To: Spencer Dawkins at IETF <spencerdawkins.ietf@gmail.com>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/oymRi-XfmWQarwJXClmWSmjnMmc>
Subject: Re: [Tools-discuss] Specifying stream in kramdown-rfc?
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.34
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: Sun, 08 May 2022 21:08:25 -0000

On 2022-05-08, at 22:24, Spencer Dawkins at IETF <spencerdawkins.ietf@gmail.com> wrote:
> 
>> In RFCXMLv3, the stream is called “submissionType” [2], the Kramdown-rfc deStudLiFier allows you to write submissiontype (but maybe I should add “stream” as an alias).  You still have to write IETF in upper case, because that is the actual value of the attribute [1]:
> 
> You're perfect!

Thanks, but not at all.  Over a hectic weekend, I forgot to push 1.6.9, which accepts “stream” as a synonym for submissiontype/submissionType.

Now done.

As usual:

gem update kramdown-rfc

(I also was made aware of a glitch:  
If you are still on kramdown-rfc2629 1.5 or earlier, you need to do a

gem install kramdown-rfc

first.)

Grüße, Carsten