{% extends 'base.html' %} {% load i18n %} {% block title %}Libravatar - {% trans 'federated avatar hosting service' %}{% endblock title %} {% block content %}
{% if not user.is_authenticated and not disable_signup %} {% url libravatar.account.views.new as new_account_url %}

{% blocktrans %}Create a free account{% endblocktrans %}

{% endif %}

{% trans 'Download the source code' %}

{% trans 'File bugs or ask questions' %}

{% trans 'Read our wiki or blog' %}

{% trans 'Follow us on Identica' %} / Twitter

{% trans 'Contribute!' %}

{% url libravatar.account.views.new as new_account_url %}

{% blocktrans %}Libravatar is a service which delivers your avatar (profile picture) to other websites. If you create an account with us, your photo could start popping up next to forum posts or blog comments on any site where you left your email address.{% endblocktrans %} {% trans 'Read more...' %}

{% trans 'Federated Open Source Service' %}

{% trans 'This service is powered by Free and Open Source software and allows owners of a domain name to run their own instance of Libravatar and serve avatars themselves.' %}

{% trans 'Simple API for Developers' %}

{% trans 'Application developers can easily add support for this service using our simple API or one of the libraries and plugins available for a number of platforms and languages.' %}

{% trans 'Big thanks to our sponsors without whom none of this would be possible!' %}

{% endblock content %}