From f938b039dc9748ad2f3f29cd05c598096f6cef0c Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 28 Jun 2022 19:01:02 +0200 Subject: integrate fixes by Jacob K The original repo of the fixes was: https://codeberg.org/JacobK/site-fixes --- src/slated-org-fix/index.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/slated-org-fix/index.json (limited to 'src/slated-org-fix/index.json') diff --git a/src/slated-org-fix/index.json b/src/slated-org-fix/index.json new file mode 100644 index 0000000..d42be59 --- /dev/null +++ b/src/slated-org-fix/index.json @@ -0,0 +1,34 @@ +// SPDX-License-Identifier: CC0-1.0 + +// Copyright (C) 2021, 2022 Wojtek Kosior +// Copyright (C) 2022 Jacob K +// Available under the terms of Creative Commons Zero v1.0 Universal. + +{ + "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json", + "source_name": "slated-org-fix", + "copyright": [ + {"file": "report.spdx"}, + {"file": "LICENSES/CC0-1.0.txt"} + ], + "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle", + "definitions": [{ + "type": "mapping_and_resource", + "identifier": "slated-org-fix", + "long_name": "Slated display fix", + "uuid": "ca14fa38-9959-4b56-82c7-caac31349397", + "version": [2022, 6, 23], + "revision": 1, + "description": "Make Slated usable without relying on site-served JavaScript.", + "scripts": [{"file": "slated.js"}], + "payloads": { + // * http://slated.org/windows_by_stealth_the_updates_you_dont_want + "https://slated.org/***": { + "identifier": "slated-org-fix" + } + // TODO: also map this fix for WebArchive URLs, like: + // * https://web.archive.org/web/20200219180230/http://slated.org/windows_by_stealth_the_updates_you_dont_want + } + }], + "reuse_generate_spdx_report": true +} -- cgit v1.2.3