mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "Allinta-CMS",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.2",
|
||||
"description": "Allinta - easy to use ASP CMS (Content Management System) - professional features & superior value.",
|
||||
"website": "http://www.allinta.com/",
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:\t<link rel=\"stylesheet\" href=\"css\\/wizard\\/t[0-9_]+.css\" type=\"text\\/css\">)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:\t<link href=\"css\\/wizard\\/t[0-9_]+.css\" rel=\"stylesheet\" type=\"text\\/css\">)"
|
||||
},
|
||||
{
|
||||
"text": "\t\t<td align=\"right\" class=\"footerText\">Powered by allinta CMS</td>"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<img src=\"img\\/wizard\\/t[0-9_]+\\/powered_allinta.gif\"[^>]*alt=\"Powered by Allinta CMS\")"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<img contenteditable=\"inherit\" start=\"fileopen\" height=\"[0-9]+\" src=\"img\\/powered_allinta.gif\" width=\"[0-9]+\" \\/>)"
|
||||
},
|
||||
{
|
||||
"text": "<title>allinta.com- aCMS Content Manager</title>"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<!-- allintaCMS V([\\d\\.]+) - http:\\/\\/www.allinta.com\\/ -->)",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user