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,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\\.)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user