Actions

Difference between revisions of "Developer Area/Plugins"

From Mahara Wiki

< Developer Area
Line 1: Line 1:
 
'''Note:''' If you are looking for plugins to download, you can browse a list of them at [[Plugins|http://wiki.mahara.org/Plugins]]
 
'''Note:''' If you are looking for plugins to download, you can browse a list of them at [[Plugins|http://wiki.mahara.org/Plugins]]
 
And much more here :
 
[[Plugins|https://wiki.mahara.org/index.php/Plugins]]
 
  
 
Mahara has a highly pluggable architecture. Currently, you can write plugins for authentication, content types (artefacts), blocks, notifications, search and more. In addition, you can [[Customising/Themes|theme Mahara]], and also [[Developer Area/Language Packs|translate the UI to different languages]].
 
Mahara has a highly pluggable architecture. Currently, you can write plugins for authentication, content types (artefacts), blocks, notifications, search and more. In addition, you can [[Customising/Themes|theme Mahara]], and also [[Developer Area/Language Packs|translate the UI to different languages]].

Revision as of 19:51, 15 August 2013

Note: If you are looking for plugins to download, you can browse a list of them at http://wiki.mahara.org/Plugins

Mahara has a highly pluggable architecture. Currently, you can write plugins for authentication, content types (artefacts), blocks, notifications, search and more. In addition, you can theme Mahara, and also translate the UI to different languages.

Developer Documentation

If you want to include third-party code as a part of your plugin, please verify that that code is compatible with GPL v3, which is the license that the Mahara is licensed under.

You can verify license compatibility using the following references:

Admin stuff