This repository is a loose collection of various plugins I write/wrote for the GNU MediaGoblin project. A while ago I dumped flickr and deviantart and migrated to my own MediaGoblin instance.
Project status: I am merely starting out writing stuff for MediaGoblin. Some things may still be a little bit wobbly. Currently this code has only been tested with v0.7.1.
In order to install a plugin execute ../../bin/python2.7 setup.py develop
in its folder. Afterwards execute ./bin/gmg dbupdate
in the MediaGoblin
root.
An advanced version of the sampleplugin described in the MediaGoblin documentation. This one uses template hooks, template variables, config files and default configuration.
Piwik is a the free software alternative to Google Analytics.
This (very simple plugin) inserts your Piwik tracking code right before
</body>
. Sure you could also just add the code in the theme directly.
But then you would have to add it after each MediaGoblin update. Using
a plugin is more comfortable.
Adds a Flattr auto-submit button to each media entry detail view.
MediaGoblin is licensed under AGPLv3, thus the plugins have to be as well.
See LICENSE
for the AGPLv3 text.