1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
##
# 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
##
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
|