Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document how to display EXIF data. | Ben Sturmfels | 2021-08-15 | 1 | -0/+11 |
| | |||||
* | docs: Tune up configuration documentation. | Ben Sturmfels | 2021-03-29 | 1 | -28/+16 |
| | |||||
* | docs: Mention that `dbupdate` is sometimes required after changing config. | Rodrigo Martins | 2021-03-29 | 1 | -0/+5 |
| | | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | docs: Tweak deployment docs headings, link to configuration docs. | Ben Sturmfels | 2020-05-11 | 1 | -16/+13 |
| | |||||
* | Adding 'Waitress' where 'FastCGI' was previously referenced | Michael Lynch | 2020-04-15 | 1 | -1/+1 |
| | |||||
* | Removing flup and fastcgi from documentation | Michael Lynch | 2020-04-14 | 1 | -2/+2 |
| | | | | | | flup is not supported on Python3, so MediaGoblin doesn't have a supported way to enable FastCGI support. This change removes all references to flup and FastCGI and updates deployment instructions to use simple HTTP forwarding with nginx to access mediagoblin's non-static resources. | ||||
* | Document SSL/TLS SMTP options. | Ben Sturmfels | 2020-04-07 | 1 | -4/+6 |
| | |||||
* | remove mentions of mediagoblin_local.ini | Boris Bobrov | 2017-11-13 | 1 | -24/+0 |
| | |||||
* | Spell-check the entire documentation. | Ben Sturmfels | 2016-09-18 | 1 | -3/+3 |
| | |||||
* | Add documentation on changing data dir and Fix stylistic changes | Jessica Tallon | 2014-09-29 | 1 | -0/+28 |
| | |||||
* | Docs tweaks | Will Kahn-Greene | 2012-08-20 | 1 | -4/+6 |
| | | | | This fixes some minor issues in the documentation. | ||||
* | Split docs into siteadmin and pluginwriter guides | Will Kahn-Greene | 2012-05-23 | 1 | -0/+129 |
* 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. |