Re: [Tools-discuss] Where are the IETF draft XML and TXT ?

Carsten Bormann <cabo@tzi.org> Wed, 16 June 2021 15:57 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 D6E193A1D7F for <tools-discuss@ietfa.amsl.com>; Wed, 16 Jun 2021 08:57:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_FAIL=0.001, SPF_HELO_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=no 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 M0pOHaKzp15J for <tools-discuss@ietfa.amsl.com>; Wed, 16 Jun 2021 08:57:43 -0700 (PDT)
Received: from gabriel-2.zfn.uni-bremen.de (gabriel-2.zfn.uni-bremen.de [IPv6:2001:638:708:32::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 92B333A1D76 for <tools-discuss@ietf.org>; Wed, 16 Jun 2021 08:57:43 -0700 (PDT)
Received: from [192.168.217.118] (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 4G4qZm0CDCz2xHy; Wed, 16 Jun 2021 17:57:35 +0200 (CEST)
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: <20210616145132.GC12022@faui48e.informatik.uni-erlangen.de>
Date: Wed, 16 Jun 2021 17:57:35 +0200
Cc: Julian Reschke <julian.reschke@gmx.de>, tools-discuss@ietf.org
X-Mao-Original-Outgoing-Id: 645551855.550998-20c84af94c5ad868fd72fd975d8c1c90
Content-Transfer-Encoding: quoted-printable
Message-Id: <77456148-0E76-490A-A065-75BE245FD59B@tzi.org>
References: <20210616141843.GZ12022@faui48e.informatik.uni-erlangen.de> <5b5ce7ea-8af2-9f86-9125-5a82a3fea02d@gmx.de> <20210616145132.GC12022@faui48e.informatik.uni-erlangen.de>
To: Toerless Eckert <tte@cs.fau.de>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/Ev4p-JyNg8NDyq3D0bpoetrquvM>
Subject: Re: [Tools-discuss] Where are the IETF draft XML and TXT ?
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: Wed, 16 Jun 2021 15:57:49 -0000

On 2021-06-16, at 16:51, Toerless Eckert <tte@cs.fau.de> wrote:
> 
> Do i need to rsync the whole tools.id repo now to do this ?!

I don’t think any Indonesian websites will help here.

Run this from your crontab:

cd
rsync -abvz rsync.ietf.org::internet-drafts/ std/id
rsync -abvz --exclude '/tar/*' ftp.rfc-editor.org::rfc-ed-all/ std/rfc
rsync -avzH rsync.iana.org::assignments std/iana
rsync -avzH xml2rfc.tools.ietf.org::xml2rfc.bibxml std/bib
rsync -avzH rfc-editor.org::refs std/bib/rfc
rsync -a --include=/refer\* --exclude="*" std/bib/rfc/ .cache/xml2rfc
kramdown-rfc-cache-i-d-bibxml

That will significantly reduce the time you need to click around in random web interfaces.

Grüße, Carsten