新增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": "Textpattern",
"author": "Tonmoy Saikia, Andrew Horton",
"version": "0.3",
"description": "A flexible, elegant and easy-to-use CMS.",
"website": "http://textpattern.com/",
"matches": [
{
"name": "generator",
"certainty": 50,
"regexp": "(?i-mx:<meta name=\\\"generator\\\"[^>]+content=\\\"textpattern\" \\/>)"
},
{
"name": "jquery.js",
"regexp": "(?-mix:<script[^>]+src=\"[^\"]+textpattern\\/jquery.js[^\"]*\">)"
},
{
"name": "css.php",
"regexp": "(?-mix:<link[^>]+href=\\\"[^\"]+textpattern\\/css.php[^\"]*\" \\/>)"
},
{
"name": "/textpattern",
"text": "<td id=\"view-site\" class=\"tabdown\">",
"url": "/textpattern"
}
]
}