diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-19 13:22:03 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-19 13:22:03 -0500 |
commit | 4d0191dcb8b43f82bfacc77ed8c92d0d3c573d8a (patch) | |
tree | 3bd8d66c11e0d9d490f9963132ee995cfd1944ca /docs/source/pluginwriter | |
parent | dd7eac8223411541c2d67b56cfd994fda35fef04 (diff) | |
download | mediagoblin-4d0191dcb8b43f82bfacc77ed8c92d0d3c573d8a.tar.lz mediagoblin-4d0191dcb8b43f82bfacc77ed8c92d0d3c573d8a.tar.xz mediagoblin-4d0191dcb8b43f82bfacc77ed8c92d0d3c573d8a.zip |
A warning about the plugin API being unstable.
Diffstat (limited to 'docs/source/pluginwriter')
-rw-r--r-- | docs/source/pluginwriter/api.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/source/pluginwriter/api.rst b/docs/source/pluginwriter/api.rst index 44ffd6e8..85870d28 100644 --- a/docs/source/pluginwriter/api.rst +++ b/docs/source/pluginwriter/api.rst @@ -16,6 +16,15 @@ Plugin API ========== +This documents the general plugin API. + +Please note, at this point OUR PLUGIN HOOKS MAY AND WILL CHANGE. +Authors are encouraged to develop plugins and work with the +MediaGoblin community to keep them up to date, but this API will be a +moving target for a few releases. + +Please check the release notes for updates! + :mod:`pluginapi` Module ----------------------- |