mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"name": "phpLDAPadmin",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "phpLDAPadmin (also known as PLA) is a web-based LDAP client. It provides easy, anywhere-accessible, multi-language administration for your LDAP server. ",
|
|
"website": "http://phpldapadmin.sourceforge.net/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<head><title>phpLDAPadmin - ([^\\s^<]+)[\\s]?<\\/title><\\/head>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<h3 class=\"subtitle\" style=\"margin:0px\">phpLDAPadmin - ([^\\s^<]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>phpLDAPadmin \\(([^\\s^\\)]+)\\) - <\\/title>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<div id=\"ajFOOT\">([^\\s^<]+)<\\/div><a href=\"https:\\/\\/sourceforge\\.net\\/projects\\/phpldapadmin\">)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<td class=\"icon\"><img src=\"images\\/[^\\/^\"]*\\/server.png\" alt=\"Server\" \\/><\\/td><td class=\"name\" colspan=\"2\">([^<]+)<\\/td><\\/tr>)"
|
|
}
|
|
]
|
|
}
|