Project

General

Profile

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

hydrilla-fixes-bundle / src / wikidevi-wi-cat-ru-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": "wikidevi-wi-cat-ru-fix",
10
    "copyright":  [
11
	// The text of the LicenseRef- GPL also gets included in the report.
12
	{"file": "report.spdx"},
13
	{"file": "LICENSES/CC0-1.0.txt"}
14
    ],
15
    "additional_files": [
16
	{"file": "LICENSES/LicenseRef-GPL-3.0-or-later-WITH-js-exceptions.txt"}
17
    ],
18
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/wikidevi-wi-cat-ru-fix",
19
    "definitions": [{
20
        "type": "mapping_and_resource",
21
        "identifier": "wikidevi-wi-cat-ru-fix",
22
        "long_name": "Wikidevi bobbing fix",
23
        "uuid": "061dadff-a088-4f5d-8b91-4e5d327fb1cf",
24
        "version": [2022, 6, 28],
25
        "revision": 1,
26
        "description": "Make it so the front page of Wikidevi doesn't bob up and down without relying on site-served JavaScript.",
27
        "scripts": [{"file": "wikidevi-no-bobbing.js"}],
28
        "payloads": {
29
            "https://wikidevi.wi-cat.ru/Main_Page": {
30
                "identifier": "wikidevi-wi-cat-ru-fix"
31
            },
32
            "https://wikidevi.wi-cat.ru": {
33
                "identifier": "wikidevi-wi-cat-ru-fix"
34
            }
35
        }
36
    }],
37
    "reuse_generate_spdx_report": true
38
}
(1-1/2)