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

24 lines
1.1 KiB
JSON

{
"name": "ONZE-Miner",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "ONZE Miner is a browser-based linguistics research tool that stores audio recordings and regular-expression searchable text transcripts of interviews.",
"website": "http://sourceforge.net/projects/onzeminer/",
"matches": [
{
"certainty": 25,
"text": "<link rel=\"stylesheet\" href=\"transcriber.css\" type=\"text/css\">"
},
{
"regexp": "(?-mix:<tr><td align=center valign=bottom>Version[\\s]+([^\\s^<]+)<br>[\\s]+Copyright)",
"offset": 1
},
{
"regexp": "(?-mix:&copy; 2004-20[\\d]{2} <a href=\"http:\\/\\/www\\.ling\\.canterbury\\.ac\\.nz\\/\" target=\"onze\">ONZE Project<\\/a> University of Canterbury, NZ)"
},
{
"text": "<a href=\"http://onzeminer.sourceforge.net\">ONZE Miner</a> is free software distributed under the terms of the <a href=\"/miner/gpl.txt\" target=\"license\">GNU General Public License</a>"
}
]
}