{% extends 'base.html' %} {% load typogrify_tags %} {% block content %}

NewsBlur

- A feed reader with intelligence.

{% if not user.is_authenticated %}
How It Works
{% filter typogrify %}Read the
original site.{% endfilter %}
{% filter typogrify %}Intelligently find good stories you will like.{% endfilter %}
{% filter typogrify %}Intelligently filter out stories which you may dislike.{% endfilter %}
{% filter typogrify %}Import your feeds from Google Reader.{% endfilter %}
{% filter typogrify %}Use the iPhone app, available in August.{% endfilter %}
{% filter typogrify %}Open source, regularly improved, attention to detail.{% endfilter %}
{% else %}
Welcome, {{ user.username }}
{% endif %}
New Features
{% if user.is_staff %}
Add
{% endif %}
{% for feature in features %} {% endfor %}
{{ feature.date|date:"M d, Y" }} {{ feature.description|typogrify }}
{% if user.is_staff %}
{{ feature_form.description }}
{% endif %}
{% if user.is_authenticated %}
Spread the Love
Tweet your support The more people who use NewsBlur, the more incentive there is to continually improve it. Follow @samuelclay for fun.
{% if user.is_staff %}
{{ feature_form.description }}
{% endif %}
{% endif %}
  • Original
  • Feed
  • Story
  • Return to
    Original
  • Next Unread
  • {% if not user.is_authenticated %} {% endif %}
{% if not user.is_authenticated %} {% endif %}
{% endblock %}