Re: [Tools-discuss] The Document Citation Tool is (somewhat) broken

Carsten Bormann <cabo@tzi.org> Mon, 28 June 2021 19:34 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 426893A0B9D; Mon, 28 Jun 2021 12:34:37 -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 NCDpy5fZFC74; Mon, 28 Jun 2021 12:34:32 -0700 (PDT)
Received: from gabriel-2.zfn.uni-bremen.de (gabriel-2.zfn.uni-bremen.de [134.102.50.19]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2E1793A0B93; Mon, 28 Jun 2021 12:34:32 -0700 (PDT)
Received: from smtpclient.apple (p548dcc89.dip0.t-ipconnect.de [84.141.204.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4GDHqV0vxfz2xZG; Mon, 28 Jun 2021 21:34:30 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <1391A159-DD66-413D-BD49-F18056583BE5@me.com>
Date: Mon, 28 Jun 2021 21:34:26 +0200
Cc: ietf@ietf.org, tools-discuss@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <A23F22E8-4C4C-43EA-8D38-795D8EE394DD@tzi.org>
References: <1391A159-DD66-413D-BD49-F18056583BE5@me.com>
To: Ole Jacobsen <olejacobsen@me.com>
X-Mailer: Apple Mail (2.3654.100.0.2.22)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/4mgqkBZH2JW5HLIzomSHrsXiiBA>
Subject: Re: [Tools-discuss] The Document Citation Tool is (somewhat) broken
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: Mon, 28 Jun 2021 19:34:37 -0000

Hi Ole,

I’m too lazy for web pages.
I fire up a document like this:

---
title: Bibliography Skeleton
docname: draft-skeleton-00
cat: info
ipr: trust200902
stand_alone: yes
pi: [toc, sortrefs, symrefs, comments]

author:
    name: Carsten Bormann

normative:
  RFC8949:
  RFC8610:
  I-D.bormann-cddl-freezer:
  RFC7575:

--- abstract

A

--- middle

# Introduction

a


… and run…

kdrfc -3 skel-bib.md

… and get (surrounded by boilerplate):



   [I-D.bormann-cddl-freezer]
              Bormann, C., "A feature freezer for the Concise Data
              Definition Language (CDDL)", Work in Progress, Internet-
              Draft, draft-bormann-cddl-freezer-00, 27 January 2018,
              <https://www.ietf.org/archive/id/draft-bormann-cddl-
              freezer-00.txt>.

   [RFC7575]  Behringer, M., Pritikin, M., Bjarnason, S., Clemm, A.,
              Carpenter, B., Jiang, S., and L. Ciavaglia, "Autonomic
              Networking: Definitions and Design Goals", RFC 7575,
              DOI 10.17487/RFC7575, June 2015,
              <https://www.rfc-editor.org/info/rfc7575>.

   [RFC8610]  Birkholz, H., Vigano, C., and C. Bormann, "Concise Data
              Definition Language (CDDL): A Notational Convention to
              Express Concise Binary Object Representation (CBOR) and
              JSON Data Structures", RFC 8610, DOI 10.17487/RFC8610,
              June 2019, <https://www.rfc-editor.org/info/rfc8610>.

   [RFC8949]  Bormann, C. and P. Hoffman, "Concise Binary Object
              Representation (CBOR)", STD 94, RFC 8949,
              DOI 10.17487/RFC8949, December 2020,
              <https://www.rfc-editor.org/info/rfc8949>.


Doesn’t help you with your repair request, but works for me.

Grüße, Carsten