Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 2.52 KB

File metadata and controls

31 lines (24 loc) · 2.52 KB

OpenSim-CMS

A Content Management System (CMS) for OpenSim. Uses the 0.8 development versions of OpenSim to ensure JSON support. Uses JSON to serve data from and to OpenSim. Also includes a couple of example scripts to be used in OpenSim in the assets folder. Such as the presenterScreen.lsl which enables you to access presentations created in the CMS.

This project is based on the MVC pattern and uses Apache web server with PHP5.5+ and a MySQL database. The API is RESTful and provides the basic GET, POST, PUT and DELETE functionalities.

The CMS itself is build with AngularJS and RestAngular allowing it to remain separated from the Model and Controller and access only the API.

Documentation

The docs folder contains the documentation of the installation and usage of the API.

Credits

Kudos to those who created the packages and classes which are used by this program. If I forgot someone, please create a new issue and I will update the list.

Used in the Models/Controllers and API:

Used in the CMS:

To generate the documentation