mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
38 lines
1.7 KiB
JSON
38 lines
1.7 KiB
JSON
{
|
|
"name": "3COM-NBX",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "3COM NBX phone system. The NBX NetSet utility is a web interface in which you configure and manage the NBX system. NBX systems present the NBX NetSet utility through an embedded web server that is integrated in system software.",
|
|
"website": "http://inpath.com/products/3com-nbx.html",
|
|
"matches": [
|
|
{
|
|
"text": "<head><title>NBX NetSet</title>"
|
|
},
|
|
{
|
|
"text": "<HEAD><TITLE>NBX NetSet</TITLE>"
|
|
},
|
|
{
|
|
"text": "<!-- (c) Copyright, 3Com Corporation or its subsidiaries, 2004. All Rights Reserved. -->"
|
|
},
|
|
{
|
|
"text": "<!-- Gregory Brucato 4/22/98 NBX Corporation -->"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<META HTTP-EQUIV=\"sysObjectID\" CONTENT=\"([\\d\\.]{20,30})\">)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"text": "<span class=\"splashTitleIPTelephony\"> 3Com<SUP><span class=\"splashTitleNBXReg\">®</span></SUP> IP Telephony Solution</span>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<td colspan=\"3\" class=\"splashVersionCol\" valign='bottom'>[\\s]+Version: ([^<]+)<br \\/>[\\s]+Created: )"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\"><TR><TD ALIGN=\"right\" WIDTH=\"130\" HEIGHT=\"75\">[\\s]+Version:( )?([^<]+)<BR>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<span class=\"splashTitleNBX\">NBX<SUP><span class=\"splashTitleNBXReg\">®<\\/span><\\/SUP><\\/span>[\\s]+<span class=\"splashTitlePlatform\">( )?([^<]+)<\\/span>)"
|
|
}
|
|
]
|
|
}
|