diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-09-04 18:24:01 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-09-04 18:40:00 +0200 |
commit | 635aa92f93bf81b14a3c66b1dc1ad7df456dbe5b (patch) | |
tree | f886f48283e2c59b98e3331d95b952e79eb8d49d | |
parent | eaf888582a6190a40d068053d925705a2a0b1f60 (diff) | |
download | haketilo-fixes-demo-635aa92f93bf81b14a3c66b1dc1ad7df456dbe5b.tar.gz haketilo-fixes-demo-635aa92f93bf81b14a3c66b1dc1ad7df456dbe5b.zip |
remove redundant odysee.com pattern; clearly mark SParse-using payloads as "alternative interfaces"
-rw-r--r-- | content/babc_aus/index.json | 2 | ||||
-rw-r--r-- | content/bstallman.org/index.json | 2 | ||||
-rw-r--r-- | content/pabc.net.au./index.json | 4 | ||||
-rw-r--r-- | content/pabc_aus/index.json | 4 | ||||
-rw-r--r-- | content/podysee_home/index.json | 5 | ||||
-rw-r--r-- | content/pstallman.org/index.json | 4 |
6 files changed, 8 insertions, 13 deletions
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"] +} |