aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/plugins.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove mention of Python 2.7.Ben Sturmfels2021-09-191-2/+1
|
* Fix some docs build warnings.Ben Sturmfels2020-04-291-2/+2
|
* Spell-check the entire documentation.Ben Sturmfels2016-09-181-2/+2
|
* doc: Update plugins documentation in light of alembic branching usageChristopher Allan Webber2016-03-261-3/+24
| | | | | | | * docs/source/siteadmin/plugins.rst: Added a reminder to run "./bin/gmg dbupdate" after installing a plugin. Added a new "Deactivating plugins" section. Renamed "Removing plugins" to "Removing plugin packages".
* Move Ubuntu -> *buntu because of absurd trademark issuesChristopher Allan Webber2016-02-191-1/+1
| | | | | For more context, see: http://joeyh.name/blog/entry/trademark_nonsense/
* 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.