mumble-django /

Filename Size Date modified Message
db
etc
hg
htdocs
pyweb
themes
147 B
add setup_mucli.py distutils script that packages MuCLI up in a way that it can be used standalone
2.9 KB
Added tag stable for changeset 70d60040c6fc
1.8 KB
update the stable tag for releases
873 B
add ozon's uWSGI xml config
16.6 KB
Releasing v2.13.
4.9 KB
add the "priority speaker" status icon, and reorder the icons to appear like they do in the mumble client
2.4 KB
preparing for v0.8 release.
738 B
update copyright years
1.1 KB
added AUTHORS CHANGELOG INSTALL LICENSE and README files
308 B
import Transifex token to enable translation submission. see http://tinyurl.com/translatemd
840 B
add wsgi script
575.3 KB
import logo
17.5 KB
import logo
1.7 KB
import logo
132.3 KB
import logo
2.3 KB
we like the GPL
10.9 KB
a few code style fixes
381 B
add ozon's uWSGI xml config
1.1 KB
add FastCGI handler
959 B
update the WSGI script for django 1.7
5.4 KB
add POD documentation to display in munindoc
============================================
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.