Artikel-Detail #{{ article.id }}

Angemeldet als {{ user }}

Zurück
{% if flash_msg %}
{{ flash_msg }}
{% endif %}

{{ article.title }}

Status{{ status_labels.get(article.status_ui, article.status_ui) }}
Redaktionelle Freigabe {% if article.editorial_review_at %} geprüft {{ article.editorial_review_at }} durch {{ article.editorial_review_by }} {% else %} offen {% endif %}
Artikel-Datum{{ article.published_at or "-" }}
Alter{{ article.days_old if article.days_old is not none else "-" }} Tage
Relevanz{{ article.relevance }}
Autor{{ article.author or "-" }}
Feed{{ feed.name if feed else "-" }}
Quelle Snapshot{{ article.source_name_snapshot or "-" }}
Lizenz Snapshot{{ article.source_license_name_snapshot or "-" }}
Terms Snapshot{{ article.source_terms_url_snapshot or "-" }}

Quelle: {{ article.source_url }}

{% if article.canonical_url %}

Canonical: {{ article.canonical_url }}

{% endif %} {% if article.summary %}

Summary: {{ article.summary }}

{% endif %}

WordPress Post: {% if article.wp_post_url %} #{{ article.wp_post_id }} {% elif article.wp_post_id %} #{{ article.wp_post_id }} {% else %} - {% endif %}

Publish Attempts: {{ article.publish_attempts or 0 }} | Letzter Fehler: {{ article.publish_last_error or "-" }}

Checkliste

{% for c in checklist %} {% endfor %}
KriteriumStatusWert
{{ c.label }} {% if c.status == "ok" %} OK {% else %} Fehlt {% endif %} {{ c.value }}

Extrahierte Daten

Bilder: {{ article.image_entries|length if article.image_entries else 0 }}

{% if article.selected_image_url %}

Ausgewähltes Hauptbild: {{ article.selected_image_url }}

{% if article.selected_image_proxy_url %} Ausgewähltes Hauptbild {% endif %} {% endif %} {% if article.image_entries %} {% if article.image_selection %}
Automatische Bildauswahl (Score + Gründe)
Primärbild (Auto): {{ article.image_selection.primary or "-" }}
Ausgewählt: {{ article.image_selection.selected_count or 0 }} / Kandidaten: {{ article.image_selection.total_candidates or 0 }}
{% if article.image_selection.ranked %} {% for r in article.image_selection.ranked %} {% endfor %}
BildScoreGründe
{{ r.url }} {{ r.score }} {{ r.reasons|join(", ") if r.reasons else "-" }}
{% endif %}
{% endif %}
{% for image in article.image_entries %}
Artikelbild
{% if image.is_selected %}Ausgewählt{% endif %} {% if image.is_excluded %}Ausgeblendet{% endif %} {% if image.is_irrelevant_hint %}evtl. irrelevant{% endif %}
{% if not image.is_excluded %}
{% else %}
{% endif %}
{% endfor %}
{% endif %} {% if article.press_contact or article.extraction.press_contact %}

Pressekontakt

{{ article.press_contact or article.extraction.press_contact }}
{% endif %} {% if article.extraction.extraction_error %}

Extraktionsfehler: {{ article.extraction.extraction_error }}

{% endif %}

Volltext

{{ article.content_raw or "-" }}

Rewrite-Text (editierbar)

{% if article.meta.generated_tags %}

Generierte Tags: {{ article.meta.generated_tags|join("; ") }}

{% endif %}

Dieser Text wird für den WordPress-Entwurf verwendet, falls vorhanden.

Redaktionelle Freigabe

{% if article.editorial_review_at %}

Redaktionell geprüft am {{ article.editorial_review_at }} durch {{ article.editorial_review_by }}

{% if article.editorial_review_note %}

Notiz: {{ article.editorial_review_note }}

{% endif %}

Dieser Eintrag ist der Nachweis der menschlichen redaktionellen Kontrolle nach Art. 50 Abs. 4 KI-VO. Zeitpunkt und Prüfer setzt das System, sie sind nicht nachträglich editierbar.

{% elif article.status_ui in ["freigabe", "rewrite", "no_image"] %}

Erst nach deiner Freigabe geht der Artikel nach WordPress und bekommt einen Veröffentlichungs-Slot. Datum und Uhrzeit der Prüfung werden automatisch gesetzt.

{% else %}

Für diesen Status ist keine Freigabe vorgesehen.

{% endif %}

Status ändern

{% if article.status_ui in ["new", "rewrite", "no_image"] %}
{% endif %} {% if article.status_ui == "published" %}
{% endif %}

WordPress Publish Queue

{% if article.publish_ready %}

Publish bereit

{% else %}

Publish blockiert

{% if article.publish_blockers %} {% endif %} {% endif %}

Voraussetzungen: Status `publish` und Hauptbild gesetzt.