mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
26 lines
901 B
JSON
26 lines
901 B
JSON
{
|
|
"name": "Tickets-CAD-System",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Tickets CAD System - Open Source Dispatch System",
|
|
"website": "http://www.ticketscad.org/",
|
|
"matches": [
|
|
{
|
|
"text": "<HEAD><TITLE>Tickets - Top Frame</TITLE>"
|
|
},
|
|
{
|
|
"text": "<HEAD><TITLE>Tickets - Login Module</TITLE>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<NOFRAMES>\\s+<BODY>\\s+Tickets requires a frames-capable browser\\.\\s+<\\/BODY>\\s+<\\/NOFRAMES>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<TITLE>Tickets ([^<]+)<\\/TITLE>\\s+<LINK REL=StyleSheet HREF=\")",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"text": "<TR CLASS='even'><TD ROWSPAN=6 VALIGN='middle' ALIGN='left' bgcolor=#EFEFEF><BR /><BR /> <IMG BORDER=0 SRC='open_source_button.png'>"
|
|
}
|
|
]
|
|
}
|