mumble-django 2.9-2ubuntu1 source package in Ubuntu

Changelog

mumble-django (2.9-2ubuntu1) trusty; urgency=low

  * Bump to zeroc-ice 35.
 -- Dmitrijs Ledkovs <email address hidden>   Fri, 25 Oct 2013 15:11:40 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
mumble-django_2.9.orig.tar.bz2 2.1 MiB ddf3a8a540a79b9da0437fd4be70b530f14b9168e8a4ea8ee5ec7326970815cb
mumble-django_2.9-2ubuntu1.debian.tar.gz 18.3 KiB cf4a14aeb93d7109338b792547d6ba3907e457c76833b3e40c1d456bed2f4f6d
mumble-django_2.9-2ubuntu1.dsc 2.2 KiB 1c4de427ebc47e3c8bb700c0b85ebe07cdc686f0268c4035f35a75ceb39bf7f6

Available diffs

View changes file

Binary packages built by this source

mumble-django: Mumble-Server web interface

 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.
 .
 Main Features:
  * Channel viewer
  * Detailed server configuration via Django's Admin interface (for the hoster)
  * User registration: Users can register and manage their accounts themselves
  * Granting/revoking membership in the Admin group
  * existing server instances and users are recognized during installation
  * Admin group members can configure basic settings like MOTD and server
    password via the web interface, without getting access to settings like
    maximum user count and allowed bandwidth
  * Does not require access to Murmur's database
  * Setting users' textures
  * Munin plugin that graphs the user count on each server instance
  * Reusable: via the python-django-mumble package, the Mumble app can easily
    be integrated into other Django projects
  * Extendable: Writing Python scripts that access mumble-django's database and
    use its API to interact with Murmur is easy

python-django-mumble: Mumble-Server config application for Django

 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 only contains the "mumble" Django application, without a Django
 project that actually uses it. Use this if you plan to integrate mumble-django
 in your own web project. In this case, you don't need to install the
 mumble-django package, which has more dependencies than this one.