Start for documenting core hooks.

This is basicly a start by Chris Webber, I'm just commiting
it for him.
This commit is contained in:
Elrond 2014-08-19 00:39:33 +02:00
parent b694c3de34
commit 7610eb231e
2 changed files with 20 additions and 0 deletions

View File

@ -78,6 +78,7 @@ This guide covers writing new GNU MediaGoblin plugins.
pluginwriter/database pluginwriter/database
pluginwriter/api pluginwriter/api
pluginwriter/tests pluginwriter/tests
pluginwriter/hooks
pluginwriter/media_type_hooks pluginwriter/media_type_hooks
pluginwriter/authhooks pluginwriter/authhooks

View File

@ -0,0 +1,19 @@
.. MediaGoblin Documentation
Written in 2014 by MediaGoblin contributors
To the extent possible under law, the author(s) have dedicated all
copyright and related and neighboring rights to this software to
the public domain worldwide. This software is distributed without
any warranty.
You should have received a copy of the CC0 Public Domain
Dedication along with this software. If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
===============================
Documentation on Built-in Hooks
===============================
This section explains built-in hooks to MediaGoblin.