Svedrin / mumble-django

Mumble-Django is a Murmur web interface 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.

Clone this repository (size: 5.6 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/Svedrin/mumble-django/

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
mumble-django /
filename size last modified message
etc  
hg  
htdocs  
pyweb  
.hgignore 41 B 11 months ago created a new template using YAML
.hgtags 693 B 7 weeks ago Added tag v1.2 for changeset 2cbda4db4aca
AUTHORS 748 B 6 months ago releasing v0.11 (which might be considered RC2.)
CHANGELOG 6.7 KB 6 weeks ago Releasing v1.3.
COPYRIGHT 4.8 KB 2 months ago add suppressed icon
INSTALL 2.4 KB 8 months ago preparing for v0.8 release.
LICENSE 733 B 11 months ago updated for v0.6 release
README 1.1 KB 13 months ago added AUTHORS CHANGELOG INSTALL LICENSE and README files
muco.py 9.2 KB 3 months ago standardize user information handling
mumble-django.fcgi 1.1 KB 7 months ago add FastCGI handler
mumble-django.wsgi 958 B 10 months ago added a line to configure the egg cache directory where…
munin.py 2.2 KB 6 months ago strip # chars from the server name because munin thinks…

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.