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.
 
 
 
 
 
 
Michael Ziegler 930f28e8ec added to satisfy Debian. 15 years ago
htdocs added to satisfy Debian. 15 years ago
pyweb apparently the capitalization of SuperUser has been changed in ICE. fixes #11 15 years ago
template removed info about YAML which should have been removed ages ago... 15 years ago
.hgignore created a new template using YAML 15 years ago
AUTHORS added withgod to authors 15 years ago
CHANGELOG updated for v0.7, which will now be released. 15 years ago
COPYRIGHT added Murmur.ice to COPYRIGHT 15 years ago
INSTALL updated changelog and install files, and polished the <noscript> messages a bit 15 years ago
LICENSE updated for v0.6 release 15 years ago
README added AUTHORS CHANGELOG INSTALL LICENSE and README files 16 years ago
mumble-django.wsgi added a line to configure the egg cache directory where necessary. see http://forum.ubuntuusers.de/post/1976518/ 15 years ago
munin.py proudly presenting an overly hacky, but still working Munin plugin that graphs the user count for each server instance! 15 years ago

README

============================================
Mumble-django -- A murmur config application
============================================

mumble-django is a Django web interface application that configures a
Murmur server. It is able to create and remove vservers, 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.

This package contains a fully functional Django project that runs as a
standalone web application. Use this if you do not have a Django-driven
website that you could integrate mumble-django in.

The main Mumble application is a complete reusable Module of its own, so
integrating it in your own Django project is fairly easy if you're familiar
with the way Django works. To do this, you will need the following
directories:
* pyweb/mumble: The main application code
* template/mumble: The templates
* htdocs/mumble: Static content like images and CSS for the Channel Viewer

For installation instructions, see the file "INSTALL" in this
directory.