Please note: Oxycore is no longer under active development. Please see Oxypanel.
This repo is for Oxypanel Core which is a modular, object based Lua web framework based on Luawa. The functionality described on Oxypanel.com is based on a number of open source & commercial modules for this framework:
- Oxypanel Network
- Oxypanel Clouds & Services
- Oxypanel Support
- Oxypanel Billing
Documentation for Oxypanel Core and the various modules is found at doc.oxypanel.com. This readme & the readme's of the various modules contain development information.
- Oxypanel is extended by
modules
modules
can definerequests
andobjects
objects
are created usingobject factories
objects
needview
,edit
andlist
templates
- No database/ORM, only Luawa's simple database class. It's better to hand write lovely SQL tables :)