diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-22 04:21:51 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-22 04:21:51 +0700 |
| commit | 35e2b54881294547fb99f6810d5ceb91c16e539b (patch) | |
| tree | eae6b487a483f849186ed6d229630c2214a8db17 | |
| parent | 359378722d36e038286993ad4210cf219cd99d03 (diff) | |
| download | kilabit.info-35e2b54881294547fb99f6810d5ceb91c16e539b.tar.xz | |
all: remove jarink brokenlinks files
This files should not have been committed to the main branch.
It is residue of the jarink program, to check the brokenlinks in this
webiste.
| -rw-r--r-- | jarink_brokenlinks.json | 18 | ||||
| -rw-r--r-- | jarink_brokenlinks.json.license | 2 | ||||
| -rw-r--r-- | jarink_brokenlinks_fixed.json | 51 | ||||
| -rw-r--r-- | jarink_brokenlinks_fixed.json.license | 2 |
4 files changed, 0 insertions, 73 deletions
diff --git a/jarink_brokenlinks.json b/jarink_brokenlinks.json deleted file mode 100644 index 93d93f2..0000000 --- a/jarink_brokenlinks.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "broken_links": { - "http://kilabit.home.local/journal/2022/gpl": [ - { - "link": "https://www.fsf.org", - "error": "Get \"https://www.fsf.org\": remote error: tls: handshake failure", - "code": 700 - } - ], - "http://kilabit.home.local/journal/2022/lesson_from_learning_swimming": [ - { - "link": "https://olympics.com/en/olympic-games/tokyo-2020/results/swimming/men-s-50m-freestyle", - "error": "Get \"https://olympics.com/en/olympic-games/tokyo-2020/results/swimming/men-s-50m-freestyle\": stream error: stream ID 1; INTERNAL_ERROR; received from peer", - "code": 700 - } - ] - } -} diff --git a/jarink_brokenlinks.json.license b/jarink_brokenlinks.json.license deleted file mode 100644 index 16f7767..0000000 --- a/jarink_brokenlinks.json.license +++ /dev/null @@ -1,2 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 -SPDX-FileCopyrightText: M. Shulhan <ms@kilabit.info> diff --git a/jarink_brokenlinks_fixed.json b/jarink_brokenlinks_fixed.json deleted file mode 100644 index a362038..0000000 --- a/jarink_brokenlinks_fixed.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "broken_links": { - "http://kilabit.home.local/journal/2009/01/01__00_01__salt_and_pepper": [ - { - "link": "https://idcorner.org/the-problems-with-openid", - "error": "Get \"https://idcorner.org/the-problems-with-openid\": tls: failed to verify certificate: x509: certificate is valid for server20.hostwhitelabel.com, not idcorner.org", - "code": 700 - } - ], - "http://kilabit.home.local/journal/2020/the_mountain_of_kubernetes": [ - { - "link": "https://x.com/_shuLhan/status/1253140666470686721", - "code": 400 - } - ], - "http://kilabit.home.local/journal/2022/gpl": [ - { - "link": "https://www.fsf.org", - "error": "Get \"https://www.fsf.org\": remote error: tls: handshake failure", - "code": 700 - }, - { - "link": "https://www.gnu.org/gnu/manifesto.html", - "error": "Get \"https://www.gnu.org/gnu/manifesto.html\": dial tcp 209.51.188.116:443: i/o timeout", - "code": 700 - }, - { - "link": "https://www.gnu.org/licenses/copyleft.html.en", - "error": "Get \"https://www.gnu.org/licenses/copyleft.html.en\": dial tcp 209.51.188.116:443: i/o timeout", - "code": 700 - }, - { - "link": "https://www.gnu.org/licenses/gpl-faq.html", - "error": "Get \"https://www.gnu.org/licenses/gpl-faq.html\": dial tcp 209.51.188.116:443: i/o timeout", - "code": 700 - }, - { - "link": "https://www.gnu.org/philosophy/categories.html.en", - "error": "Get \"https://www.gnu.org/philosophy/categories.html.en\": dial tcp 209.51.188.116:443: i/o timeout", - "code": 700 - } - ], - "http://kilabit.home.local/journal/2022/lesson_from_learning_swimming": [ - { - "link": "https://olympics.com/en/olympic-games/tokyo-2020/results/swimming/men-s-50m-freestyle", - "error": "Get \"https://olympics.com/en/olympic-games/tokyo-2020/results/swimming/men-s-50m-freestyle\": stream error: stream ID 1; INTERNAL_ERROR; received from peer", - "code": 700 - } - ] - } -} diff --git a/jarink_brokenlinks_fixed.json.license b/jarink_brokenlinks_fixed.json.license deleted file mode 100644 index 16f7767..0000000 --- a/jarink_brokenlinks_fixed.json.license +++ /dev/null @@ -1,2 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 -SPDX-FileCopyrightText: M. Shulhan <ms@kilabit.info> |
