From 0d17dbe3488ddf135c7b91bb0ef1e2c9afd20e31 Mon Sep 17 00:00:00 2001 From: Alexander Mankuta Date: Sat, 21 Sep 2024 18:26:21 +0300 Subject: [PATCH] Update RFCs docset --- docsets/RFCs/README.md | 17 +++++++++++++---- docsets/RFCs/docset.json | 18 ++++++++---------- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/docsets/RFCs/README.md b/docsets/RFCs/README.md index f044ef6946..6ed1bb0050 100644 --- a/docsets/RFCs/README.md +++ b/docsets/RFCs/README.md @@ -1,9 +1,18 @@ RFCs Docset ======================= -This docset contains all published RFCs from the IETF. It is a mirror of the - website. +This docset contains all published RFCs from the IETF. -**Author:** [Will Norris](https://willnorris.com/), [Simone Carletti](https://simonecarletti.com/) +## Author -**Generating Instructions:** [rfcdash](https://github.com/willnorris/rfcdash#updating-the-docset) +Alexander Mankuta: +- [GitHub profile](https://github.com/pointlessone) +- [Personal website](https://pointless.one) + +## Generating Instructions + +Full instructions are in the repo Readme: [rfcs-docset](https://code.pointless.one/pointless.one/rfcs-docset#updating-the-docset) + +Prerequisites: any modern Ruby (3.1 to 3.4 as of time of writing). + +The script will install all its dependencies, fetch the latest set of RFCs, and generate the docset. No further manual steps are required. diff --git a/docsets/RFCs/docset.json b/docsets/RFCs/docset.json index 0c1c370034..db6fcf1b7f 100644 --- a/docsets/RFCs/docset.json +++ b/docsets/RFCs/docset.json @@ -1,12 +1,10 @@ { - "name": "RFCs", - "version": "1.6.1", - "archive": "RFCs.tgz", - "author": { - "name": "Simone Carletti", - "link": "https://simonecarletti.com/" - }, - "aliases": [ - "rfc" - ] + "name": "RFCs", + "version": "2024.09.19/1.0.0", + "archive": "RFCs.tgz", + "author": { + "name": "Alexander Mankuta", + "link": "https://pointless.one" + }, + "aliases": ["rfc"] }