diff --git a/plugins/elber.rb b/plugins/elber.rb new file mode 100644 index 0000000..0da6e0d --- /dev/null +++ b/plugins/elber.rb @@ -0,0 +1,17 @@ +Plugin.define do + name "Elber" + authors [ + "Ostorlab", + ] + version "0.1" + description "Elber is an Italian quality trademark, with European roots and worldwide dimension. The Company supplies television transmitters with satellite equipments, microwave links for Telco and IP applications, monitoring equipments for TV and Radio signals, HD and UHD video compression contribution solutions, audio devices..." + website "https://www.elber.it" + + matches [ + { + :search => "body", + :regexp => /Elber\ss\.r\.l\./i, + :name => "Elber s.r.l." + }, + ] +end