mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
898 B
JSON
25 lines
898 B
JSON
{
|
|
"name": "iPeer",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "iPeer - a web-based platform/database independent application to develop and deliver peer evaluations - Requires PHP",
|
|
"website": "http://ipeer.ctlt.ubc.ca/trac",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<title>iPeer V(\\d) with TeamMaker<\\/title>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"text": "<h1 align=\"center\"><span class=\"footer\">Powered by iPeer and TeamMaker - Created by UBC and Rose-Hulman</span></h1>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<span class=\"bannerText\"><span style='font-size: 120%;'>([^<]+)<\\/span> with TeamMaker<\\/span><\\/td>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:IPEER=[^;]+;)"
|
|
}
|
|
]
|
|
}
|