Re: [Tools-arch] Document Production Methods

Robert Sparks <rjsparks@nostrum.com> Mon, 31 August 2020 16:43 UTC

Return-Path: <rjsparks@nostrum.com>
X-Original-To: tools-arch@ietfa.amsl.com
Delivered-To: tools-arch@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7A25B3A1768 for <tools-arch@ietfa.amsl.com>; Mon, 31 Aug 2020 09:43:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.027
X-Spam-Level:
X-Spam-Status: No, score=-3.027 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.948, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
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 BKxo4j4hLfAz for <tools-arch@ietfa.amsl.com>; Mon, 31 Aug 2020 09:43:42 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 43C8D3A1759 for <tools-arch@ietf.org>; Mon, 31 Aug 2020 09:43:42 -0700 (PDT)
Received: from unescapeable.local ([47.186.30.41]) (authenticated bits=0) by nostrum.com (8.16.1/8.15.2) with ESMTPSA id 07VGhdIh039391 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for <tools-arch@ietf.org>; Mon, 31 Aug 2020 11:43:40 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1598892220; bh=VT1YXD8voqt4MnsB091PHD4r1pqBiuyH9IV0PvfFIg0=; h=Subject:To:References:From:Date:In-Reply-To; b=WBQyDgwiD9e3SDqWkjBJ5nKsQLdqRw1HItTsnqKy38LEeRK6sK1gTGuRMr14ngTo8 LDsKw2Uq1Y4kw5B2qmODquACT8vCEiR2d2s751caw2tZ978RH/LTECw0JLOjiHrTsq G1WDPG890xqsVukgs2icn0IkRZciKJ4dUJAiUUYY=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
To: tools-arch@ietf.org
References: <5841e863-80b8-42a8-a989-98bd1ad8e837@www.fastmail.com>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <cc93ef43-61ec-c432-971b-d58b5f9df526@nostrum.com>
Date: Mon, 31 Aug 2020 11:43:38 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.12.0
MIME-Version: 1.0
In-Reply-To: <5841e863-80b8-42a8-a989-98bd1ad8e837@www.fastmail.com>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-arch/TspC3bd0AJAATMWesTIoL3CU_uY>
Subject: Re: [Tools-arch] Document Production Methods
X-BeenThere: tools-arch@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Tools Architecture and Strategy Team <tools-arch.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-arch>, <mailto:tools-arch-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-arch/>
List-Post: <mailto:tools-arch@ietf.org>
List-Help: <mailto:tools-arch-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-arch>, <mailto:tools-arch-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 31 Aug 2020 16:43:45 -0000

On 8/31/20 1:09 AM, Martin Thomson wrote:
>
> A tool that converts from text to XML or markdown would be the only other addition we might consider.   I don't know if one of these exists already.  Such a tool might exist, it's fairly easy to script something.

https://pypi.org/project/id2xml/