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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
site/
.python-venv
.venv
.cache
__pycache__
1 change: 1 addition & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
config:
default: true
MD013: false # Disable line length check
MD025: false # Allow title in frontmatter and H1 in body
MD033:
allowed_elements:
- img
Expand Down
5 changes: 5 additions & 0 deletions docs/de/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Journalistische Neutralität
description: Der News Deframer erkennt journalistische Neutralität und Framing in Nachrichtenartikeln mithilfe von LLMs.
---

# News Deframer

Der "News Deframer" ist ein sprachliches Analysetool, für alle Ihre präferierten Nachrichtenseiten. Mit Hilfe von LLMs analysiert es die Nachrichten Schlagzeilen. Die Anwendung besitzt zwei Verwendungsmöglichkeiten: einen **RSS-Feed-Proxy** und ein **Browser-Plugin**.
Expand Down
5 changes: 5 additions & 0 deletions docs/en/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Journalistic neutrality analysis
description: News Deframer will detect journalistic neutrality and framing in news articles by using LLMs.
---

# News Deframer

News Deframer will detect journalistic neutrality and framing in news articles. By leveraging Large Language Models (LLMs), it analyzes the news headlines. It can act as an **RSS Feed Proxy** or as a **browser plugin**.
Expand Down
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ plugins:
copyright: Copyright © 2026
- search
- glightbox
- social:
cards_layout_options:
# background_color: "#000000"
# color: "#ffffff"
font_family: Roboto

extra_javascript:
- js/language-detect.js
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mkdocs",
"mkdocs-material",
"mkdocs-material[imaging]",
"mkdocs-glightbox",
"mkdocs-static-i18n",
]
213 changes: 211 additions & 2 deletions uv.lock

Large diffs are not rendered by default.