aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add a stub "contributing" page to documentation.Ben Sturmfels2021-09-201-0/+1
|
* Add a troubleshooting page to the docs.Ben Sturmfels2021-09-201-0/+1
|
* Remove Mozilla Persona plugin [#5512].jgart2021-04-231-1/+0
| | | | | | Mozilla persona is RIP since 2016. Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* docs: Add a draft release checklist.Ben Sturmfels2021-03-301-0/+1
|
* Direct wiki links to archive.org.Ben Sturmfels2021-03-121-1/+1
|
* docs: Add chapter on upgrading, inc. system Python upgrades [#972].Ben Sturmfels2020-05-111-0/+1
|
* subtitles: Add documentation, limit uploads to *.vtt files, only show for ↵Ben Sturmfels2020-04-301-5/+6
| | | | video [#5589].
* Spell-check the entire documentation.Ben Sturmfels2016-09-181-1/+1
|
* Update and reorganise API documentationJessica Tallon2015-01-091-2/+1
|
* Clean up documentation and add documentation on activitiesJessica Tallon2014-12-301-3/+3
|
* Start for documenting core hooks.Elrond2014-08-191-0/+1
| | | | | This is basicly a start by Chris Webber, I'm just commiting it for him.
* Adding Pump API stuff to the docs index.Christopher Allan Webber2014-08-041-0/+20
| | | | This commit sponsored by Joel Luellwitz. Thanks!
* Documenting the command-line uploading tooling.Christopher Allan Webber2013-11-141-0/+1
| | | | This commit sponsored by Libby Reinish. Thank you! :)
* Merge remote-tracking branch 'refs/remotes/rodney757/new_ldap'Christopher Allan Webber2013-09-201-0/+1
|\ | | | | | | | | | | Conflicts: docs/source/index.rst mediagoblin/templates/mediagoblin/auth/login.html
| * added docs for ldap pluginRodney Ewing2013-08-151-0/+1
| |
* | Fix failing to build docsChristopher Allan Webber2013-08-281-1/+0
| |
* | Merge branch 'auth_docs'Rodney Ewing2013-08-161-0/+4
|\ \ | |/ |/| | | | | Conflicts: docs/source/index.rst
| * added docs explaining the authentication hooksRodney Ewing2013-07-101-0/+1
| |
| * added docs for the persona pluginRodney Ewing2013-07-091-0/+1
| |
| * added basic_auth and openid docs to index and link them togetherRodney Ewing2013-07-091-0/+2
| |
* | documenting the new media_type plugins and available hooksRodney Ewing2013-07-121-0/+1
|/
* Some documentation on how to write database migrations.Christopher Allan Webber2013-06-281-0/+1
| | | | This commit sponsored by Andrei Cristian Petcu. Thanks!
* Added some test-writing docs for plugins, but not sure if they're good. ;)Christopher Allan Webber2013-06-071-0/+1
| | | | This commit sponsored by Joe Lee. Thank you!
* Start a storage section.Elrond2013-03-121-0/+1
| | | | With the workbench stuff in it.
* Revive old "Design Decisions".Elrond2013-03-091-0/+1
| | | | | This brings back the exact version that was removed in 65e7ce634cfecc87ed6f390f9ccf91be513d2eea.
* Added raven plugin docs to docsJoar Wandborg2013-03-031-0/+1
|
* Docs: Add a database guide to the plugin docs.Elrond2013-01-261-0/+1
| | | | | | Plugin writers will often need to create new tables. So give them some hints, what they need to do and where they might find more info.
* Docs: Create new area for developers.Elrond2013-01-261-1/+11
| | | | | | | | We need some "Part" for developers. Currently, it's named "Part 4: Developer's Zone". But we should come up with a better name soon. Moved the codebase docs in there for starters.
* Add Trim whitespace plugin docs.Elrond2013-01-261-0/+1
| | | | | Added the documentation (which was already present in plugindocs/) to the TOC, so it's getting build and linked.
* Allow doc string extraction and use for pluginapi.Elrond2013-01-261-0/+1
| | | | | | | | Allow us to extract docstrings from our sources using the sphinx.ext.autodoc module. First use: Extract some of the docs for the pluginapi and provide it in a new "Plugin API" section.
* Added documentation for the OAuth pluginJoar Wandborg2012-09-181-0/+1
|
* Fix relnotes for 0.3.1.Will Kahn-Greene2012-08-221-0/+2
|
* Finish flatpagesplugin; add plugin docsWill Kahn-Greene2012-07-161-1/+11
|
* Add link to wiki on front page; fix aboutWill Kahn-Greene2012-06-021-0/+9
| | | | | | | Adds a summary and a link to the wiki for contributors to the front page. The "what is mediagoblin" section in the about chapter talkd about what it was, but it was buried--this slightly unburies it.
* Add plugin writer's quickstart guideWill Kahn-Greene2012-05-231-0/+1
|
* Add build date to docsWill Kahn-Greene2012-05-231-0/+1
| | | | Makes it easier to spot when the docs aren't rebuilding correctly.
* Split docs into siteadmin and pluginwriter guidesWill Kahn-Greene2012-05-231-17/+30
| | | | | | | | | | | * 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.
* Start adding release notes.Elrond2012-04-051-0/+1
| | | | | This is especially for noting the switch to sql and explaining how to convert your mongodb data over to sql.
* Added CC0 header to all MediaGoblin docs in docs/source/Christopher Allan Webber2012-02-071-0/+13
|
* Added the "Media types" chapterChristopher Allan Webber2011-12-121-0/+1
|
* DOCS:: #675 revision to deployment and production documentstycho garen2011-12-041-0/+1
|
* Added configuration to the indexChristopher Allan Webber2011-10-311-0/+1
|
* Overhauls docsWill Kahn-Greene2011-10-051-5/+4
| | | | | | | | | | * Removes a bunch of content that doesn't need to be in the suer manual anymore. * Fixes issues so it's more readable in source form. * Adds help chapter. * Moves links out of paragraphs to reduce line length. * Cleans up some language. * Fixes some links.
* Documentation Revision, clarification, and editing.tycho garen2011-08-271-2/+3
| | | | | | | | | | - a line in the .gitignore file to ignore the built documentation tree. - a complete revision/editorial pass of all non-technical documents that outline process, project fundamentals, and background. These edits clarified the text, unified the style, and elaborated on stubs.
* Changing the MediaGoblin Sphinx docs a bit...Christopher Allan Webber2011-08-211-3/+2
| | | | | - Removing the git guide, and moved it to the wiki - moving mediagoblin.rst to about_mediagoblin.rst
* Moves hacking howto and design decisions docs to wikiWill Kahn-Greene2011-07-311-2/+0
|
* Moves docs files around so we build from source/ directoryWill Kahn-Greene2011-07-311-0/+32