Quellen
{{ sources|length }}
Angemeldet als {{ user }}
Verarbeitet alle Artikel im Status rewrite und setzt sie auf publish.
| ID | Name | Risk | Lizenz | Terms | Policy |
|---|---|---|---|---|---|
| {{ s.id }} | {{ s.name }} | {{ s.risk_level }} | {{ s.license_name or "-" }} | {{ s.terms_url or "-" }} |
{% if source_policy[s.id] %}
BLOCKED ({{ source_policy[s.id]|length }})
{{ source_policy[s.id]|join(", ") }}
{% else %}
OK
{% endif %}
|
| ID | Name | URLs | Meta | Aktionen |
|---|---|---|---|---|
| #{{ s.id }} |
|
| ID | Name | URL | Quelle | Status | Aktionen |
|---|---|---|---|---|---|
| #{{ f.id }} |
|
| ID | Artikel | Status | Details | Rewrite | Transition |
|---|---|---|---|---|---|
| {{ a.id }} |
{{ a.title }} Autor: {{ a.author or "-" }} Datum: {{ a.published_at or "-" }} | Alter: {{ a.days_old if a.days_old is not none else "-" }} Tage | Relevanz: {{ a.relevance }} Original öffnen Details anzeigen {% if a.canonical_url and a.canonical_url != a.source_url %} Canonical öffnen {% endif %} |
{{ a.status_ui }} |
Publish: {{ "bereit" if a.publish_ready else "blockiert" }}
{% if not a.publish_ready and a.publish_blockers %}
{{ a.publish_blockers|join(", ") }}
{% endif %}
{% if a.selected_image_url %}
Hauptbild gesetzt
Summary: {{ a.summary }}
{% endif %}
{% if a.generated_tags %}
Tags: {{ a.generated_tags|join("; ") }}
{% endif %}
{% if a.content_raw %}
Volltext anzeigen{{ a.content_raw }}
Bilder: {{ a.extracted_images|length }}
{% if a.extracted_images %}
Bild-URLs
Pressekontakt{{ a.press_contact }}
Extraktionsfehler: {{ a.extraction_error }}
{% endif %}
|
{% if a.status_ui in ["new", "rewrite"] %} {% else %} - {% endif %} | {% if a.status_ui == 'close' %} {% endif %} |
| ID | Typ | Status | Start | Ende |
|---|---|---|---|---|
| {{ r.id }} | {{ r.run_type }} | {{ r.status }} | {{ r.started_at }} | {{ r.finished_at or "-" }} |
| ID | Artikel | Status | Attempts | WP Post | Fehler | Hinweis |
|---|---|---|---|---|---|---|
| {{ j.id }} | #{{ j.article_id }} {{ j.article_title or "-" }} | {{ j.status }} | {{ j.attempts }}/{{ j.max_attempts }} | {% if j.wp_post_url %} #{{ j.wp_post_id }} {% elif j.wp_post_id %} #{{ j.wp_post_id }} {% else %} - {% endif %} |
{% if j.error_message %}
{{ j.error_category }}
{{ j.error_message }}
{% else %}
-
{% endif %}
|
{{ j.error_hint or "-" }} |