Re: [Rfc-markdown] Author listing in XML and Markdown?

Carsten Bormann <cabo@tzi.org> Thu, 12 March 2020 21:21 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: rfc-markdown@ietfa.amsl.com
Delivered-To: rfc-markdown@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 625B63A0778 for <rfc-markdown@ietfa.amsl.com>; Thu, 12 Mar 2020 14:21:05 -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, 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 UvtAZlZVvMEq for <rfc-markdown@ietfa.amsl.com>; Thu, 12 Mar 2020 14:21:02 -0700 (PDT)
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 EA7243A0770 for <rfc-markdown@ietf.org>; Thu, 12 Mar 2020 14:21:01 -0700 (PDT)
Received: from [172.16.42.113] (p548DCD70.dip0.t-ipconnect.de [84.141.205.112]) (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 48dhZh0K7Gzyrt; Thu, 12 Mar 2020 22:20:59 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <20200312211427.GA5391@miek.nl>
Date: Thu, 12 Mar 2020 22:20:59 +0100
Cc: RFC Markdown <rfc-markdown@ietf.org>, Eric Gray <eric.gray@ericsson.com>, Alice Russo <arusso@amsl.com>, RFC Editor <rfc-editor@rfc-editor.org>
X-Mao-Original-Outgoing-Id: 605740859.476228-6f2770b2a608cbea0bf36e0e2d117d8d
Content-Transfer-Encoding: quoted-printable
Message-Id: <5F44A7FE-F664-43C0-82B7-AC8C952DAF67@tzi.org>
References: <BN8PR15MB2644C01E60453D9CE2F00BE297FC0@BN8PR15MB2644.namprd15.prod.outlook.com> <04CD97D2-8AA3-4826-8A1E-9EC8D74B3947@amsl.com> <48FE125D-32EC-4D52-A2AD-4AFE44A59409@tzi.org> <20200312211427.GA5391@miek.nl>
To: Miek Gieben <miek@miek.nl>
X-Mailer: Apple Mail (2.3608.60.0.2.5)
Archived-At: <https://mailarchive.ietf.org/arch/msg/rfc-markdown/CMs-yVt_DRxIJl_EBgY0g5rKRi8>
Subject: Re: [Rfc-markdown] Author listing in XML and Markdown?
X-BeenThere: rfc-markdown@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "rfc-markdown is a discussion list for people writing I-Ds and RFCs in Markdown and the authors of the tools used for that." <rfc-markdown.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rfc-markdown/>
List-Post: <mailto:rfc-markdown@ietf.org>
List-Help: <mailto:rfc-markdown-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 12 Mar 2020 21:21:13 -0000

On 2020-03-12, at 22:14, Miek Gieben <miek@miek.nl> wrote:
> 
> [ Quoting <cabo@tzi.org> in "Re: [Rfc-markdown] Author listing i..." ]
>> Now how do we get this info into the Contributors Section (RFC 7322, 4.11).
>> As I said, this section is not automatically inserted by XML2RFC.
> 
> Is this planned?

Support for the contributors section is now in kramdown-rfc ≥1.3.1, please see
https://mailarchive.ietf.org/arch/msg/rfc-markdown/noq-4H1GeNMmIy0FYrfQWC1elfM
Documentation will be added RSN :-)

> How do you tie a contact to a <section> or <t> in markdown ?

You can use <contact> approximately everywhere, AFAIK; I don’t think it is documented outside mailing list messages.  Content model is like <author>.
Just use the XML inside the markdown.

Grüße, Carsten