mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
39 lines
1.7 KiB
JSON
39 lines
1.7 KiB
JSON
{
|
|
"name": "phpScheduleIt",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "A web-based resource scheduling system that allows administered management of reservations on any number of resources. Typical applications are conference room or machine reservation management. Written in PHP and tested on MySQL. ",
|
|
"website": "http://phpscheduleit.sourceforge.net",
|
|
"matches": [
|
|
{
|
|
"text": "<div align=\"left\"><img src=\"img/phpScheduleIt.png\" alt=\"logo\" vspace=\"5\"/></div>"
|
|
},
|
|
{
|
|
"text": "<p align=\"center\">Powered by <a href=\"http://phpscheduleit.sourceforge.net\">phpScheduleIt</a></p>"
|
|
},
|
|
{
|
|
"text": "<p align=\"right\"><a href=\"http://phpscheduleit.sourceforge.net\">Powered By phpScheduleIt"
|
|
},
|
|
{
|
|
"text": "<br>Powered By: phpScheduleIt</p>",
|
|
"certainty": 75
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<p align=\"center\">[<!\\-]*<a href=\"http:\\/\\/phpscheduleit.sourceforge.net\">[\\->]*Powered By phpScheduleIt v([\\d\\.]+)[<!\\-]*<\\/a>[\\->]*<\\/p>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<p align=\"center\"><a href=\"http:\\/\\/phpscheduleit.sourceforge.net\">phpScheduleIt v([\\d\\.]+)<\\/a><\\/p>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<p align=\"center\">Powered by <a href=\"http:\\/\\/phpscheduleit.sourceforge.net\">phpScheduleIt v([\\d\\.]+)<\\/a><\\/p>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:[P|p]?owered by <a href=\"http:\\/\\/phpscheduleit.sourceforge.net\"[^>]*>phpScheduleIt v([\\d\\.]+)<\\/a>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|