diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2012-03-12 21:17:08 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2012-05-13 00:00:08 -0400 |
commit | 29b6f91740e68d804612ff68295020f6cfa16071 (patch) | |
tree | 8812f0d9e1fd3894c097c56e5778c21e22d1fa61 /mediagoblin/plugins/README | |
parent | f10c3bb8e5fc44b6d580261a05f1e4b4639e0949 (diff) | |
download | mediagoblin-29b6f91740e68d804612ff68295020f6cfa16071.tar.lz mediagoblin-29b6f91740e68d804612ff68295020f6cfa16071.tar.xz mediagoblin-29b6f91740e68d804612ff68295020f6cfa16071.zip |
401. Plugin infrastructure
* implements installing, loading and setup for plugins
* codifies configuration
* has a sample plugin
* docs
* tests
Diffstat (limited to 'mediagoblin/plugins/README')
-rw-r--r-- | mediagoblin/plugins/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mediagoblin/plugins/README b/mediagoblin/plugins/README new file mode 100644 index 00000000..a2b92334 --- /dev/null +++ b/mediagoblin/plugins/README @@ -0,0 +1,6 @@ +======== + README +======== + +This directory holds the MediaGoblin core plugins. These plugins are not +enabled by default. See documentation for enabling plugins. |