Artikel-Detail #{{ article.id }}

Angemeldet als {{ user }}

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

{{ article.title }}

Status{{ article.status_ui }}
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.

Status ändern

{% if article.status_ui in ["new", "rewrite"] %}
{% 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.