{% extends "base.html" %} {% load i18n %} {% load static_url %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% comment %}Translators: Title of the SSO FAQ (/+faq) {% endcomment %} {% block title %}{% blocktrans %}FAQ - {{ brand_description }}{% endblocktrans %}{% endblock %} {% block text_title %} {% comment %}Translators: Heading of the SSO FAQ (/+faq) {% endcomment %}
{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %} {% blocktrans %}The Launchpad login service has served us well for several years but Launchpad is not a familiar brand for many Ubuntu users. As Ubuntu grows, we'll see more and more users who don't understand the connection between Launchpad and Ubuntu and the new Ubuntu login service is intended to overcome this problem. It will also enable us to develop features which are more oriented to Ubuntu users.{% endblocktrans %}
{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %}{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %} {% blocktrans %}For now, not much apart from the appearance of the site. We have many plans for great new features, however, and hope to roll these out once the service is established. If you have ideas for other features you'd like to see in {{ brand_description }}, we'd love to hear about them.{% endblocktrans %}
{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %}{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %} {% blocktrans %}Yes, and it's also built and hosted on open source technologies (Python, Django, Apache and PostgreSQL amongst others).{% endblocktrans %}
{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %}{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %} {% blocktrans with support_form_url="support_form"|static_url %}We have an email support channel. You can submit your support requests using our support form. If you have found a bug, please take a few minutes to tell us about it on our Launchpad project's bug tracker.{% endblocktrans %}
{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %} {% blocktrans %}We're sure you have more questions. Please ask your questions on our Launchpad project and we'll do our best to respond to them all.{% endblocktrans %}
{% endblock %}