class TemplatePlugin < Noosfero::Plugin def self.plugin_name # FIXME "TemplatePlugin" end def self.plugin_description # FIXME _("A plugin that does this and that.") end end