新增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
+27
View File
@@ -0,0 +1,27 @@
{
"name": "AxCMS_net",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "AxCMS.net - the free ASP.NET CMS by Axinom",
"website": "http://en.axcms.net/",
"matches": [
{
"text": "<div style=\"text-align:center;width:100%;\"><a href=\"http://axcms.net\" target=\"_blank\"><img src=\"http://axcms.net/upload/poweredby_150x25_13871.png\" height=\"25\" width=\"150\" alt=\"Powered by AxCMS.net\" style=\"height:25px;width:150px;border-width:0px;\" /></a></div></form>"
},
{
"regexp": "(?-mix:<meta name=\"GENERATOR\" content=\"AxCMS.net ver([\\d\\.]{1,15})\">)",
"offset": 1
},
{
"regexp": "(?-mix:<meta name=\"GENERATOR\" content=\"AxCMS.net ([\\d\\.]{1,15})\" \\/>)",
"offset": 1
},
{
"regexp": "(?-mix:<!-- Generated by AxCMS.net ([\\d\\.]{1,15}) -->)",
"offset": 1
},
{
"text": "<!-- Build and published by AxCMS.net | powered by Axinom-->"
}
]
}