From 635aa92f93bf81b14a3c66b1dc1ad7df456dbe5b Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 4 Sep 2021 18:24:01 +0200 Subject: remove redundant odysee.com pattern; clearly mark SParse-using payloads as "alternative interfaces" --- content/babc_aus/index.json | 2 +- content/bstallman.org/index.json | 2 +- content/pabc.net.au./index.json | 4 ++-- content/pabc_aus/index.json | 4 ++-- content/podysee_home/index.json | 5 ----- content/pstallman.org/index.json | 4 ++-- 6 files changed, 8 insertions(+), 13 deletions(-) delete mode 100644 content/podysee_home/index.json diff --git a/content/babc_aus/index.json b/content/babc_aus/index.json index 432cc67..795ec16 100644 --- a/content/babc_aus/index.json +++ b/content/babc_aus/index.json @@ -1,6 +1,6 @@ { "type" : "bag", -"name" : "ABC Aus", +"name" : "ABC Aus alternative interface", "components" : [ ["script", "SParse layout generator"], ["script", "ABC Aus"] diff --git a/content/bstallman.org/index.json b/content/bstallman.org/index.json index 11f7d12..d10e106 100644 --- a/content/bstallman.org/index.json +++ b/content/bstallman.org/index.json @@ -1,6 +1,6 @@ { "type" : "bag", -"name" : "stallman.org", +"name" : "stallman.org alternative interface", "components" : [ ["script", "SParse layout generator"], ["script", "stallman.org"] diff --git a/content/pabc.net.au./index.json b/content/pabc.net.au./index.json index e3d5513..06bfc29 100644 --- a/content/pabc.net.au./index.json +++ b/content/pabc.net.au./index.json @@ -1,5 +1,5 @@ { "type" : "page", "pattern" : "https://abc.net.au/", -"payload" : ["bag", "ABC Aus"] -} \ No newline at end of file +"payload" : ["bag", "ABC Aus alternative interface"] +} diff --git a/content/pabc_aus/index.json b/content/pabc_aus/index.json index bede74c..092cdba 100644 --- a/content/pabc_aus/index.json +++ b/content/pabc_aus/index.json @@ -1,5 +1,5 @@ { "type" : "page", "pattern" : "https://www.abc.net.au/", -"payload" : ["bag", "ABC Aus"] -} \ No newline at end of file +"payload" : ["bag", "ABC Aus alternative interface"] +} diff --git a/content/podysee_home/index.json b/content/podysee_home/index.json deleted file mode 100644 index d4d09ce..0000000 --- a/content/podysee_home/index.json +++ /dev/null @@ -1,5 +0,0 @@ -{ -"type" : "page", -"pattern" : "https://odysee.com", -"payload" : ["script", "odysee"] -} \ No newline at end of file diff --git a/content/pstallman.org/index.json b/content/pstallman.org/index.json index 1fc7a0a..a4209e7 100644 --- a/content/pstallman.org/index.json +++ b/content/pstallman.org/index.json @@ -1,5 +1,5 @@ { "type" : "page", "pattern" : "https://stallman.org/", -"payload" : ["bag", "stallman.org"] -} \ No newline at end of file +"payload" : ["bag", "stallman.org alternative interface"] +} -- cgit v1.2.3