From 9ae80685320373c0dbe6f025a6a5e0f8b320dffd Mon Sep 17 00:00:00 2001 From: Sebastian Steinbuss <23654606+ssteinbuss@users.noreply.github.com> Date: Mon, 31 Aug 2026 13:12:30 +0200 Subject: [PATCH] fix: add localBiblio fallback for SpecRef-resolved references api.specref.org's DNS is broken (CNAME to a dead Heroku subdomain), which makes ReSpec unable to resolve json-schema, RFC2119, RFC8174, rfc3987, rfc8615, did-core, vocab-dcat-3, and odrl-model at build/view time. Pin their bibliographic data locally so the document renders correctly regardless of that external service's availability. Co-Authored-By: Claude Sonnet 5 --- index.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/index.html b/index.html index ad20be6..2a3b91e 100644 --- a/index.html +++ b/index.html @@ -77,6 +77,54 @@ publisher: "ISO/IEC", date: "November 1994", }, + "json-schema": { + title: "JSON Schema: A Media Type for Describing JSON Documents", + href: "https://json-schema.org/draft/2020-12/json-schema-core", + publisher: "IETF (Internet Engineering Task Force)", + status: "Internet-Draft", + }, + "RFC2119": { + title: "RFC 2119 Key words for use in RFCs to Indicate Requirement Levels", + href: "https://www.rfc-editor.org/rfc/rfc2119", + publisher: "IETF", + date: "March 1997", + }, + "RFC8174": { + title: "RFC 8174 Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", + href: "https://www.rfc-editor.org/rfc/rfc8174", + publisher: "IETF", + date: "May 2017", + }, + "rfc3987": { + title: "RFC 3987 Internationalized Resource Identifiers (IRIs)", + href: "https://www.rfc-editor.org/rfc/rfc3987", + publisher: "IETF", + date: "January 2005", + }, + "rfc8615": { + title: "RFC 8615 Well-Known Uniform Resource Identifiers (URIs)", + href: "https://www.rfc-editor.org/rfc/rfc8615", + publisher: "IETF", + date: "May 2019", + }, + "did-core": { + title: "Decentralized Identifiers (DIDs) v1.0: Core architecture, data model, and representations", + href: "https://www.w3.org/TR/did-core/", + publisher: "W3C", + date: "19 July 2022", + }, + "vocab-dcat-3": { + title: "Data Catalog Vocabulary (DCAT) - Version 3", + href: "https://www.w3.org/TR/vocab-dcat-3/", + publisher: "W3C", + date: "22 August 2024", + }, + "odrl-model": { + title: "ODRL Information Model 2.2", + href: "https://www.w3.org/TR/odrl-model/", + publisher: "W3C", + date: "15 February 2018", + }, }, };