{% extends "base.html" %} {% load i18n %} {% block title %} {% trans " About LoCo Team Directory | Ubuntu LoCo Team Directory" %} {% endblock %} {% block content %}

{% trans "About Ubuntu LoCo Team Directory" %}

{% trans "What is the LoCo Directory?" %}

{% trans "The LoCo Directory is a place where you can find information regarding LoCo Teams. It was originally developed by Richard Johnson and further development has been made possible by the The LoCo Directory Developers." %} {% trans "The LoCo Directory is made available under the GNU GPL v3." %}

{% trans "The Directory Data" %}

{% trans "The LoCo Directory comes from two sources, Launchpad and its APIs. The data that the LoCo Directory gathers is also made available as XML format to interoperate with other web apps and for possible mashups." %} {% trans "The LoCo Directory is made available under the GNU GPL v3 and the Code is available in Launchpad Code Hosting." %}

{% endblock %}