mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "Koha",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "Koha is an open source software library automation package (ILS)",
|
||||
"website": "http://koha-community.org/",
|
||||
"matches": [
|
||||
{
|
||||
"md5": "0c240ea1e838d2b398f48122924bf7a0",
|
||||
"url": "/opac-tmpl/prog/en/includes/favicon.ico"
|
||||
},
|
||||
{
|
||||
"md5": "0c240ea1e838d2b398f48122924bf7a0",
|
||||
"url": "/intranet-tmpl/prog/en/includes/favicon.ico"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<link rel=\"shortcut icon\" href=\"\\/(intranet|opac)-tmpl\\/[^\\/]+\\/[a-z]{2}\\/includes\\/favicon\\.ico\" type=\"image\\/x-icon\" \\/>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<meta name=\"generator\" content=\"Koha ([^\\s^\"]+)\" \\/>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<input type=\"hidden\" name=\"koha_login_context\" value=\"(opac|intranet)\" \\/>)"
|
||||
},
|
||||
{
|
||||
"text": "<link rel=\"stylesheet\" type=\"text/css\" href=\"/intranet-tmpl/prog/en/lib/jquery/plugins/ui.tabs.css\" />"
|
||||
},
|
||||
{
|
||||
"text": "<link rel=\"stylesheet\" type=\"text/css\" href=\"/opac-tmpl/prog/en/lib/jquery/plugins/ui.tabs.css\" />"
|
||||
},
|
||||
{
|
||||
"text": "<li><a href=\"/cgi-bin/koha/lostpassword.pl\" title=\"Password Lost and Found\">Lost your password?</a></li>"
|
||||
},
|
||||
{
|
||||
"certainty": 25,
|
||||
"text": "<!-- login prompt time-->"
|
||||
},
|
||||
{
|
||||
"text": "<div id=\"help\"><span class=\"loggedin\">You are not logged in | </span><a href=\"/cgi-bin/koha/help.pl\" onclick=\"Help(); return false;\">[ ? ]</a></div>"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user