{% extends "index.html" %} {% load mumble_extras %} {% load i18n %} {% block Headline %}{% trans "Imprint" %}{% endblock %} {% block Content %}

This is Mumble-Django, a Murmur config application for Django that configures a Mumble server. It is able to create and remove server instances, start/stop them, and configure them.

Furthermore, registered Django users can sign up for user accounts on the configured vservers and change their registration names and passwords, and Django admins can manage server admins through the webinterface.

It is being developed by Michael "Svedrin" Ziegler. See the attached AUTHORS and COPYRIGHT files for details.

Version information
Running version{{ CURRENTVERSION }}
Newest available version{{ upstreamversion }}

All JavaScript elements were implemented using the ExtJS JavaScript library.

{% endblock %}