https://github.com/twisted/mantissa
Divmod Mantissa is an application server with a web interface built using Axiom and Nevow.
https://github.com/twisted/mantissa
javascript python
Last synced: about 1 year ago
JSON representation
Divmod Mantissa is an application server with a web interface built using Axiom and Nevow.
- Host: GitHub
- URL: https://github.com/twisted/mantissa
- Owner: twisted
- License: mit
- Created: 2014-06-28T16:14:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T08:38:24.000Z (over 5 years ago)
- Last Synced: 2025-06-10T00:57:01.866Z (about 1 year ago)
- Topics: javascript, python
- Language: Python
- Size: 11.7 MB
- Stars: 5
- Watchers: 10
- Forks: 10
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/twisted/mantissa.svg?branch=master
:target: https://travis-ci.org/twisted/mantissa
.. image:: https://codecov.io/github/twisted/mantissa/coverage.svg?branch=master
:target: https://codecov.io/github/twisted/mantissa?branch=master
Divmod Mantissa is an application server with a web interface built using Axiom
and Nevow.
The goal of Mantissa is to provide a common platform that open-source
contributors can use to help us build customized additions to the Divmod
service. Divmod is going to offer a variety of different services (starting
with ClickChronicle and Quotient), and if you want to write something that
hooks into our network, Mantissa is how you do it.
It provides mechanisms for allowing users to sign up for accounts,
administrative tools, a web server, and a system for different plugins which
provide facets of functionality to advertise themselves to the administrator,
install themselves on the site database, and be installed and removed from
users' accounts.