aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
...
* Added documentation on how to add STL support, and notes on running ↵Christopher Allan Webber2012-12-201-2/+34
| | | | ./bin/gmg dbupdate
* Release note 0.3.2 blurbSebastian Spaeth2012-12-151-6/+18
| | | | On MongoDB...
* Adding info to the docs about running dbupdateChristopher Allan Webber2012-12-142-0/+15
| | | | | | Both adding info to run it when adding new media types, and adding info that you might need to stop mediagoblin before you run these commands.
* docs: Add trim_whitespaces plugin to relnotes and documentationSebastian Spaeth2012-12-012-9/+19
| | | | | | | | 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>
* Merge remote-tracking branch 'spaetz/formerge/507_remove_routes'Elrond2012-11-291-2/+0
|\ | | | | | | | | * spaetz/formerge/507_remove_routes: Purge routes package from MG (#507)
| * Purge routes package from MG (#507)Sebastian Spaeth2012-11-201-2/+0
| | | | | | | | | | | | | | | | | | We were not actually using the routes package anymore, but it was still mentioned in the documention. Adapt the plugin documentation to actually represent reality, although I don't like the API design. (but this is for another day) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* | Very small typo fix in deploying docs.Elrond2012-11-201-2/+2
|/ | | | Thanks to #mediagoblin.
* Suggest checking out the wiki for additional recipesChristopher Allan Webber2012-11-191-0/+5
|
* Grammar re: libasound2-devJoar Wandborg2012-09-291-4/+4
|
* Added note about libasound2-dev to docs.Joar Wandborg2012-09-291-0/+7
|
* Added documentation for the OAuth pluginJoar Wandborg2012-09-182-0/+2
|
* Fix docs so they pull version from _version.pyWill Kahn-Greene2012-08-221-4/+10
|
* Fix relnotes for 0.3.1.Will Kahn-Greene2012-08-222-11/+27
|
* Release notes for 0.3.1Christopher Allan Webber2012-08-211-1/+11
|
* Docs tweaksWill Kahn-Greene2012-08-203-7/+15
| | | | 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
* add titles to two pages and fix a typo in docsAleksej2012-08-181-1/+1
|
* Fixing grammar on telling users to run dbupdateChristopher Allan Webber2012-08-051-1/+1
|
* Reference the new theme aliasing nginx stuff in the theming documentationChristopher Allan Webber2012-07-272-2/+12
|
* Add documentation on how to alias your theme static filesChristopher Allan Webber2012-07-271-0/+5
|
* Tweak theming docsWill Kahn-Greene2012-07-261-49/+55
| | | | | | I did a pass on language and more reST formatting. This is a little cleaner, though there are a couple of parts that feel like they could use some work.
* [Issue 466] Implement e-z plugin disablingWill Kahn-Greene2012-07-171-0/+32
|
* Rework plugin infrastructure to nix side-effectsWill Kahn-Greene2012-07-171-25/+22
| | | | | | | | | | | | | This reworks the plugin infrastructure so as to remove module-loading side-effects which were making things a pain in the ass to test. With the new system, there's no auto-registering meta class. Instead plugins do whatever they want and then specify a hooks dict that maps hook names to callables for the things they're tying into. The most common one (and the only one we've implemented so far) is "setup". This also simplifies the sampleplugin a little by moving the code to __init__.py.
* Fix themeing docsWill Kahn-Greene2012-07-161-73/+78
| | | | | This fixes a bunch of formatting issues in the themeing docs and makes them easier to read.
* Finish flatpagesplugin; add plugin docsWill Kahn-Greene2012-07-163-1/+13
|
* Added a section describing how to do theming via simple CSS stuff!Christopher Allan Webber2012-07-141-0/+24
|
* Mostly good theming documentation!Christopher Allan Webber2012-07-141-23/+150
|
* Fleshing out theming documentation; wrote out "structure of things" sectionChristopher Allan Webber2012-07-141-2/+92
|
* Updated the media types documentation, added steps for audioJoar Wandborg2012-07-061-11/+62
| | | | | | | | | - Added chapter about media type negotiation. - Added instructions on how to install dependencies for the audio media type. - Moved part about how to enable media types in your config to a single place at the top of the document named "Enable Media Types". - Renamed the "Enable Media Types" page to "Media Types".
* Changing mediagoblin theme font files over to be symlinks to extlibChristopher Allan Webber2012-07-015-97/+1
|
* Add link to wiki on front page; fix aboutWill Kahn-Greene2012-06-022-4/+14
| | | | | | | 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.
* Added links to community-provied init scriptsJoar Wandborg2012-05-281-2/+16
|
* Add plugin writer's quickstart guideWill Kahn-Greene2012-05-232-0/+190
|
* 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-2315-25/+81
| | | | | | | | | | | * 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.
* Update documentation for pluginsWill Kahn-Greene2012-05-161-12/+44
|
* 401. Plugin infrastructureWill Kahn-Greene2012-05-131-0/+105
| | | | | | | | * implements installing, loading and setup for plugins * codifies configuration * has a sample plugin * docs * tests
* gandaro points out we should have all headers end with question marks for ↵Christopher Allan Webber2012-05-061-6/+6
| | | | | | consistency Done for about.rst
* Apparently I can't correct typos right. MedaGoblin->MediaGoblin in docsChristopher Allan Webber2012-05-061-1/+1
|
* A couple of typos in docs... MedaGobilin->MediaGoblinChristopher Allan Webber2012-05-052-2/+2
|
* Update version to 0.3.1.devWill Kahn-Greene2012-05-021-2/+2
|
* Update version to 0.3.0 for releaseWill Kahn-Greene2012-05-021-1/+1
|
* One character chage: "our" to "your" in the release notes as it makes moregreg2012-05-011-1/+1
| | | | sense, I believe.
* 0.3.0 *is* released! Reflect that in the release notes :)Christopher Allan Webber2012-05-011-2/+2
|
* Also tell people to install python-psycopg2 if using postgres in docsChristopher Allan Webber2012-04-301-1/+1
|
* ./bin/gmg migrate -> ./bin/gmg dbupdate in the docsChristopher Allan Webber2012-04-301-1/+1
|
* Removing references to MongoDB in docs/Christopher Allan Webber2012-04-292-45/+1
|
* Documentation updates and fixesWill Kahn-Greene2012-04-203-35/+45
| | | | | | | | | * Nixed some of the mongodb references--pretty sure we're done with that. * Fixed some awkward language. * Fixed : :: stuff. Sphinx lets you do :: so you don't need the additional colon. * Turned a paragraph into a .. note:: section. That makes it easier to notice and read.
* Fix relnotes formattingWill Kahn-Greene2012-04-072-5/+7
| | | | | * adds link to deployment docs. * tweaks formatting
* Start adding release notes.Elrond2012-04-052-0/+53
| | | | | This is especially for noting the switch to sql and explaining how to convert your mongodb data over to sql.