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 10d5bd061c Releasing v2.12. 10 years ago
db move the database file to a db subdirectory, to get the perms right when people run "chmod -R <md-dir>/*" 14 years ago
etc update example configs for new staticfiles layout 11 years ago
hg findincoming has been refactored from a method to a function 14 years ago
htdocs remove expressinstall.swf 10 years ago
pyweb Bump version in setup_mucli.py 10 years ago
themes reorganize settings.py and add basic theming support 14 years ago
.hgignore add setup_mucli.py distutils script that packages MuCLI up in a way that it can be used standalone 14 years ago
.release.sh update the stable tag for releases 13 years ago
AUTHORS add ozon's uWSGI xml config 13 years ago
CHANGELOG Releasing v2.12. 10 years ago
COPYRIGHT add the "priority speaker" status icon, and reorder the icons to appear like they do in the mumble client 14 years ago
INSTALL preparing for v0.8 release. 15 years ago
LICENSE update copyright years 13 years ago
README added AUTHORS CHANGELOG INSTALL LICENSE and README files 15 years ago
README.transifex import Transifex token to enable translation submission. see http://tinyurl.com/translatemd 14 years ago
flaskcvp.wsgi add wsgi script 11 years ago
logo.xcf import logo 14 years ago
logo_35x35.png import logo 14 years ago
logo_150x150.png import logo 14 years ago
logo_500x500.png import logo 14 years ago
mdd.py we like the GPL 14 years ago
muco.py a few code style fixes 14 years ago
mumble-django-uwsgi.xml add ozon's uWSGI xml config 13 years ago
mumble-django.fcgi add FastCGI handler 15 years ago
mumble-django.wsgi a few code style fixes 14 years ago
munin.py add POD documentation to display in munindoc 14 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.