Available Plugins: Difference between revisions

From GNU MediaGoblin Wiki
Jump to navigation Jump to search
(Created page with "= A list of Available Plugins for MediaGoblin =")
 
No edit summary
Line 1: Line 1:
= A list of Available Plugins for MediaGoblin =
= A list of Available Plugins for MediaGoblin =

==Core==

The core plugins are available right away with your mediaboblin instance, they are not necessarily activated by default, tho. Please check the [http://docs.mediagoblin.org/siteadmin/plugins.html|plugin documentation] to learn how to activate them.

{| class="wikitable"
|-
! Name !! Options !! Usage !! Doc
|-
| api || || ||
|-
| flatpagesfile || || It allows you to add pages to your MediaGoblin instance which are not generated from user content || [doc|http://docs.mediagoblin.org/plugindocs/flatpagesfile.html]
|-
|httpapiauth|| || ||
|-
| oauth || || The [OAuth|https://en.wikipedia.org/wiki/Oauth] plugin enables third party web applications to authenticate as one or more GNU MediaGoblin users !![doc|http://docs.mediagoblin.org/plugindocs/oauth.html]
|-
| sampleplugin || || Dummy plugin for example purpose ||
|-
|trim_whitespace|| || This plugin inserts a Middleware that filters out whitespace from the returned HTML in the Response() objects.||[doc|http://docs.mediagoblin.org/plugindocs/trim_whitespace.html]
|}

Revision as of 14:39, 28 January 2013

A list of Available Plugins for MediaGoblin

Core

The core plugins are available right away with your mediaboblin instance, they are not necessarily activated by default, tho. Please check the documentation to learn how to activate them.

Name Options Usage Doc
api
flatpagesfile It allows you to add pages to your MediaGoblin instance which are not generated from user content http://docs.mediagoblin.org/plugindocs/flatpagesfile.html]
httpapiauth
oauth https://en.wikipedia.org/wiki/Oauth] plugin enables third party web applications to authenticate as one or more GNU MediaGoblin users !![doc|http://docs.mediagoblin.org/plugindocs/oauth.html]
sampleplugin Dummy plugin for example purpose
trim_whitespace This plugin inserts a Middleware that filters out whitespace from the returned HTML in the Response() objects. http://docs.mediagoblin.org/plugindocs/trim_whitespace.html]