Sha256: b7859570aa9aede79562db73cbbf8cbc7d33ebd79eb2d5c65a6470402b6af72e

Contents?: true

Size: 937 Bytes

Versions: 6

Compression:

Stored size: 937 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
##

# Version 0.2
# remove :certainty and :name, changed :regexp to :text

WhatWeb::Plugin.define "Oce" do
  @author = "Andrew Horton"
  @version = "0.2"
  @description = "Oce Print Exec Workgroup is easy-to-use, web-based print management software for job submission of sets of technical drawings to a single large format printer"
  @website = "global.oce.com/products/print-exec-workgroup/default.aspx"

  # http server 'PEWG/1.2'

  # <title>Print Exec Workgroup</title>
  # /servlet/owslhtml/owslicons/header_pewg.jpg

  @matches = [
    { regexp: /<title>Print Exec Workgroup<\/title>/i },
    { text: '/servlet/owslhtml/owslicons/header_pewg.jpg' }

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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