{% extends "menubar.html" %} {% block TITLE %}Temboz - Settings{% endblock %} {% block BODYOPTIONS %} class="unpadded"{% endblock %} {% block EXTRAHEAD %} {% endblock %} {% block CONTENT %} {% if status %}

{{ status }}

{% endif %}

Statistics

Zoom: click-drag, Pan: shift-click-drag, Restore: double-click

Top filters

{% for id, type, text, feed, title, last_7, prev_7, min_uid, max_uid in stats %} {% endfor %}
RuleTypeTextLast 7 days Prev 7 days
{{ id }} {{ type }} {{ text}}{% if feed != -1 %} ({{ title }}){% endif %} {{ last_7 }} {{ prev_7 }}

Manually refresh all feeds

login
old password
password
confirm
Bind address leave blank to listen on all IPs
TCP port
concurrency number of worker threads spawned to fetch feeds in parallel
items per page maximum number of articles to show on a page
refresh interval interval in seconds between page refreshes
SNR decay half-life articles' contribution to the signal to noise ratio is halved after this interval
garbage collection 1 time in days after which uninteresting article contents are cleared to free up disk space
garbage collection 2 time in days after which uninteresting article entries (including title, link and tags) are purged to free up disk space
backup hour hour of day (24-hour) during which backup occurs
confirm on catch-up?
confirm on hard purge?

To enable sharing with Facebook, you need to:

  1. Sign up for Facebook's developer program
  2. Register Temboz as an app
  3. Obtain an App ID and API Key, and list them below
  4. Authorize Temboz using OAUTH 2.0 to post on your behalf
{% if param_settings.get('fb_token', '') %} {% else %} {% endif %}
Facebook App ID
Facebook API Key
Facebook App Secret
AuthorizationSuccessful. Erase token {{ param_settings.get('fb_token', '') }}
AuthorizationNot performed yet: Authorize now
backup hour hour of day (24-hour) during which backup occurs
how many daily backups to keep
compression utility compressors
compressed backup extension
Press the button below to reset all settings (other than the password) to their default values.
Press the button below to purge and rebuild the stats table. This will speed up the all feeds view and sort operations using SNR
Executable{{ executable }}
Started{{ started }}
Uptime{{ uptime }}
Python version{{ py_version }}
Verbose logging{{ param_debug }}
{% if param_debug %} {% else %} {% endif %}
{% endblock CONTENT %}