Project

General

Profile

Download (1.27 KB) Statistics
| Branch: | Revision:

hydrilla-fixes-bundle / src / slated-org-fix / index.json @ f938b039

1
// SPDX-License-Identifier: CC0-1.0
2

    
3
// Copyright (C) 2021, 2022 Wojtek Kosior <koszko@koszko.org>
4
// Copyright (C) 2022 Jacob K
5
// Available under the terms of Creative Commons Zero v1.0 Universal.
6

    
7
{
8
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
9
    "source_name": "slated-org-fix",
10
    "copyright":  [
11
	{"file": "report.spdx"},
12
	{"file": "LICENSES/CC0-1.0.txt"}
13
    ],
14
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle",
15
    "definitions": [{
16
        "type": "mapping_and_resource",
17
        "identifier": "slated-org-fix",
18
        "long_name": "Slated display fix",
19
        "uuid": "ca14fa38-9959-4b56-82c7-caac31349397",
20
        "version": [2022, 6, 23],
21
        "revision": 1,
22
        "description": "Make Slated usable without relying on site-served JavaScript.",
23
        "scripts": [{"file": "slated.js"}],
24
        "payloads": {
25
	    // * http://slated.org/windows_by_stealth_the_updates_you_dont_want
26
            "https://slated.org/***": {
27
                "identifier": "slated-org-fix"
28
            }
29
	    // TODO: also map this fix for WebArchive URLs, like:
30
	    // * https://web.archive.org/web/20200219180230/http://slated.org/windows_by_stealth_the_updates_you_dont_want
31
        }
32
    }],
33
    "reuse_generate_spdx_report": true
34
}
(1-1/2)