gravatar_provider_plugin.rb 243 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 class GravatarProviderPlugin < Noosfero::Plugin def self.plugin_name "GravatarProviderPlugin" end def self.plugin_description _("A plugin that enable noosfero as a gravatar server") end def stylesheet? true end end