diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-12-01 20:31:18 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-12-01 20:31:18 +0100 |
commit | 7989cd6e4961749a39147c9020dbae745b4f23de (patch) | |
tree | 95a24ceec72f541b0735781009e62380a761c314 /docs/source/siteadmin/relnotes.rst | |
parent | 9945468603b8476f735d735dbc7505ee47ff9f42 (diff) | |
download | mediagoblin-7989cd6e4961749a39147c9020dbae745b4f23de.tar.lz mediagoblin-7989cd6e4961749a39147c9020dbae745b4f23de.tar.xz mediagoblin-7989cd6e4961749a39147c9020dbae745b4f23de.zip |
docs: Add trim_whitespaces plugin to relnotes and documentation
Rather than mentioning a hypothetical module restrictfive, we use the
existing plugin mediagoblin-licenses that people can install. Also,
mention that plugin in the release notes.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'docs/source/siteadmin/relnotes.rst')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 1b70b31c..56267eb1 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -49,6 +49,12 @@ carefully, or at least skim over it. See :ref:`core-plugin-section` for plugin documentation +* **trim_whitespace** + + We bundle the optional plugin trim_whitespace which reduces the size + of the delivered html output by reducing redundant whitespace. + + See :ref:`core-plugin-section` for plugin documentation 0.3.0 ===== |