diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-04-30 00:24:45 +0200 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-04-30 00:26:06 +0200 |
commit | b835e15319882477e71c7b03db2c1565dd674a96 (patch) | |
tree | 039df349daedd42202074f5d600531eeef962ee8 /docs/source/pluginwriter | |
parent | 2e6ee596ad9dbc794979069f2f14b856db02343b (diff) | |
download | mediagoblin-b835e15319882477e71c7b03db2c1565dd674a96.tar.lz mediagoblin-b835e15319882477e71c7b03db2c1565dd674a96.tar.xz mediagoblin-b835e15319882477e71c7b03db2c1565dd674a96.zip |
Add warning about crypt/itsdangeroussecret.bin.
You should not leak that file, really.
Diffstat (limited to 'docs/source/pluginwriter')
-rw-r--r-- | docs/source/pluginwriter/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/pluginwriter/api.rst b/docs/source/pluginwriter/api.rst index 3a75d455..6323f713 100644 --- a/docs/source/pluginwriter/api.rst +++ b/docs/source/pluginwriter/api.rst @@ -31,4 +31,4 @@ Please check the release notes for updates! .. automodule:: mediagoblin.tools.pluginapi :members: get_config, register_routes, register_template_path, register_template_hooks, get_hook_templates, - hook_handle, hook_runall, hook_transform, + hook_handle, hook_runall, hook_transform |