1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7
8
9Plugin.define "DublinCore" do
10author "Caleb Anderson"
11version "0.1"
12description "Dublin Core Metadata Initiative (DCMI) supports shared innovation in metadata design and best practices across a broad range of purposes and business models."
13website "http://dublincore.org"
14
15
16matches [
17{:name=>"dublin core", :regexp=>/<meta [^>]*name="DC\.title"[^>]*>/i},
18]
19end
20
21
22