Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.08 KB

Managed Web Service Control Panel

This code is the Django Control Panel for the Managed Web Service (known as MWS3 during development). For information about the service, see http://mws-help.uis.cam.ac.uk/.

Documentation

Developer documentation lives at https://uis-mws-panel.readthedocs.io/en/latest/.

It can be built locally via:

$ sphinx-build -a -v -b html doc/ build/doc/
$ open build/doc/index.htm      # OS X
$ xdg-open build/doc/index.htm  # Linux-y

License

This software is Copyright (C) University of Cambridge 2014-2016. It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

A copy of the GNU General Public License is available as the file GPL-3 in this repository.