{% set title = "Forum" %} {% set description = "Participate to the community and get help" %} {% set keywords = ["forum", "help", "community"] %} {% set toc = [ ("Forum", 'discuss', None), ("IRC", 'irc', None), ("Mailing Lists", 'mailing-lists', None), ] %} {% extends "layout-toc.html" %} {% from "utils.html" import background with context %} {% block style %} {{ super() }} {{ background('banner-forum') }} {% endblock %} {% block content %}

{{ title }}

{{ super() }} {% endblock content %} {% block main %}

warning Be considerate of others, follow the netiquette.

Forum

The principal communication method for the community is on our forum. We discuss new features, provide each other with support and talk about the organisation.

Join the Forum

Internet Relay Chat

For instant communication, we have multiple channels on the freenode network.

Mailing Lists

warning We also have some mailing lists which are deprecated in favor of the forum. They are listed here for reference.

{% endblock main %}