新增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
+33
View File
@@ -0,0 +1,33 @@
{
"name": "Ionize-CMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Ionize is a powerful & friendly Content Management System",
"website": "http://www.ionizecms.com/",
"matches": [
{
"regexp": "(?-mix:<div id=\"version\">([\\d\\.]+) - Ionize CMS - MIT licence<\\/div>)",
"offset": 1
},
{
"text": "<div id=\"loginWindow\" class=\" clearfix\">"
},
{
"text": "<div id=\"content\" class=\"content\" onKeyPress=\"javascript:doSubmit(event);\">"
},
{
"status": 404,
"text": "<p class=\"note\">view : <b>default/article</b></p>"
},
{
"status": 404,
"text": "<p class=\"article-date\">07.09.2010</p>"
},
{
"text": "<meta name=\"description\" content=\"HandMade, an Ionize theme\" />"
},
{
"regexp": "(?-mix:<!--[\\s]+Displays the Google code defined in Ionize's Advanced settings panel[\\s]+-->)"
}
]
}