{% extends "base.html" %} {% load i18n %} {% block page_name %}{% trans "About the LoCo Team Portal" %}{% endblock %} {% block content %}

{% trans "What is the LoCo Team Portal?" %}

{% with '' as link_end %} {% with '' as link_developer %} {% with '' as link_loco-directory-dev %} {% with '' as link_gpl-3.0 %}

{% blocktrans %}The LoCo Team Portal is a place where you can find information regarding LoCo Teams. It was originally developed by {{ link_developer }}Richard Johnson{{ link_end }} and further development has been made possible by the {{ link_loco-directory-dev }}The LoCo Team Portal Developers{{ link_end }}.{% endblocktrans %} {% blocktrans %}The LoCo Team Portal is made available under the {{ link_gpl-3.0 }}GNU GPL v3{{ link_end }}.{% endblocktrans %}

{% endwith %} {% endwith %} {% endwith %} {% endwith %}

{% trans "The Portal Data" %}

{% with '
' as link_end %} {% with '' as link_launchpad %} {% with '' as link_launchpadlib %} {% with '' as link_xml %} {% with '' as link_gpl-3.0 %} {% with '' as link_ld %}

{% blocktrans %}The LoCo Team Portal comes from two sources, {{ link_launchpad }}Launchpad{{ link_end }} and its {{ link_launchpadlib }}APIs{{ link_end }}. The data that the LoCo Team Portal gathers is also made available as {{ link_xml }}XML{{ link_end }} format to interoperate with other web apps and for possible mashups.{% endblocktrans %} {% blocktrans %}The LoCo Team Portal is made available under the {{ link_gpl-3.0 }}GNU GPL v3{{ link_end }} and the Code is available in {{ link_ld }}Launchpad Code Hosting{{ link_end }}.{% endblocktrans %}

{% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %}

{% trans "Contribute to the LoCo Team Portal!" %}

{% with '
' as link_end %}

{% trans "You can make it better:" %}

{% with '
' as link_ld %}

{% blocktrans %}Need to know more, {{ link_ld }}just ask!{{ link_end }}{% endblocktrans %}

{% endwith %} {% endwith %}

{% trans "Coming Soon!" %}

{% trans "Future additions to this site will include:" %}

  • {% trans "Team Collaboration" %}
  • {% trans "Various mashups" %}

{% endblock %}