{% extends "menubar.html" %} {% import "rules_common.html" as rules_common %} {% block TITLE %}Temboz - Feed details{% endblock %} {% block BODYOPTIONS %} class="unpadded"{% endblock %} {% block EXTRAHEAD %} {{ rules_common.rule_head() }} {% endblock %} {% block CONTENT %}

{{ feed_title }}

{% for notice in notices %} {{ notice|safe }} {% endfor %} {% if op in ('catchup', 'reload') and request.form.get('confirm') != 'yes' %}
Please confirm you want to {{ op }} {{ feed_title }}
{% endif %} {% if op == 'hardpurge' and request.form.get('confirm') != 'yes' %}
Please confirm you want to delete the post and {{ total }} articles ({{ unread }} unread) {{ feed_title }}
{% endif %} {# Display feed URL with option to change it #}
Title
Site
Feed
Public feed {{ hidden|safe }} (if the Feed XML is not shareable)
Desc
Filter


{# Feed statistics #} {########################################################################} {% if dupcheck == 0 %} {% elif dupcheck == 1 %} {% else %} {% endif %}
Last modified{{ since_when }}
Unread{{ unread }}
Filtered{{ filtered }}
Interesting{{ interesting }}
Uninteresting{{ uninteresting }}
Hit ratio{{ ratio }}%
Errors{{ feed_errors }}
Status{{ status_text }} {{ status_change_op }}
Privacy{{ private_text }} {{ private_change_op }}
Filtering exemption{{ exempt_text }} {{ exempt_change_op }} (exempt feeds are still subject to feed-specific filtering rules).
Duplicate
title
checking
No duplicate checks check for duplicate titles
Duplicate
title
checking
Duplicate checking in effect disable duplicate checking
Duplicate
title
checking
Unknown disable duplicate checking
RefreshManually refresh feed
Catch-upMark as read {{ unread }} unread articles
PurgePurge and reload {{ unread }} unread articles
DebugDump the parsed feed, useful for writing filtering rules
Hard purgeCompletely delete {{ total }} articles {% if interesting > 0 %} (including {{ interesting }} flagged as interesting) {% endif %}

{% if top_rules %}

Top filter rules

{% for uid, rtype, text, count in top_rules %} {% endfor %} {% endif %}
RuleTypeTextFiltered articles
{{ uid }} {{ rtype }}{{ text }} {{ count }} filtered articles
{{ rules_common.rule_tabset(feed_uid, feed_rules) }} {% endblock CONTENT %}