# frozen_string_literal: true ## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## WhatWeb::Plugin.define "NextGEN-Gallery" do @author = "Brendan Coles " # 2011-03-04 @version = "0.1" @description = "NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features." @website = "http://nextgen-gallery.com" # Matches # @matches = [ # Default Stylesheets { regexp: //, string: "Wordpress" }, { regexp: //, string: "Wordpress" }, { regexp: //, string: "Wordpress" }, # Version Detection # Meta Generator { version: //, string: "Wordpress" }, ] end