Re: [rfc-i] getting SVG of RFC diagrams

Carsten Bormann <cabo@tzi.org> Fri, 24 November 2023 13:35 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: rfc-interest@ietfa.amsl.com
Delivered-To: rfc-interest@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B78C5C151986 for <rfc-interest@ietfa.amsl.com>; Fri, 24 Nov 2023 05:35:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.898
X-Spam-Level:
X-Spam-Status: No, score=-6.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_TEMPERROR=0.01] 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 iZEUrmmvbkrB for <rfc-interest@ietfa.amsl.com>; Fri, 24 Nov 2023 05:35:46 -0800 (PST)
Received: from smtp.zfn.uni-bremen.de (smtp.zfn.uni-bremen.de [IPv6:2001:638:708:32::21]) (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 64A71C15106A for <rfc-interest@rfc-editor.org>; Fri, 24 Nov 2023 05:35:44 -0800 (PST)
Received: from eduroam-0647.wlan.uni-bremen.de (eduroam-0647.wlan.uni-bremen.de [134.102.18.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4ScGFm1HTWzDCbc; Fri, 24 Nov 2023 14:35:40 +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: <MN2PR11MB3757AF8CCDF388BA5CECFE1AB9B8A@MN2PR11MB3757.namprd11.prod.outlook.com>
Date: Fri, 24 Nov 2023 14:35:39 +0100
Cc: Michael Richardson <mcr+ietf@sandelman.ca>, "rfc-interest@rfc-editor.org" <rfc-interest@rfc-editor.org>
X-Mao-Original-Outgoing-Id: 722525739.246868-cec5bad0a731b964d930a09f7d60abc3
Content-Transfer-Encoding: quoted-printable
Message-Id: <A5A55D96-0044-46DE-A1C1-07E5B825DFA0@tzi.org>
References: <310371.1700735021@dyas> <7C81D316-7D04-4941-BEE5-6AE8C96F0DE1@tzi.org> <D1F8F86E-80D7-4FC7-B7B5-32648ACB5D65@tzi.org> <MN2PR11MB3757AF8CCDF388BA5CECFE1AB9B8A@MN2PR11MB3757.namprd11.prod.outlook.com>
To: "Paul Duffy (paduffy)" <paduffy@cisco.com>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/rfc-interest/Cd_6qS2Xyx8Nx2hc8Mi5g73N_qI>
Subject: Re: [rfc-i] getting SVG of RFC diagrams
X-BeenThere: rfc-interest@rfc-editor.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: "A list for discussion of the RFC series and RFC Editor functions." <rfc-interest.rfc-editor.org>
List-Unsubscribe: <https://mailman.rfc-editor.org/mailman/options/rfc-interest>, <mailto:rfc-interest-request@rfc-editor.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rfc-interest/>
List-Post: <mailto:rfc-interest@rfc-editor.org>
List-Help: <mailto:rfc-interest-request@rfc-editor.org?subject=help>
List-Subscribe: <https://mailman.rfc-editor.org/mailman/listinfo/rfc-interest>, <mailto:rfc-interest-request@rfc-editor.org?subject=subscribe>
X-List-Received-Date: Fri, 24 Nov 2023 13:35:52 -0000

On 2023-11-24, at 14:33, Paul Duffy (paduffy) <paduffy@cisco.com> wrote:
> 
> Greetings
> 
> The long list of IETF SVG problems aside ...
> 
> "This is really one of the many examples where RFCs include “attachments”, and we should make it easier to get at them."
> 
> Agreed.  For example, RFCs using OpenAPI definitions.  Right now that content must be inlined into a draft, which makes it a huge pain for developers to use.  Instead of directly importing a reference into appropriate tooling, much cut/paste/edit/cleanup is required extract the mangled OpenAPI from the draft. 

This problem ist nicely solved by kramdown-rfc-extract-sourcecode.

Having URIs for what is extracted by that tool would be nice, but is not necessary to work with this tool.

Grüße, Carsten