aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/plugins.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add trim_whitespaces plugin to relnotes and documentationSebastian Spaeth2012-12-011-9/+13
| | | | | | | | 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>
* Docs tweaksWill Kahn-Greene2012-08-201-3/+3
| | | | This fixes some minor issues in the documentation.
* Updated flatpages example in plugins.rst to reflect reality & point to ↵Christopher Allan Webber2012-08-201-5/+9
| | | | flatpages docs
* [Issue 466] Implement e-z plugin disablingWill Kahn-Greene2012-07-171-0/+32
|
* Split docs into siteadmin and pluginwriter guidesWill Kahn-Greene2012-05-231-0/+137
* create initial bits for plugin writer's guide * move siteadmin stuff to site administrator's guide * rework index.rst to support multiple guides * tweak some text * move files into subdirectories I verified that this still works with html and texinfo build targets. There's still a lot of work to do, but this is a good start.