Plugins/Artfact/Library: Difference between revisions
From Mahara Wiki
< Plugins
mNo edit summary |
(Mahara Library Artefact Plugin) |
||
Line 1: | Line 1: | ||
The Mahara Library is an artefact plugin (and associated grouptype) to create a library of publications which can be shared within a group. The artefact uses a simple recommender system to suggest publication that the user may choose to read based on user's recommendations and those of other users. | |||
===Installation=== | |||
The code base is available on GitHub here: [https://github.com/gnerzic/mahara-library-artefact https://github.com/gnerzic/mahara-library-artefact] | |||
This repository contains two directories; and "artefact" directory for the Library artefact plugin, and a "grouptype" directory for the LiteratureReview grouptype plugin. | |||
//TODO | To install the plugin: | ||
* copy of the contents of [https://github.com/gnerzic/mahara-library-artefact/tree/master/grouptype/literaturereview literaturereview] to your "mahara-hdocs"/grouptype directory | |||
* copy of the the contents of [https://github.com/gnerzic/mahara-library-artefact/tree/master/artefact/library library] to your "mahara-hdocs"/artefact directory. | |||
===Configuration (optional)=== | |||
//TODO continue conf |
Revision as of 09:46, 22 October 2019
The Mahara Library is an artefact plugin (and associated grouptype) to create a library of publications which can be shared within a group. The artefact uses a simple recommender system to suggest publication that the user may choose to read based on user's recommendations and those of other users.
Installation
The code base is available on GitHub here: https://github.com/gnerzic/mahara-library-artefact
This repository contains two directories; and "artefact" directory for the Library artefact plugin, and a "grouptype" directory for the LiteratureReview grouptype plugin.
To install the plugin:
- copy of the contents of literaturereview to your "mahara-hdocs"/grouptype directory
- copy of the the contents of library to your "mahara-hdocs"/artefact directory.
Configuration (optional)
//TODO continue conf