Ticket #5429: 0001-Fix-for-issue-5429.patch

File 0001-Fix-for-issue-5429.patch, 1.6 KB (added by Saksham Agrawal, 8 years ago)
  • docs/source/siteadmin/media-types.rst

    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  
    3030.. note::
    3131    Media types are now plugins
    3232
    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.
     33Media types are enabled in your mediagoblin configuration file,``mediagoblin.ini``.
     34Typically ``mediagoblin.ini`` is copied automatically from ``mediagoblin.example.ini`` when make is run.
     35But if make wasn't run, then copy ``mediagoblin.example.ini`` to ``mediagoblin.ini`` .
    3736
    3837Most media types have additional dependencies that you will have to install.
    3938You will find descriptions on how to satisfy the requirements of each media type
    4039on this page.
    4140
    4241To 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
     42in you ``mediagoblin.ini``. For example, if your system supported image
    4443and video media types, then it would look like this::
    4544
    4645    [plugins]