forked from UCL-INGI/INGInious
-
Notifications
You must be signed in to change notification settings - Fork 7
How to create plugins
Cristian González edited this page Sep 4, 2019
·
8 revisions
INGInious provides a simple plugin system that allow to register some hooks to extend existing features, create newfrontend pages and features, and add new authentication methods.
Hooks actually call callback functions that you indicated with the add_hook
method from HookManager
. Please note that all hooks may be called by another thread, so all actions done into a hook have to be thread-safe.
To see how to create a plugin and more information please refer to creating plugins from the original documentation.
UNCode - Distributed and maintained by the Universidad Nacional de Colombia, Campus Bogotá.
Visit the UNCode web page.
Visit UNCode.
- Home
- User's Documentation
- Developer's Documentation
- Deploy UNCode
- Others