401. Plugin infrastructure
authorWill Kahn-Greene <willg@bluesock.org>
Tue, 13 Mar 2012 01:17:08 +0000 (21:17 -0400)
committerWill Kahn-Greene <willg@bluesock.org>
Sun, 13 May 2012 04:00:08 +0000 (00:00 -0400)
commit29b6f91740e68d804612ff68295020f6cfa16071
tree8812f0d9e1fd3894c097c56e5778c21e22d1fa61
parentf10c3bb8e5fc44b6d580261a05f1e4b4639e0949
401. Plugin infrastructure

* implements installing, loading and setup for plugins
* codifies configuration
* has a sample plugin
* docs
* tests
docs/source/plugins.rst [new file with mode: 0644]
mediagoblin.ini
mediagoblin/app.py
mediagoblin/init/plugins/__init__.py [new file with mode: 0644]
mediagoblin/plugins/README [new file with mode: 0644]
mediagoblin/plugins/__init__.py [new file with mode: 0644]
mediagoblin/plugins/sampleplugin/README [new file with mode: 0644]
mediagoblin/plugins/sampleplugin/__init__.py [new file with mode: 0644]
mediagoblin/plugins/sampleplugin/main.py [new file with mode: 0644]
mediagoblin/tests/test_pluginapi.py [new file with mode: 0644]
mediagoblin/tools/pluginapi.py [new file with mode: 0644]