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

23 lines
972 B
JSON

{
"name": "Newscoop",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Open content management system for professional journalists & online newspapers.",
"website": "http://www.sourcefabric.org/en/newscoop/",
"matches": [
{
"regexp": "(?-mix:<a href=\"http:\\/\\/newscoop\\.sourcefabric\\.org\\/\" target=\"_blank\">\\s+Newscoop<\\/a>&nbsp;([\\d\\.]+)[^,]*,\\s+the open content management system for professional journalists\\.)",
"offset": 1
},
{
"text": "Powered by Newscoop, the open content management system for professional journalists.<br />"
},
{
"text": "Powered by <a href=\"http://newscoop.sourcefabric.org/\" target=\"_blank\">Newscoop</a>, the open content management system for professional journalists."
},
{
"text": "<meta name=\"generator\" content=\"Newscoop\" />"
}
]
}