mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
27 lines
1.1 KiB
JSON
27 lines
1.1 KiB
JSON
{
|
|
"name": "SEH-KYOCERA-PrintServer",
|
|
"author": "Andrew Horton",
|
|
"version": "0.1",
|
|
"description": "A complete print server provided as an interface card for attaching KYOCERA printers and multifunctional peripherals (MFP) to the network",
|
|
"website": "http://www.seh-technology.com/products/print-servers/printer-interfaces/kyocera.html",
|
|
"matches": [
|
|
{
|
|
"name": "HTML start",
|
|
"regexp": "(?-mix:<HTML><HEAD>[\\s]*<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text\\/html; CHARSET=UTF-8\">[\\s]*<TITLE>Print server homepage<\\/TITLE>[\\s]*<\\/HEAD>[\\s]*<FRAMESET COLS=\"200)"
|
|
},
|
|
{
|
|
"url": "/status/general_en.html",
|
|
"regexp": "(?-mix:<TR><TD> Print server model<TD> ([^<]*))"
|
|
},
|
|
{
|
|
"url": "/status/general_en.html",
|
|
"regexp": "(?-mix:<TR><TD> Software version<TD> ([^<]*))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"url": "/status/general_en.html",
|
|
"regexp": "(?-mix:<TR><TD> Default print server name<TD> ([^<]*))"
|
|
}
|
|
]
|
|
}
|