From 5da8fcf571b2866b8325aee598e79a75a69a24db Mon Sep 17 00:00:00 2001
From: saksham1115 <saksham115@gmail.com>
Date: Mon, 29 Feb 2016 04:15:40 +0530
Subject: [PATCH] Fix for issue #5429
---
docs/source/siteadmin/media-types.rst | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst
index 3877063..34faef1 100644
a
|
b
|
Enabling Media Types
|
30 | 30 | .. note:: |
31 | 31 | Media types are now plugins |
32 | 32 | |
33 | | Media types are enabled in your mediagoblin configuration file, typically it is |
34 | | created by copying ``mediagoblin.ini`` to ``mediagoblin_local.ini`` and then |
35 | | applying your changes to ``mediagoblin_local.ini``. If you don't already have a |
36 | | ``mediagoblin_local.ini``, create one in the way described. |
| 33 | Media types are enabled in your mediagoblin configuration file,``mediagoblin.ini``. |
| 34 | Typically ``mediagoblin.ini`` is copied automatically from ``mediagoblin.example.ini`` when make is run. |
| 35 | But if make wasn't run, then copy ``mediagoblin.example.ini`` to ``mediagoblin.ini`` . |
37 | 36 | |
38 | 37 | Most media types have additional dependencies that you will have to install. |
39 | 38 | You will find descriptions on how to satisfy the requirements of each media type |
40 | 39 | on this page. |
41 | 40 | |
42 | 41 | To enable a media type, add the the media type under the ``[plugins]`` section |
43 | | in you ``mediagoblin_local.ini``. For example, if your system supported image |
| 42 | in you ``mediagoblin.ini``. For example, if your system supported image |
44 | 43 | and video media types, then it would look like this:: |
45 | 44 | |
46 | 45 | [plugins] |