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