Sha256: 56904b8016477443f18e7e932df2f1f5c2d0257938c9b17e1743d5dff2cb2d06

Contents?: true

Size: 1.33 KB

Versions: 6

Compression:

Stored size: 1.33 KB

Contents

# 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 <bcoles@gmail.com>" # 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: /<link rel='stylesheet' id='NextGEN-css'  href='[^']*\/wp-content\/themes\/default_ngg\/nggallery.css\?ver=[\d\.]+' type='text\/css' media='screen' \/>/, string: "Wordpress" },
    { regexp: /<link rel='stylesheet' id='shutter-css'  href='[^']*\/wp-content\/plugins\/nextgen-gallery\/shutter\/shutter-reloaded.css\?ver=[\d\.]+' type='text\/css' media='screen' \/>/, string: "Wordpress" },
    { regexp: /<link rel='stylesheet' id='galleryview-css'  href='[^']*\/wp-content\/plugins\/nggGalleryview\/galleryview.css\?ver=[\d\.]+' type='text\/css' media='screen' \/>/, string: "Wordpress" },

    # Version Detection # Meta Generator
    { version: /<meta name='NextGEN' content='([\d\.]+)' \/>/, string: "Wordpress" },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/nextgen-gallery.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/nextgen-gallery.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/nextgen-gallery.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/nextgen-gallery.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/nextgen-gallery.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/nextgen-gallery.rb