Project

General

Profile

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

hydrilla-fixes-bundle / src / worldcat-org-fix / index.json @ 70022b58

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": "worldcat-org-fix",
9
    "copyright":  [
10
	{"file": "report.spdx"},
11
	{"file": "LICENSES/Apache-2.0.txt"},
12
	{"file": "LICENSES/CC0-1.0.txt"}
13
    ],
14
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/worldcat-org-fix",
15
    "definitions": [{
16
	"type":         "mapping_and_resource",
17
	"identifier":   "worldcat-org-fix",
18
	"long_name":    "WorldCat catalog search fix",
19
	"version":      [2022, 6, 28],
20
	"revision":     1,
21
	"description":  "Make library catalogs on worldcat.org searchable without relying on site-served JavaScript.",
22
	"dependencies": [],
23
	"scripts":      [{"file": "worldcat.js"}],
24
	"payloads": {
25
	    // * https://old.reddit.com/search?q=url%3Aworldcat.org%2Ftitle%2F <- to get testing links
26
	    "https://www.worldcat.org/title/**": {
27
		"identifier": "worldcat-org-fix"
28
	    },
29
	    "https://worldcat.org/title/**": {
30
		"identifier": "worldcat-org-fix"
31
	    }
32
	}
33
    }],
34
    "reuse_generate_spdx_report": true
35
}
(1-1/2)