Available Plugins: Difference between revisions
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
{| class="wikitable" |
{| class="wikitable" |
||
|- |
|- |
||
! Name !! Options !! Usage !! Doc !! How to get it ? |
! Name !! Options !! Usage !! Doc !! How to get it ? !! Author |
||
|- |
|- |
||
| [https://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin/trees/WIP/tag_cloud_plugin Tag Cloud] || || Add a tag cloud feature for your templates || [https://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin/blobs/WIP/tag_cloud_plugin/README doc] || git clone git://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin.git HEAD:WIP/tag_cloud_plugin |
| [https://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin/trees/WIP/tag_cloud_plugin Tag Cloud] || || Add a tag cloud feature for your templates || [https://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin/blobs/WIP/tag_cloud_plugin/README doc] || git clone git://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin.git HEAD:WIP/tag_cloud_plugin || |
||
|- |
|- |
||
| mediagoblin-licenses ||*Append to existing list (true/false) *Licence list || Extend or replace the default license list || || pip install mediagoblin-licenses |
| mediagoblin-licenses ||*Append to existing list (true/false) *Licence list || Extend or replace the default license list || || pip install mediagoblin-licenses || |
||
|} |
|} |
Revision as of 15:14, 28 January 2013
A list of Available Plugins for MediaGoblin
Core plugins
The core plugins are available right away with your mediaboblin instance, they are not necessarily activated by default, tho. Please check the plugin documentation to learn how to activate them.
Name | Options | Usage | Doc | Author |
---|---|---|---|---|
api | ||||
flatpagesfile | It allows you to add pages to your MediaGoblin instance which are not generated from user content | doc | ||
httpapiauth | ||||
oauth | The oauth plugin enables third party web applications to authenticate as one or more GNU MediaGoblin users | doc | ||
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 |
Third party plugins
Those plugins have been made by various contributors to extend mediagoblin's possibilities
Name | Options | Usage | Doc | How to get it ? | Author |
---|---|---|---|---|---|
Tag Cloud | Add a tag cloud feature for your templates | doc | git clone git://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin.git HEAD:WIP/tag_cloud_plugin | ||
mediagoblin-licenses | *Append to existing list (true/false) *Licence list | Extend or replace the default license list | pip install mediagoblin-licenses |