{% extends "layout.html" %}{% block content %}

Feeds

Feeds behind the stories that reached us through an aggregator, ranked by how the articles they carried actually fared. Add subscribes in Miniflux; Dismiss hides the feed for good.

{% if let Some(error) = categories_error %}

{{ error }}

{% endif %} {% include "dashboard/_pager.html" %} {% for row in rows %}{% endfor %}{% if rows.is_empty() %}{% endif %}
ScoreFeedWhyArticlesSeenActions
{{ row.score }} {{ row.label }}{{ row.host }} {% for interest in row.interests %}{{ interest }} {% endfor %}{% for article in row.articles %}{% endfor %} {{ row.article_count }} {{ row.seen }} {% if status == "candidate" %}
{% else %}{{ row.decided_at }}{% if let Some(href) = row.miniflux_href %} · in Miniflux{% endif %}{% endif %}
No feed candidates with this status. The discovery stage adds them during a run; daily-epub feeds discover backfills from recent articles.
{% include "dashboard/_pager.html" %}
{% endblock %}