Extensible Admin

From EventScripts Community Encyclopedia
(Redirected from EXtensible Admin)

Image:Xalogo.png

eXtensible Admin is a fully featured admin framework written in Python and provided with EventScripts 2.0 Beta 2. The XA core provides libraries to manage administration type modules, commands, settings, languages, menus, Auth and more - whilst custom modules provide server admins with all the functionality they could ever need (and more)!

Contents

About

The core of XA simply provides back-end infra-structure. The 'meat' of the functionality is in the custom modules built on it's framework, these can be loaded and managed via the clever XA menu system.

XA is designed to be light, fast, feature rich and easily extensible (see "Writing a module" below).

Screenshots

Image:Mainmenu_196.jpg

Features

  • Light and fast - the core has been coded to provide lots of features without overloading the server. It utilizes the super fast speed of Python in ES2.
  • Lots of functionality - The default installation comes with plenty of admin features:
  • Full Mani Compatibility - To make the change over easier for server admins currently using the popular Mani Admin plugin all of the default modules (and most of the custom ones we hope!) support Mani's configuration files. XA has a cool mani-mode, switch it on and all your current settings are automatically used with NO setup required!
  • Easy setup - for those without Mani or wanting a fresh start XA can be installed and customized in extremely easily

More information

The following pages provide some information about XA you might find useful.

Writing a module

Need some functionality? Think you can do a module better? You need to read the following documentation to learn how to create and XA module:

blog comments powered by Disqus