From d0f8ed0d0bdcfd9148f0b0cc96b605d3684b16c1 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 16 Jul 2024 10:25:54 +0200 Subject: [PATCH] feat: add Wikimore service entry Added a new service entry for Wikimore, a privacy-friendly alternative front-end to Wikimedia wikis. Includes main and Tor-accessibility URLs, descriptions, and an icon. Enhances the diversity of privacy-focused services listed. --- data/services.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/data/services.json b/data/services.json index 4bcc42f..8866a19 100644 --- a/data/services.json +++ b/data/services.json @@ -254,6 +254,28 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "Wikimore", + "url": "https://wikimore.private.coffee", + "short_description": "Wikimore is a privacy-friendly alternative front-end to Wikimedia wikis.", + "long_description": "Wikimore is a privacy-friendly alternative front-end to Wikipedia and other Wikimedia wikis.", + "status": "OK", + "links": [ + { + "name": "Go to Wikimore", + "url": "https://wikimore.private.coffee", + "alternatives": [ + { + "name": "Tor", + "url": "http://wikimore.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion" + } + ] + } + ], + "icon": "books", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "Priviblur", "url": "https://priviblur.private.coffee",