Sha256: 1a1c6fb890e4f5ac544c3d991f959335effe6f662c5b3cd366bcc7547989adfb

Contents?: true

Size: 655 Bytes

Versions: 6

Compression:

Stored size: 655 Bytes

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
##

# Version 0.2
# removed :certainty=>100 & :name

WhatWeb::Plugin.define "TypePad" do
  @author = "Andrew Horton"
  @version = "0.2"
  @description = "Blogging platform http://www.typepad.com/"
  # identifying strings
  # <meta name="generator" content="http://www.typepad.com/" />

  @matches = [
    { text: '<meta name="generator" content="http://www.typepad.com/"' }
  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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