{% extends "master.html" %} {% block body %}
{% if current == 'email' %}

We all get too much email.

You probably don't want any more email. I'm sorry.. but we can help! This application is an attempt at a robust filtering system, built so you can avoid receiving 2000 emails from the pkgdb about stuff you already know.

{% endif %} {% if current == 'irc' %}

We have a bot...

...on the freenode network that can direct messages to you with notifications you care about. Simply login, confirm your IRC nick, set up some filters, and wait for the magic.

{% endif %} {% if current == 'android' %}

Push-notifications to your mobile device.

You'll need to install Fedora Mobile on your phone for this wiz-biz to fly. You'll also need to use the API key (available on your profile page) to link everything together and transmit your registration ids.

{% endif %}

You have {{preference.filters|length}} rule filters defined for the {{current}} messaging context. You can add new ones and delete existing ones here.

If a message on the fedmsg bus matches any one of these criteria, then a notification will be sent your way{% if preference.enabled %}.{% else %} (except that you currently have the {{current}} delivery mechanism disabled. Enable it and then we'll send you notifications.){% endif %} We also need to know where you want your {{current}} messages delivered (a {{context.detail_name}}); you can set that up here.

Active?

This message delivery mechanism is currently {% if preference.enabled %}active{% else %}inactive{% endif %}.

{% if preference.enabled %} {% else %} {% endif %}

Where should we send your messages?

{% if confirmation %}

{{confirmation.status}} Your confirmation for {% if context.name == "android" %} {{confirmation.detail_value[0:30]}}... {% else %} {{confirmation.detail_value}} {% endif %} is {{confirmation.status}}

{% endif %} {% if context.name == "android" %}

Follow the instructions in the Fedora Mobile Android app to register for Fedora Notifications on your Android device.

{% else %}
{% if preference.detail_values %} {% for value in preference.detail_values %} {% endfor %} {% endif %}
{% endif %}

How often should we send you messages?

If you leave these <disabled> then we'll just forward you your notifications in real time.

..whichever comes first.

{% endblock %}