Docs tweaks

This fixes some minor issues in the documentation.
This commit is contained in:
Will Kahn-Greene 2012-08-20 12:35:35 -04:00
parent 27a68d2b1e
commit 3a438f5e84
3 changed files with 15 additions and 7 deletions

View File

@ -117,13 +117,15 @@ To be perfectly honest, there are quite a few options and we haven't had
time to document them all.
So here's a cop-out section saying that if you get into trouble, hop
onto IRC and we'll help you out::
onto IRC and we'll help you out. Details for the IRC channel is on the
`join page`_ of the website.
.. _join page: http://mediagoblin.org/join/
#mediagoblin on irc.freenode.net
Celery
======
We should point to another celery-specific section of the document
actually :)
FIXME: List Celery configuration here.

View File

@ -159,13 +159,13 @@ with plugins, think about the following:
For example, change::
[[mediagoblin.plugins.flatpages]]
[[mediagoblin.plugins.flatpagesfile]]
to::
[[-mediagoblin.plugins.flatpages]]
[[-mediagoblin.plugins.flatpagesfile]]
That'll prevent the ``mediagoblin.plugins.flatpages`` plugin from
That'll prevent the ``mediagoblin.plugins.flatpagesfile`` plugin from
loading.
3. If it's a core plugin that comes with MediaGoblin, ask us for help!

View File

@ -20,6 +20,12 @@ If you're upgrading from a previous release, please read it
carefully, or at least skim over it.
0.3.1
=====
FIXME: Needs to be written
0.3.0
=====