Sha256: b3e8c1f96a735ad2ef229bde546a85f1911088f302b0c08301e2cb846234e791

Contents?: true

Size: 1.34 KB

Versions: 6

Compression:

Stored size: 1.34 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 "WWWPhoto" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-01-29
  @version = "0.1"
  @description = "WWWPhoto is a tag based web photo gallery for PHP5 with GD-Library and MySQL or PostgreSQL. Since release 0.1.0 the navigation on the user view is Ajax driven by using the JSON implementation for PHP from Michal Migurski, Matt Knapp and Brett Stimmerman (http://pear.php.net/pepr/pepr-proposal-show.php?id=198)"
  @website = "http://www.pburkhalter.net/wwwphoto.php"

  # Matches #
  @matches = [

    # Default Meta Generator
    { text: '		<meta name="generator" content="WWWPhoto cvshead"> <!-- leave this for stats -->' },

    # Powered by text
    { text: '<a href="http://www.pburkhalter.net/wwwphoto.php">powered by wwwphoto-cvshead</a>' },

    # Default JavaScript
    { text: "http_navbar.open('get','navbar.rpc.php?user='+GLOBAL_USER+'&tag='+GLOBAL_TAG+'&id='+GLOBAL_ID+'&marked='+marked+'&timestamp='+new Date().getTime());" },

    # Default HTML Comment
    { text: "<!-- sorry joshua, one little, small table is a must have :-) -->" },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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