mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
20 lines
868 B
JSON
20 lines
868 B
JSON
{
|
|
"name": "osTicket",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "osTicket is a widely-used open source support ticket system - Requires: PHP and MySQL",
|
|
"website": "http://www.osticket.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<div id=\"nav\">[\\s]+<ul id=\"sub_nav\">[\\s]+<li>osTicket version ([^\\-^<]+) - Basic installation<\\/li>[\\s]+<\\/ul>[\\s]+<\\/div>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>osTicket Installer<\\/title>[\\s]+<link rel=\"stylesheet\" href=\"style\\.css\" media=\"screen\">)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<a id=\"powered_by\" href=\"http:\\/\\/osticket\\.com\"><img src=\"\\.\\/images\\/poweredby\\.jpg\" width=\"126\" height=\"23\" alt=\"Powered by osTicket\"><\\/a><\\/div>)"
|
|
}
|
|
]
|
|
}
|