mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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:© 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>"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user