“Mahara is an open source e-portfolio system with a flexible display framework. Mahara, meaning 'think' or 'thought' in Te Reo Māori, is user centred environment with a permissions framework that enables different views of an e-portfolio to be easily managed. Mahara also features a weblog, resume builder and social networking system, connecting users and creating online learner communities.” (Mahara home page, retrieved 10:09, 7 July 2009 (UTC))
See also:
Here is a provisional list of Mahara's principal functions:
Blogs are created by individuals and are always accessible through their personal profile page under "productions" or under the "My portfolio" tab and the "My blogs" sub-tab.
Blog blocks come in three types. Ia a view one can add
Note: blogs must exist before they can be added.
Mahara integrates well with Moodel in two ways:
Mahara supports LEAP2A, the e-portfolio exchange standard.
Read:
When you upgrade to 1.3. from 1.2 make sure to copy the extensions you had in 1.2. Else Mahara will be stuck with system error that won't tell you anything (the trace in the apache error log is good enough to figure it out)
mv mahara mahara.save
cd mahara cp ../mahara.save/config.php .
cd mahara/artefact cp -rp ../../mahara.save/artefact/outcome .
mysql -p use mahara mysql> GRANT TRIGGER ON mahara.* to XXXXX@localhost;