aboutsummaryrefslogtreecommitdiff
path: root/src/slated-org-fix/index.json
blob: d42be59895957901b4f9f6df38cb6da5df2d33e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// SPDX-License-Identifier: CC0-1.0

// Copyright (C) 2021, 2022 Wojtek Kosior <koszko@koszko.org>
// 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
}