Developer Area: Difference between revisions
From Mahara Wiki
No edit summary |
mNo edit summary |
||
(37 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{:Developer_Area/tabs}} <!-- to add further tabs, update the following page https://wiki.mahara.org/wiki/Developer_Area/tabs ... this will automatically cascade the changes to all relevant pages --> | |||
Here is a bunch of developer documentation for Mahara, including design, policy and specific feature documents. | Here is a bunch of developer documentation for Mahara, including design, policy and specific feature documents. | ||
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. | 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. | ||
<div style="float:right">__TOC__</div> | |||
== Overview == | == Overview == | ||
* [[Developer Area/Mahara | * [[Developer Area/Mahara project overview|Mahara development overview]] - explains how Mahara gets developed, who does it, and how people become Mahara developers | ||
* [[Developer Area/Mahara Architecture Introduction|Mahara Architecture Introduction]] - this series of articles explains how Mahara fits together, where it's pluggable and why it's written the way it is. | * [[Developer Area/Mahara Architecture Introduction|Mahara Architecture Introduction]] - this series of articles explains how Mahara fits together, where it's pluggable and why it's written the way it is. | ||
* [[Developer Area/Plugins|Plugins]] - (soon to be) your one-stop-shop for information about developing plugins for Mahara | * [[Developer Area/Plugins|Plugins]] - (soon to be) your one-stop-shop for information about developing plugins for Mahara | ||
* [[Developer Area/Language Packs|Language Packs]] - how to write a language pack for Mahara, and how to contribute it back | * [[Developer Area/Language Packs|Language Packs]] - how to write a language pack for Mahara, and how to contribute it back | ||
* [[Developer Area/Documentation Wishlist|Wishlist]] - what documentation did you find missing and would like people to contribute? | * [[Developer Area/Documentation Wishlist|Wishlist]] - what documentation did you find missing and would like people to contribute? | ||
* | * And if you just want the [[Developer Area/Source code|source code]], it's available via [http://en.wikipedia.org/wiki/git git] at | ||
** Our gerrit code review system: <tt>git clone https://reviews.mahara.org/mahara</tt> | |||
** git.mahara.org: https://git.mahara.org/mahara/mahara | |||
** Github: https://github.com/MaharaProject/mahara | |||
* [[Developer Area/Common issues|Common issues]] | |||
* [[Developer Area/PHP8|PHP8 support]]: Info about support for PHP8 in different Linux distributions | |||
* | |||
* | |||
* | |||
* | |||
** | |||
* [[ | |||
* [[ | |||
[[Category:Developer Area]] | [[Category:Developer Area]] |
Latest revision as of 12:47, 18 January 2022
Overview | Finding your way around | Dev setup | Dev tools | Contributing | Testing |
Keep in touch | API Docs | Architecture | Release Instructions | Plugins |
Here is a bunch of developer documentation for Mahara, including design, policy and specific feature documents.
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.
Overview
- Mahara development overview - explains how Mahara gets developed, who does it, and how people become Mahara developers
- Mahara Architecture Introduction - this series of articles explains how Mahara fits together, where it's pluggable and why it's written the way it is.
- Plugins - (soon to be) your one-stop-shop for information about developing plugins for Mahara
- Language Packs - how to write a language pack for Mahara, and how to contribute it back
- Wishlist - what documentation did you find missing and would like people to contribute?
- And if you just want the source code, it's available via git at
- Our gerrit code review system: git clone https://reviews.mahara.org/mahara
- git.mahara.org: https://git.mahara.org/mahara/mahara
- Github: https://github.com/MaharaProject/mahara
- Common issues
- PHP8 support: Info about support for PHP8 in different Linux distributions