Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
923 B

  1. {% extends "index.htm" %}
  2. {% load mumble_extras %}
  3. {% block Headline %}
  4. Imprint
  5. {% endblock %}
  6. {% block Content %}
  7. <div class="rahmen">
  8. <p>
  9. This is <a href="http://bitbucket.org/Svedrin/mumble-django/">Mumble-Django</a>, a Murmur config application for <a href="http://www.djangoproject.com/" target="_blank">Django</a> that configures a Mumble server. It is able to create and remove server instances, start/stop them, and configure them.<br />
  10. <br />
  11. 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.<br />
  12. <br />
  13. It is being developed by Michael "Svedrin" Ziegler.
  14. </p>
  15. <p>All JavaScript elements were implemented using <a href="http://www.extjs.com/" target="_blank">the ExtJS JavaScript library.</a></p>
  16. </div>
  17. {% endblock %}