Re: [Emo-dir] quick-start guides

Carsten Bormann <cabo@tzi.org> Tue, 01 February 2022 17:56 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: emo-dir@ietfa.amsl.com
Delivered-To: emo-dir@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 57E0D3A183E; Tue, 1 Feb 2022 09:56:58 -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, 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 ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wDRm7nDqVZES; Tue, 1 Feb 2022 09:56:54 -0800 (PST)
Received: from gabriel-smtp.zfn.uni-bremen.de (gabriel-smtp.zfn.uni-bremen.de [134.102.50.15]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4E4C53A183A; Tue, 1 Feb 2022 09:56:53 -0800 (PST)
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 4JpCLB5tV4zDCcK; Tue, 1 Feb 2022 18:56:50 +0100 (CET)
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: <BC17F589-5CBA-4DF6-AEC3-FBCA1CE66168@akamai.com>
Date: Tue, 01 Feb 2022 18:56:50 +0100
Cc: Jay Daley <exec-director@ietf.org>, Lars Eggert <lars@eggert.org>, "emo-dir@ietf.org" <emo-dir@ietf.org>, Alice Russo <arusso@amsl.com>
X-Mao-Original-Outgoing-Id: 665431010.375685-2a4c510f3a0cb3a1b424ff5115955e4a
Content-Transfer-Encoding: quoted-printable
Message-Id: <3819AF79-DEEB-470F-92E1-C279AE3205E6@tzi.org>
References: <51F3DD06-DA88-4DBD-ABBA-1CD0972326A4@amsl.com> <2FBDEFE9-CE5B-4CD3-BE20-670056E836A4@eggert.org> <3EADD8F6-8AC9-444D-B69A-063A9C5E24FA@ietf.org> <BC17F589-5CBA-4DF6-AEC3-FBCA1CE66168@akamai.com>
To: "Salz, Rich" <rsalz@akamai.com>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/emo-dir/NwaNAJlg_SPvJ-Hc8xdgRMckQU4>
Subject: Re: [Emo-dir] quick-start guides
X-BeenThere: emo-dir@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Education, Mentoring & Outreach Directorate" <emo-dir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/emo-dir>, <mailto:emo-dir-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/emo-dir/>
List-Post: <mailto:emo-dir@ietf.org>
List-Help: <mailto:emo-dir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/emo-dir>, <mailto:emo-dir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 01 Feb 2022 17:56:58 -0000

On 2022-02-01, at 16:31, Salz, Rich <rsalz@akamai.com> wrote:
> 
> At the EMODIR call last week, Alice said that statistics show 90% is XML and under 10% is markdown, with a smattering of other things.

I don’t know about 90 % of what, but here’s my statistics of the last 300 days of I-D submissions:

$ find ~/std/id/ -name \*.xml -mtime -300 | wc
    3213    3213  189521
$ find ~/std/id/ -name \*.xml -mtime -300 | xargs grep -l kramdown | wc
     925     925   53698

More like: 29 % of the I-Ds submitted as XML show that they are kramdown-generated.

This simplistic method doesn’t see the drafts that are still being submitted as text (some of which are generated by kramdown-rfc, but then there is Word, nroff, …).  It also counts submissions (revisions), not distinct drafts.
But it is still a useful indicator (*).

Grüße, Carsten

(*) “The future is already here – it's just not evenly distributed.”
― William Gibson