Developer Area/Development Tutorials: Difference between revisions
From Mahara Wiki
< Developer Area
(Created page with "Here are various tutorials to help new contributors developing plugins for Mahara. This is for people who want to understand how Mahara works, or want to develop new code or plu…") |
|||
Line 20: | Line 20: | ||
* [[Developer Area/Development Tutorials/Basic blocktype plugin|Creating basic blocktype plugin]] - article, which explains how to write the most basic blocktype plugin | * [[Developer Area/Development Tutorials/Basic blocktype plugin|Creating basic blocktype plugin]] - article, which explains how to write the most basic blocktype plugin | ||
* [http://en.wikibooks.org/wiki/Using_Mahara/Writing_Plugins/Room_Badge|Creatin regular blocktype plugin] - article, which explains how to write a regular blocktype plugin | |||
</div> | </div> |
Revision as of 06:06, 17 Haziran 2011
Here are various tutorials to help new contributors developing plugins for Mahara.
This is for people who want to understand how Mahara works, or want to develop new code or plugins for Mahara. If you want to customise your Mahara - e.g. change the language/theme, or simply install plugins, check out the Customising section.
artefact plugins
- Creating basic artefact plugin - article, which explains how to write the most basic artefact plugin
auth plugins
- Creating basic auth plugin - article, which explains how to write the most basic auth plugin
blocktype plugins
- Creating basic blocktype plugin - article, which explains how to write the most basic blocktype plugin
- regular blocktype plugin - article, which explains how to write a regular blocktype plugin