Plugins: Difference between revisions
From Mahara Wiki
(Created page with "Mahara has a very pluggable architecture, which allows people to add their own artefacts, blocks for views, methods for authentication and more. Mahara is a young project, but a …") |
No edit summary |
||
Line 7: | Line 7: | ||
<div id="section_1"> | <div id="section_1"> | ||
=== Artefact Plugins === | ===Artefact Plugins=== | ||
Mahara ships with plugins for profile information, a file repository, blogs and a resume builder. In addition, these plugins are available: | Mahara ships with plugins for profile information, a file repository, blogs and a resume builder. In addition, these plugins are available: | ||
Line 18: | Line 18: | ||
</div><div id="section_2"> | </div><div id="section_2"> | ||
=== Authentication Plugins === | ===Authentication Plugins=== | ||
* [[Plugins/Auth/Janrain Engage|'''Janrain Engage''']] by [http://luns.net.uk/ LUNS Ltd.] for [http://www.genesis-jo.com/ Learning Arabia] - provides a single sign on to Mahara using identity from the popular websites like Google, Facebook, Twitter, Yahoo! and many others. It uses [http://www.janrain.com/products/engage/social-login Janrain Engage] (former RPX) service. | * [[Plugins/Auth/Janrain Engage|'''Janrain Engage''']] by [http://luns.net.uk/ LUNS Ltd.] for [http://www.genesis-jo.com/ Learning Arabia] - provides a single sign on to Mahara using identity from the popular websites like Google, Facebook, Twitter, Yahoo! and many others. It uses [http://www.janrain.com/products/engage/social-login Janrain Engage] (former RPX) service. | ||
Line 27: | Line 27: | ||
</div><div id="section_3"> | </div><div id="section_3"> | ||
=== Blocktype Plugins === | ===Blocktype Plugins=== | ||
* [http://mahara.org/view/view.php?id=11634 '''GoogleApps'''] by Gregor Anželj - allows for making Google Docs, Spreadsheets, Presentations, calendars and maps visible in a View. | * [http://mahara.org/view/view.php?id=11634 '''GoogleApps'''] by Gregor Anželj - allows for making Google Docs, Spreadsheets, Presentations, calendars and maps visible in a View. | ||
Line 36: | Line 36: | ||
</div><div id="section_4"> | </div><div id="section_4"> | ||
=== Search Plugins === | ===Search Plugins=== | ||
* [http://mahara.org/view/view.php?id=17706 '''Sphinx search'''], by Antti Koskinen | * [http://mahara.org/view/view.php?id=17706 '''Sphinx search'''], by Antti Koskinen | ||
'''Installation''' | '''Installation''': to install, download a plugin, then decompress it in the appropriate plugin type directory. For example, if you download an artefact plugin, decompress it in the 'artefact' subdirectory. If you download a blocktype plugin, decompress it in the 'blocktype' subdirectory. | ||
</div> | </div> | ||
===Files=== | |||
*[[File:Ldap_enrol.php]] | |||
===Subpages=== | ===Subpages=== |
Revision as of 16:38, 11 Mayıs 2011
Mahara has a very pluggable architecture, which allows people to add their own artefacts, blocks for views, methods for authentication and more. Mahara is a young project, but a few plugins are beginning to appear. Here is a list of them.
If you have a plugin that you'd like to contribute, we'd love to hear from you! Post on the Developers Forum with some information about it.
Please note: Plugins listed here are NOT subject to the same standards of review that the Mahara core is, and as such, may contain security issues or other problems. It's up to you to verify that the plugin will adequately suit your needs!
Artefact Plugins
Mahara ships with plugins for profile information, a file repository, blogs and a resume builder. In addition, these plugins are available:
- Europass by Gregor Anželj - implements Europass into Mahara, allows showing Europass data in Views and exporting this data into several forms
- My Learning by Gregor Anželj - adds questionaires about learning styles and intelligences, with Flash-based visualisations that can be embedded in Views
- Problems & Conditions by Catalyst for Cambridge University School of Clinical Medicine - adds the ability for students to record case notes about medical conditions, and share them with others. A nice feature is a category browser that makes it easy for users to choose what conditions to associate with a given case note. download
Note:Not compatible with Mahara 1.3 yet - My Reading by Jong-Dae Park - add comments on the books users read. The plugin was developed by modifying the code of blog artifact plugin developed by Catalyst and utilize web service from Korean online book company. The code need to be modified if users want to use webservice from the online book company in other countries. download
Authentication Plugins
- Janrain Engage by LUNS Ltd. for Learning Arabia - provides a single sign on to Mahara using identity from the popular websites like Google, Facebook, Twitter, Yahoo! and many others. It uses Janrain Engage (former RPX) service.
- Shibboleth by Laurent Opprecht- designed to work primarily for Shibboleth but should work as well with other web server based authentication schemes.
- LDAP group enrolment by Amer Hamade allows you to get the users automatically added to the specified group on Mahara upon login.
- Radius authentication plugin by Stanislav Tsymbalov.
Blocktype Plugins
- GoogleApps by Gregor Anželj - allows for making Google Docs, Spreadsheets, Presentations, calendars and maps visible in a View.
- WindowsLive by Gregor Anželj - embeds documents, Hotmail calendar and Bing maps in a View.
- Embed.ly by Gregor Anželj - embeds tons of Web 2.0 stuff
- Facebook Like / Recommend and Twitter Tweet buttons by Gregor Anželj - adding Facebook and Twitter buttons to a Mahara page so that updates can be sent to these services
Search Plugins
- Sphinx search, by Antti Koskinen
Installation: to install, download a plugin, then decompress it in the appropriate plugin type directory. For example, if you download an artefact plugin, decompress it in the 'artefact' subdirectory. If you download a blocktype plugin, decompress it in the 'blocktype' subdirectory.