From cfef79ec1d9cd0f41009ee51083b936db64224a6 Mon Sep 17 00:00:00 2001 From: Koala <6156589+Shik3i@users.noreply.github.com> Date: Sat, 30 May 2026 11:18:06 +0200 Subject: [PATCH] Refactor comparison table categories to be neutral, consolidate privacy footnotes, and add comparison date stamp --- website/index.html | 47 +++++++++++++++++++++++----------------------- website/style.css | 22 ++++++++++++++-------- 2 files changed, 37 insertions(+), 32 deletions(-) diff --git a/website/index.html b/website/index.html index 409f6d9..8841983 100644 --- a/website/index.html +++ b/website/index.html @@ -420,11 +420,12 @@ Teleparty + - 100% Free / No Paywalls100% Kostenlos / Keine Paywalls - No premium subscriptions, hidden fees or locked features.Keine Premium-Abos, versteckte Kosten oder gesperrte Funktionen. + Cost / PaywallsKosten / Paywalls + Premium subscriptions, hidden fees or locked features.Premium-Abos, versteckte Kosten oder gesperrte Funktionen.100% Free100% Kostenlos @@ -434,43 +435,43 @@ - Open Source (MIT)Open Source (MIT) - Fully auditable codebase. Anyone can contribute.Vollständig prüfbarer Code. Jeder kann mitwirken. + License / Code AuditableLizenz / Quellcode + Whether the source code is open and freely auditable.Ob der Quellcode quelloffen und frei einsehbar ist. - ✔ YesJa + ✔ Open Source (MIT)Open Source (MIT)ProprietaryProprietär - [2] + [2] - Self-HostableSelf-Hostable - Deploy your own private relay server in seconds.Starte deinen eigenen privaten Relay-Server in Sekunden. + Self-HostingSelf-Hosting + Ability to deploy your own private relay server.Möglichkeit, einen eigenen privaten Relay-Server zu betreiben.Yes (Docker-ready)Ja (Docker-bereit)NoNein - [2] + [2] - Privacy First / Ephemeral RAMDatenschutz / Flüchtiger RAM - No registration, no accounts, no persistent tracking.Keine Registrierung, keine Accounts, kein Tracking. + Privacy & TrackingDatenschutz & Tracking + Registration requirements, tracking cookies and analytics.Registrierungszwang, Tracking-Cookies und Analysen. - ✔ Zero-PersistenceKeine Speicherung + ✔ Zero-Persistence (RAM-only)Keine Speicherung (RAM-only)Google Analytics & CookiesGoogle Analytics & Cookies - [3] + [2] - Universal HTML5 SyncUniverseller HTML5-Sync - Works on almost any website with a video element.Funktioniert auf fast jeder Webseite mit einem Video. + Site CompatibilityKompatibilität + Supported websites and player compatibility.Unterstützte Webseiten und Player-Kompatibilität. - ✔ Any Video ElementJedes Video-Element + ✔ Any HTML5 VideoJedes HTML5-VideoSupported sites onlyNur unterstützte Seiten [1] @@ -479,6 +480,10 @@
+

+ * Comparison state: May 2026. + * Stand des Vergleichs: Mai 2026. +

[1] Official Teleparty Premium pricing and supported networks details: @@ -487,14 +492,8 @@

[2] - Teleparty proprietary intellectual property and usage limitations: - Proprietäre Schutzrechte und Nutzungsbeschränkungen von Teleparty: - teleparty.com/terms -

-

- [3] - Teleparty data collection policies (use of Google Analytics & third-party trackers): - Datenerfassungs-Richtlinien von Teleparty (Verwendung von Google Analytics & Drittanbieter-Trackern): + Teleparty privacy policies and tracking data collection: + Datenschutzerklärung und Tracker-Erfassung von Teleparty: teleparty.com/privacy

diff --git a/website/style.css b/website/style.css index 8f24d09..62981d0 100644 --- a/website/style.css +++ b/website/style.css @@ -1558,12 +1558,18 @@ html.lang-de [lang="en"] { } .table-footnotes { - padding: 1.25rem 1.5rem; - background: rgba(15, 23, 42, 0.4); - border-top: 1px solid rgba(255, 255, 255, 0.06); - font-size: 0.78rem; + padding: 0.8rem 1.25rem; + background: rgba(15, 23, 42, 0.45); + border-top: 1px solid rgba(255, 255, 255, 0.05); + font-size: 0.72rem; color: var(--text-muted); - line-height: 1.6; + line-height: 1.5; + opacity: 0.65; + transition: opacity 0.2s ease; +} + +.table-footnotes:hover { + opacity: 0.95; } .table-footnotes p { @@ -1574,7 +1580,7 @@ html.lang-de [lang="en"] { } .table-footnotes p:not(:last-child) { - margin-bottom: 0.5rem; + margin-bottom: 0.4rem; } .table-footnotes a { @@ -1596,8 +1602,8 @@ html.lang-de [lang="en"] { @media (max-width: 768px) { .table-footnotes { - padding: 1rem; - font-size: 0.72rem; + padding: 0.75rem 1rem; + font-size: 0.68rem; } }