Start for documenting core hooks.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 18 Aug 2014 22:39:33 +0000 (00:39 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 18 Aug 2014 22:41:21 +0000 (00:41 +0200)
This is basicly a start by Chris Webber, I'm just commiting
it for him.

docs/source/index.rst
docs/source/pluginwriter/hooks.rst [new file with mode: 0644]

index 6260a595830d0556e32839ea0ac36bde6d6093b8..8e49d1d1d9cba5bc1c1bc696dbf49d1be97958e5 100644 (file)
@@ -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
 
diff --git a/docs/source/pluginwriter/hooks.rst b/docs/source/pluginwriter/hooks.rst
new file mode 100644 (file)
index 0000000..5272266
--- /dev/null
@@ -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.