Sha256: e75d80a03f7f5848d95e91cb23e615ebef429c27cd602c32944ac897208c5824
Contents?: true
Size: 677 Bytes
Versions: 6
Compression:
Stored size: 677 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 ## WhatWeb::Plugin.define "DublinCore" do @author = "Caleb Anderson" @version = "0.1" @description = "Dublin Core Metadata Initiative (DCMI) supports shared innovation in metadata design and best practices across a broad range of purposes and business models." @website = "http://dublincore.org" @matches = [ { name: "dublin core", regexp: /<meta [^>]*name="DC\.title"[^>]*>/i }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems