From 15df610472acf3c3fb28d675cd13b69344c4f33f Mon Sep 17 00:00:00 2001 From: Harald Fielker Date: Wed, 13 May 2026 20:58:59 +0200 Subject: [PATCH] rss proxy removed --- docs/de/index.md | 2 +- docs/de/rss-feed.md | 2 +- docs/en/index.md | 2 +- docs/en/rss-feed.md | 2 +- docs/en/todo.md | 6 +++--- mkdocs.yml | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/de/index.md b/docs/de/index.md index 33eb1da..a3dc8a7 100644 --- a/docs/de/index.md +++ b/docs/de/index.md @@ -47,7 +47,7 @@ Richten Sie Ihre eigene [Instanz](https://github.com/deframer/news-deframer/blob ## Funktionsweise -Der News Deframer fungiert als RSS-Feed-Proxy. Die Schlagzeilen werden aus dem [RSS](rss-feed.md) eines Portals bezogen. +Der News Deframer bezieht Schlagzeilen aus dem [RSS](rss-feed.md) eines Portals, verarbeitet sie und ersetzt sie durch neutral formulierte Versionen. Der Feed wird verarbeitet und durch neutral formulierte Schlagzeilen ersetzt. Diese aktualisierten Daten werden zudem vom **Browser-Plugin** verwendet, das die Portalseite der jeweiligen Nachrichtenquelle ersetzt. ## Chrome-Erweiterung diff --git a/docs/de/rss-feed.md b/docs/de/rss-feed.md index 0e31b47..e8f5bfa 100644 --- a/docs/de/rss-feed.md +++ b/docs/de/rss-feed.md @@ -10,7 +10,7 @@ Es wurde [freshrss](https://www.freshrss.org/){ target="_blank" } verwendet um d | :---: | :---: | | Deframed | Original | -## Proxy XML-Feed +## XML-Feed Die KI analysiert den Feed, liefert eine Begründung für ihre Bewertung und erzeugt eine neue Schlagzeile, um die Sprache zu entschärfen. diff --git a/docs/en/index.md b/docs/en/index.md index 0fbf38f..88f0722 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -52,7 +52,7 @@ Set up your own [instance](https://github.com/deframer/news-deframer/blob/main/d ## How it works -News Deframer functions as a drop-in RSS feed proxy. It retrieves headlines from a portal’s [RSS](rss-feed.md) feed, processes them, and replaces them with neutralized versions. +News Deframer consumes a portal’s [RSS](rss-feed.md) feed, processes the headlines, and replaces them with neutralized versions. The updated data is also used by the **browser plugin**, which replaces the portal page of the corresponding news source. diff --git a/docs/en/rss-feed.md b/docs/en/rss-feed.md index a8c1373..9288018 100644 --- a/docs/en/rss-feed.md +++ b/docs/en/rss-feed.md @@ -10,7 +10,7 @@ The item is rendered by [freshrss](https://www.freshrss.org/){ target="_blank" } | :---: | :---: | | Deframed | Original | -## Proxy XML Feed +## XML Feed The AI analyzes the upstream content, provides reasoning for its assessment, and performs necessary replacements to neutralize the tone. diff --git a/docs/en/todo.md b/docs/en/todo.md index 5415cf9..c2ab849 100644 --- a/docs/en/todo.md +++ b/docs/en/todo.md @@ -2,13 +2,13 @@ ## Core -- [x] Basic RSS Proxy +- [x] Basic RSS feed support - [x] Polling and auto updating of feeds - [x] Dummy LLM support (zero wait time, zero cost, developer friendly) - [x] ChatGPT / Generic OpenAI LLM support / [Local](../assets/screenshots/lmstudio-rtx3060.png) e.g. LM-Studio - [x] Grok LLM support (simply use OpenAI) - [x] Gemini LLM support -- [x] Support filtering the RSS Proxy result with a min rating +- [x] Support filtering RSS feed results with a min rating - [x] Enhance the parsing of items e.g. media / thumbnails etc. - [x] Enhance the handling of exotic feeds e.g. the bbc uses a different feed url then the item URLs. - [x] Move to @@ -31,7 +31,7 @@ - [x] Webbrowser Plugin add tabs or sections - [x] Webbrowser full screen settings page - [x] Webbrowser sentiment support -- [ ] Webbrowser Plugin Admin UI enhancement e.g. show the supported domains / disable the plugin etc. +- [x] Webbrowser Plugin Admin UI enhancement e.g. show the supported domains / disable the plugin etc. - [ ] Try to get a Favicon / Logo from somewhere ## Mobile App diff --git a/mkdocs.yml b/mkdocs.yml index 852a4b7..78356ff 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,7 +49,7 @@ plugins: - Sentiments: sentiments/index.md - Mobile App: mobile-app/index.md - Status: todo.md - - RSS Proxy: rss-feed.md + - RSS Feed: rss-feed.md - Sponsors: sponsors.md - Links: links.md - Discord: discord.md @@ -65,7 +65,7 @@ plugins: - Sentiments: sentiments/index.md - Mobile App: mobile-app/index.md - Status: todo.md - - RSS Proxy: rss-feed.md + - RSS Feed: rss-feed.md - Sponsoren: sponsors.md - Links: links.md - Discord: discord.md