Sha256: e3cf13bfb635a298a843c2ad44e278bc53ac569dfef475aa8de28cb95dd71e63

Contents?: true

Size: 1.09 KB

Versions: 6

Compression:

Stored size: 1.09 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 "Ananyoo-CMS" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-12-28
  @version = "0.1"
  @description = "One of the most user friendly and highly accessible Content Management Systems on the internet till date. This is a feature rich and powerful online CMS which is mainly suitable for universities, governmental and educational sites but apart from this, you can also turn this flexible CMS into a very modern Web2.0 Social Networking Website."
  @website = "http://www.anblik.com/store/php-scripts/ananyoo-accessible-cms.html"

  # Matches #
  @matches = [

    # Meta Copyright
    { text: '<meta name="copyright" content="Copyright 2003-2008, Ananyoo CMS, a Anblik.com Project." />' },

    # Meta Generator
    { certainty: 75, text: '<meta name="generator" content="http://www.ananyoo.com" />' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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