ref: master
plugins/web_odf/lib/web_odf_plugin.rb
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
module WebODFPlugin EmptyDocument = File.expand_path "#{__FILE__}/../../public/empty.odt" extend Noosfero::Plugin::ParentMethods def self.plugin_name I18n.t'web_odf_plugin.lib.plugin.name' end def self.plugin_description I18n.t'web_odf_plugin.lib.plugin.description' end end WebOdfPlugin = WebODFPlugin |