From 3b86661b74f2de9b3f08ac485f4e0a6ee15a7912 Mon Sep 17 00:00:00 2001 From: vlnst Date: Fri, 19 May 2023 23:48:36 +0300 Subject: [PATCH 1/4] Add autofocus to search input bar --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 9ff3a84..32eae70 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@ Random From 9c427e11f9c624c1e372721929be048f1644b64a Mon Sep 17 00:00:00 2001 From: vlnst Date: Fri, 19 May 2023 23:59:44 +0300 Subject: [PATCH 2/4] Add bloatcat instance --- README.org | 1 + instances.json | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 121f4bd..4fcd2a1 100644 --- a/README.org +++ b/README.org @@ -7,6 +7,7 @@ We're rural, not urban. A privacy respecting urban dictionary client, powered by | URL | Country | Ownername | Owner Website | |--------------------+---------+-----------+-----------------| | https://rd.vern.cc + [[http://rd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion][Tor]] + [[http://vern5cxiaufqvhv4hu5ypkvw3tiwvuinae4evdbqzrioql6s2sha.b32.i2p][I2P]] | US | ~vern | https://vern.cc | +| https://rd.bloatcat.tk | IS | bloatcat | https://bloatcat.tk | * About Rural Dictionary scrapes urban dictionary for data and then displays it in html. diff --git a/instances.json b/instances.json index 99b9e54..956fc41 100644 --- a/instances.json +++ b/instances.json @@ -6,5 +6,13 @@ "country": "US", "owner_name": "~vern", "owner_website": "https://vern.cc" - } + }, + { + "clearnet": "https://rd.bloatcat.tk", + "tor": null, + "i2p": null, + "country": "IS", + "owner_name": "bloatcat", + "owner_website": "https://bloatcat.tk" + } ] From bb50bf39349d07e35df50669a606b752871e6dad Mon Sep 17 00:00:00 2001 From: vlnst Date: Fri, 19 May 2023 21:01:14 +0000 Subject: [PATCH 3/4] Update 'instances.json' --- instances.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instances.json b/instances.json index 956fc41..da15d27 100644 --- a/instances.json +++ b/instances.json @@ -7,12 +7,12 @@ "owner_name": "~vern", "owner_website": "https://vern.cc" }, - { + { "clearnet": "https://rd.bloatcat.tk", "tor": null, "i2p": null, "country": "IS", "owner_name": "bloatcat", "owner_website": "https://bloatcat.tk" - } + } ] From d28e70fa8faf9bed20d112ffbb4a7c14e4e06740 Mon Sep 17 00:00:00 2001 From: vlnst Date: Sat, 20 May 2023 00:04:10 +0300 Subject: [PATCH 4/4] Fix indents --- instances.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instances.json b/instances.json index da15d27..2a46d81 100644 --- a/instances.json +++ b/instances.json @@ -7,12 +7,12 @@ "owner_name": "~vern", "owner_website": "https://vern.cc" }, - { + { "clearnet": "https://rd.bloatcat.tk", "tor": null, "i2p": null, "country": "IS", "owner_name": "bloatcat", "owner_website": "https://bloatcat.tk" - } + } ]