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
Binary file removed docs/assets/screenshots/rss-feed/deframed.jpg
Binary file not shown.
Binary file removed docs/assets/screenshots/rss-feed/original.jpg
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/de/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Der „News Deframer“ ist ein sprachliches Analysetool für Ihre bevorzugten N
* Integrierte [Trendanalyse](trends/index.md) zur Erkennung von Talking Points und [Sentiments](sentiments/index.md) Visualisierung.
* Vergleich verschiedener Nachrichtenportale, z. B. "Tagesschau" mit "Apollo News" oder "Bild" mit dem "Bayerischen Rundfunk".
* Per Klick gelangen Sie zurück zum Originalartikel bzw. zur ursprünglichen Portalseite.
* Demnächst: Unterstützung für das Deframing von Nachrichtenvideos.

| | |
| :---------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------: |
Expand Down Expand Up @@ -47,7 +48,7 @@ Richten Sie Ihre eigene [Instanz](https://github.com/deframer/news-deframer/blob

## Funktionsweise

Der News Deframer bezieht Schlagzeilen aus dem [RSS](rss-feed.md) eines Portals, verarbeitet sie und ersetzt sie durch neutral formulierte Versionen.
Der News Deframer bezieht Schlagzeilen aus dem RSS 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
49 changes: 0 additions & 49 deletions docs/de/rss-feed.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/de/showcases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
- [Tagesschau](tagesschau.md)
- [Apollo News](apollo-news.md)

## RSS Feed

- [RSS Feed](rss-feed.md)

## KI-Konfiguration

Die folgende Konfiguration wurde verwendet, um diese Beispiele zu erstellen:
Expand Down
3 changes: 2 additions & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ News Deframer analyzes journalistic neutrality and framing in news articles. By
- Built-in [trend analysis](trends/index.md) for detecting recurring talking points and [sentiments](sentiments/index.md) visualization.
- Comparison of major news outlets, e.g., "The New York Times" and the "New York Post" or CNN and Fox News.
- One click restores the original article or the original portal page.
- Coming soon: support for deframing news videos.

| | |
| :---: | :---: |
Expand Down Expand Up @@ -52,7 +53,7 @@ Set up your own [instance](https://github.com/deframer/news-deframer/blob/main/d

## How it works

News Deframer consumes a portal’s [RSS](rss-feed.md) feed, processes the headlines, and replaces them with neutralized versions.
News Deframer consumes a portal’s RSS 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
48 changes: 0 additions & 48 deletions docs/en/rss-feed.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/en/showcases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
- [The New York Times](nytimes.md)
- [New York Post](nypost.md)

## RSS Feed

- [RSS Feed](rss-feed.md)

## AI Configuration

The following setup was used to generate these examples:
Expand Down
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ plugins:
- Sentiments: sentiments/index.md
- Mobile App: mobile-app/index.md
- Status: todo.md
- RSS Feed: rss-feed.md
- Sponsors: sponsors.md
- Links: links.md
- Discord: discord.md
Expand All @@ -65,7 +64,6 @@ plugins:
- Sentiments: sentiments/index.md
- Mobile App: mobile-app/index.md
- Status: todo.md
- RSS Feed: rss-feed.md
- Sponsoren: sponsors.md
- Links: links.md
- Discord: discord.md
Expand Down
Loading