diff --git a/plugins/apache_tomcat.rb b/plugins/apache_tomcat.rb new file mode 100644 index 0000000..d470394 --- /dev/null +++ b/plugins/apache_tomcat.rb @@ -0,0 +1,17 @@ +Plugin.define do + name "Apache Tomcat" + authors [ + "Ostorlab", + ] + version "0.1" + description "Apache Tomcat (called Tomcat for short) is a free and open-source implementation of the Jakarta Servlet, Jakarta Expression Language, and WebSocket technologies." + website "https://tomcat.apache.org/" + + matches [ + { + :search => "head", + :regexp => /Apache Tomcat/, + :name => "Apache Tomcat Title Tag" + }, + ] +end \ No newline at end of file