Sha256: e68dfadfa2b6b27f0b14ed3ca16ac1e014d0ab5dc7fd470f29d4dd28618f6f8b

Contents?: true

Size: 1.31 KB

Versions: 6

Compression:

Stored size: 1.31 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 "Textpattern-CMS" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-09-13
  @version = "0.1"
  @description = "A flexible, elegant and easy-to-use CMS"
  @website = "http://textpattern.com/"

  # 34 results for "powered by Textpattern CMS" @ 2010-09-13

  @matches = [

    # Powered by text
    { regexp: /Powered by <a href="http:\/\/textpattern.com[\/]*">Textpattern CMS<\/a>/i },
    { text: 'Powered by <a href="http://textpattern.com/" title="Textpattern, an Open Source Content Management System">Textpattern CMS</a>' },
    { text: "Powered by <a href='http://textpattern.com/' title='The Content Management System'>Textpattern CMS</a>" },
    { text: 'Powered by <a href="http://textpattern.com/" title="Textpattern Open Source Content Management System">Textpattern CMS</a>' },
    { text: 'Powered by <a href="http://textpattern.com/" title="A flexible, elegant and easy-to-use content management system.">Textpattern CMS</a>' },
    { text: 'powered by <a href="http://textpattern.com">textpattern</a> cms' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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