diff options
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r-- | docs/source/index.rst | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index 3ead6136..fbc57154 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,7 +20,7 @@ GNU MediaGoblin is a platform for sharing photos, video and other media in an environment that respects our freedom and independence. This is a Free Software project. It is built by contributors for all -to use and enjoy. If you're intrested in contributing, see `the wiki +to use and enjoy. If you're interested in contributing, see `the wiki <http://wiki.mediagoblin.org/>`_ which has pages that talk about the ways someone can contribute. @@ -78,6 +78,7 @@ This guide covers writing new GNU MediaGoblin plugins. pluginwriter/database pluginwriter/api pluginwriter/tests + pluginwriter/hooks pluginwriter/media_type_hooks pluginwriter/authhooks @@ -96,6 +97,25 @@ This chapter contains various information for developers. devel/migrations +Part 5: Pump API +================ + +This chapter covers MediaGoblin's `Pump API +<https://github.com/e14n/pump.io/blob/master/API.md>`_ support. (A +work in progress; full federation is not supported at the moment, but +media uploading works! You can use something like +`PyPump <http://pypump.org>`_ +to write MediaGoblin applications.) + +.. toctree:: + :maxdepth: 1 + + api/authentication + api/activities + api/objects + + + Indices and tables ================== |