Project

General

Profile

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

hydrilla-fixes-bundle / src / rgs-org-fix-exhibitions / index.json @ ecc6c218

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

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

    
6
{
7
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
8
    "source_name": "rgs-org-fix-exhibitions",
9
    "copyright":  [
10
	{"file": "report.spdx"},
11
	{"file": "LICENSES/CC0-1.0.txt"}
12
    ],
13
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/rgs-org-fix-exhibitions",
14
    "definitions": [{
15
	"type":         "mapping_and_resource",
16
	"identifier":   "rgs-org-fix-exhibitions",
17
	"long_name":    "Royal Geographical Society online exhibitions fix",
18
	"uuid":         "9b384f20-ed14-4959-97e4-60ae789ba154",
19
	"version":      [2022, 2, 21],
20
	"revision":     2,
21
	"description":  "Make online exhibitions pages on rgs.org viewable without relying on site-served JavaScript.",
22
	"dependencies": [],
23
	"scripts":      [{"file": "royal_geographical_society.js"}],
24
	"payloads": {
25
	    // To test go to https://www.rgs.org/about/our-collections/online-exhibitions/
26
	    // and navigate to subpages from there.
27
	    "https://www.rgs.org/about/our-collections/online-exhibitions/***": {
28
		"identifier": "rgs-org-fix-exhibitions"
29
	    }
30
	}
31
    }],
32
    "reuse_generate_spdx_report": true
33
}
(1-1/2)