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/
commit 25: f2091c1dbd55
parent 24: 91470709f8e5
child 26: b3ecae9b76a6
updated changelog defaultv0.2
mis...@localhost
12 months ago

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

View at rev
mumble-django /
filename size last modified message
htdocs  
pyweb  
template  
.hgignore 29 B 12 months ago ignored .pyc, *~ and .db3 files
.hgtags 46 B 13 months ago Added tag v0.1 for changeset bfb3f262ca7c
AUTHORS 198 B 13 months ago added AUTHORS CHANGELOG INSTALL LICENSE and README files
CHANGELOG 623 B 12 months ago updated changelog
INSTALL 1000 B 13 months ago added AUTHORS CHANGELOG INSTALL LICENSE and README files
LICENSE 1.5 KB 13 months ago added AUTHORS CHANGELOG INSTALL LICENSE and README files
README 1.1 KB 13 months ago added AUTHORS CHANGELOG INSTALL LICENSE and README files
mumble-django.wsgi 360 B 12 months ago added MUMBLE_DJANGO_PATH setting, to resemble the layout…

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.