mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
18 lines
428 B
JSON
18 lines
428 B
JSON
{
|
|
"name": "Koha",
|
|
"website": "https://koha-community.org/",
|
|
"matches": [
|
|
{
|
|
"regexp": "<input name=\"koha_login_context\" value=\"intranet\" type=\"hidden\">"
|
|
},
|
|
{
|
|
"regexp": "<a href=\"/cgi-bin/koha/"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^Koha ([\\d.]+)$",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "Perl"
|
|
} |