Files
OneForAll-mirror/data/rules/whatweb/nextgen-gallery.json
T
2020-07-29 00:02:06 +08:00

27 lines
1.2 KiB
JSON

{
"name": "NextGEN-Gallery",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.",
"website": "http://nextgen-gallery.com",
"matches": [
{
"regexp": "(?-mix:<link rel='stylesheet' id='NextGEN-css' href='[^']*\\/wp-content\\/themes\\/default_ngg\\/nggallery.css\\?ver=[\\d\\.]+' type='text\\/css' media='screen' \\/>)",
"string": "Wordpress"
},
{
"regexp": "(?-mix:<link rel='stylesheet' id='shutter-css' href='[^']*\\/wp-content\\/plugins\\/nextgen-gallery\\/shutter\\/shutter-reloaded.css\\?ver=[\\d\\.]+' type='text\\/css' media='screen' \\/>)",
"string": "Wordpress"
},
{
"regexp": "(?-mix:<link rel='stylesheet' id='galleryview-css' href='[^']*\\/wp-content\\/plugins\\/nggGalleryview\\/galleryview.css\\?ver=[\\d\\.]+' type='text\\/css' media='screen' \\/>)",
"string": "Wordpress"
},
{
"string": "Wordpress",
"regexp": "(?-mix:<meta name='NextGEN' content='([\\d\\.]+)' \\/>)",
"offset": 1
}
]
}