Available Plugins: Difference between revisions

From GNU MediaGoblin Wiki
Jump to navigation Jump to search
No edit summary
Line 29: Line 29:
|-
|-
! Name !! What !! Options !! Doc !! How to get it ? !! Author
! Name !! What !! Options !! 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 || Spaetz
|-
|-
| mediagoblin-licenses || Extend or replace the default license list ||
| mediagoblin-licenses || Extend or replace the default license list ||
Line 45: Line 43:
{| class="wikitable"
{| class="wikitable"
|-
|-
! Temporary name !! Planned features !! Repo or a place to see the WIP !! Author
! Temporary name !! Planned features !! Repo or a place to see the WIP !! Author !! Status
|-
|-
| Raw file support for GMG ||
| Raw file support for GMG ||
Line 51: Line 49:
* Support CR2
* Support CR2
* Investigate support for other formats (if they include full-quality JPEG inside the file)
* Investigate support for other formats (if they include full-quality JPEG inside the file)
|| https://github.com/Velmont/mediagoblin/tree/raw_image_mediatype || odinho/Velmont
|| https://github.com/Velmont/mediagoblin/tree/raw_image_mediatype || odinho/Velmont ||
|-
|-
| [https://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin/trees/WIP/tag_cloud_plugin Tag Cloud] || Add a tag cloud feature for your templates || git clone git://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin.git HEAD:WIP/tag_cloud_plugin || Spaetz || [http://www.media.sspaeth.de/u/spaetz/m/tag-cloud-preview/ It works] but still needs core modifications.
| || || ||
|}

Revision as of 07:23, 29 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 User:Joar, MediaGoblin contributors
flatpagesfile It allows you to add pages to your MediaGoblin instance which are not generated from user content doc
httpapiauth Enables HTTP basic authentication for the API User:Joar, MediaGoblin contributors
oauth The oauth plugin enables third party web applications to authenticate as one or more GNU MediaGoblin users doc User:Joar, MediaGoblin contributors
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 What Options Doc How to get it ? Author
mediagoblin-licenses Extend or replace the default license list
  • Append to existing list (true/false)
  • Licence list
pip install mediagoblin-licenses
gmg_localfiles Import files from your local filesystem without duplicating them. doc git clone https://github.com/Velmont/gmg_localfiles.git odinho/Velmont

Work in progress

You're working on a plugin but it's not ready ? Please let us know, cause if someone wants to make the same feature, this person will help you rather than doing the same thing from scratch !

Temporary name Planned features Repo or a place to see the WIP Author Status
Raw file support for GMG
  • Support NEF, done
  • Support CR2
  • Investigate support for other formats (if they include full-quality JPEG inside the file)
https://github.com/Velmont/mediagoblin/tree/raw_image_mediatype odinho/Velmont
Tag Cloud Add a tag cloud feature for your templates git clone git://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin.git HEAD:WIP/tag_cloud_plugin Spaetz It works but still needs core modifications.