From d42b6b5200e340b8a48f9cd6ff32354119be01ad Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 26 Apr 2024 11:51:46 +0200 Subject: [PATCH] feat: update service listings and improve documentation Swapped the listings for Invidious and Piped, including their descriptions and status, to reflect current service offerings and operational status accurately. Enhanced the UI layout in the base template for better navigation and clarity in service support actions. Membership and donation information has been expanded to include details on statute access, association joining methods, and legal requirements for data storage, emphasizing transparency and community involvement. Privacy policy updates include clarified data collection practices, usage specifics, and storage details, aligning with legal standards and user expectations. Also, terms of service now include provisions against harassment, aligning with community guidelines and safety. These changes aim to improve user experience, ensure up-to-date information, and highlight the organization's commitment to privacy, transparency, and community safety. --- services.json | 22 +++++++-------- templates/base.html | 6 ++--- templates/index.html | 2 +- templates/membership.html | 57 ++++++++++++++++++++++++++++++--------- templates/privacy.html | 52 +++++++++++++++++++++++++++-------- templates/terms.html | 4 ++- 6 files changed, 103 insertions(+), 40 deletions(-) diff --git a/services.json b/services.json index 3c823d6..7bae37e 100644 --- a/services.json +++ b/services.json @@ -31,15 +31,15 @@ "exclude_from_simple": false }, { - "name": "Invidious", - "url": "https://invidious.private.coffee", + "name": "Piped", + "url": "https://piped.private.coffee", "short_description": "Watch YouTube videos without Google tracking.", - "long_description": "Invidious is an alternative front-end to YouTube. It allows you to watch YouTube videos without Google tracking you.", + "long_description": "Piped is another alternative front-end to YouTube. It allows you to watch YouTube videos without Google tracking you.", "status": "OK", "links": [ { - "name": "Go to Invidious", - "url": "https://invidious.private.coffee" + "name": "Go to Piped", + "url": "https://piped.private.coffee" } ], "exclude_from_index": false, @@ -61,15 +61,15 @@ "exclude_from_simple": false }, { - "name": "Piped", - "url": "https://piped.private.coffee", + "name": "Invidious", + "url": "https://invidious.private.coffee", "short_description": "Watch YouTube videos without Google tracking.", - "long_description": "Piped is another alternative front-end to YouTube. It allows you to watch YouTube videos without Google tracking you.", - "status": "OK", + "long_description": "Invidious is an alternative front-end to YouTube. It allows you to watch YouTube videos without Google tracking you.", + "status": "NOK", "links": [ { - "name": "Go to Piped", - "url": "https://piped.private.coffee" + "name": "Go to Invidious", + "url": "https://invidious.private.coffee" } ], "exclude_from_index": false, diff --git a/templates/base.html b/templates/base.html index dfe1cec..4a1f2d8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,7 +20,7 @@