Brought over basic templates from mumble-django

This commit is contained in:
2010-02-25 18:28:32 +00:00
parent 7f86df2e6b
commit 982223f4aa
9 changed files with 181 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{% load mumble_extras %}
{% load i18n %}
{% block Headline %}{% trans "Imprint" %}{% endblock %}
{% block Content %}
<div class="rahmen">
<p>
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 />
<br />
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 />
<br />
It is being developed by Michael "Svedrin" Ziegler.
</p>
<p>All JavaScript elements were implemented using <a href="http://www.extjs.com/" target="_blank">the ExtJS JavaScript library.</a></p>
</div>
{% endblock %}