新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
@@ -0,0 +1,29 @@
{
"name": "Open-Admin-for-Schools",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Open Admin for Schools is a School Administration Program.",
"website": "http://richtech.ca/openadmin/",
"matches": [
{
"regexp": "(?-mix:<html><head>[\\s]+<title>Open Admin for Schools ([^\\s]+) - [^<]+<\\/title>)",
"offset": 1
},
{
"regexp": "(?-mix:<tr><th style=\"padding:0.3em;\"><span style=\"font-size: 120%;\">[\\s]+Open Admin for Schools ([^\\s]+)<\\/span> [^<]+ Les Richardson<\\/th><\\/tr>[\\s]+<\\/table>)",
"offset": 1
},
{
"text": "<form action=\"/cgi-bin/rptbirthday.pl\" method=\"post\" style=\"display:inline;\">"
},
{
"text": "</h2><!-- === Report Section === -->"
},
{
"text": "<!-- End of Student Reports Section -->"
},
{
"regexp": "(?-mix:<!--[\\s]+# Copyright 2001-(20[\\d]{2}) Leslie Richardson[\\s]+# This file is part of Open Admin for Schools\\.)"
}
]
}