aboutsummaryrefslogtreecommitdiff
path: root/src/via-news-fix/index.json
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-06-28 19:01:02 +0200
committerWojtek Kosior <koszko@koszko.org>2022-06-30 12:33:08 +0200
commitf938b039dc9748ad2f3f29cd05c598096f6cef0c (patch)
treed81ec7b836c9716895b1f1c6248e73fdf4e242ba /src/via-news-fix/index.json
parentecc6c218af8ef864fe8d03badfed0e6e7c730fd0 (diff)
downloadhydrilla-fixes-bundle-f938b039dc9748ad2f3f29cd05c598096f6cef0c.tar.gz
hydrilla-fixes-bundle-f938b039dc9748ad2f3f29cd05c598096f6cef0c.zip
integrate fixes by Jacob K
The original repo of the fixes was: https://codeberg.org/JacobK/site-fixes
Diffstat (limited to 'src/via-news-fix/index.json')
-rw-r--r--src/via-news-fix/index.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/via-news-fix/index.json b/src/via-news-fix/index.json
new file mode 100644
index 0000000..c851469
--- /dev/null
+++ b/src/via-news-fix/index.json
@@ -0,0 +1,35 @@
+// 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": "via-news-fix",
+ "copyright": [
+ // The text of the LicenseRef- GPL also gets included in the report.
+ {"file": "report.spdx"},
+ {"file": "LICENSES/CC0-1.0.txt"}
+ ],
+ "additional_files": [
+ {"file": "LICENSES/LicenseRef-GPL-3.0-or-later-WITH-js-exceptions.txt"}
+ ],
+ "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle",
+ "definitions": [{
+ "type": "mapping_and_resource",
+ "identifier": "via-news-fix",
+ "long_name": "Via News fix",
+ "uuid": "bd7f4ba6-d98f-48ae-8b26-bd8de141b478",
+ "version": [2022, 6, 23],
+ "revision": 1,
+ "description": "Make Via subscription prompt dismissible without relying on site-served JavaScript.",
+ "scripts": [{"file": "via-dismiss.js"}],
+ "payloads": {
+ "https://via.news/***": {
+ "identifier": "via-news-fix"
+ }
+ }
+ }],
+ "reuse_generate_spdx_report": true
+}