Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/de/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/de/rss-feed.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Es wurde [freshrss](https://www.freshrss.org/){ target="_blank" } verwendet um d
| :---: | :---: |
| <img src="/assets/screenshots/rss-feed/deframed.jpg" alt="Deframed" width="600"/> | <img src="/assets/screenshots/rss-feed/original.jpg" alt="Original" width="600"/> |

## 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.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/rss-feed.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The item is rendered by [freshrss](https://www.freshrss.org/){ target="_blank" }
| :---: | :---: |
| <img src="/assets/screenshots/rss-feed/deframed.jpg" alt="Deframed" width="600"/> | <img src="/assets/screenshots/rss-feed/original.jpg" alt="Original" width="600"/> |

## Proxy XML Feed
## XML Feed

The AI analyzes the upstream content, provides reasoning for its assessment, and performs necessary replacements to neutralize the tone.

Expand Down
6 changes: 3 additions & 3 deletions docs/en/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/deframer>
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading