新增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
+31
View File
@@ -0,0 +1,31 @@
{
"name": "Chamilo",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Chamilo is a fully-fledged e-learning system. Chamilo can be connected to any open-specification system.",
"website": "http://www.chamilo.org/",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "(?-mix:^Chamilo ([\\d\\.]+))",
"offset": 1
},
{
"text": "<link href=\"http://www.chamilo.org/documentation.php\" rel=\"Help\" />"
},
{
"regexp": "(?-mix:<meta name=\"Generator\" content=\"Chamilo ([\\d\\.]+)\">)"
},
{
"text": "<!-- end of #main\" started at the end of banner.inc.php -->"
},
{
"offset": 1,
"regexp": "(?-mix:<\\/div>(Portal|Plattform|Platform|Plataforma) <a href=\"http:\\/\\/www\\.chamilo\\.org\\/?\" target=\"_blank\">Chamilo ([^<^\\s]+)<\\/a> &copy;)"
},
{
"offset": 1,
"regexp": "(?-mix:<div class=\"copyright\">(Portal|Plattform|Platform|Plataforma) <a href=\"http:\\/\\/www\\.chamilo\\.org\\/?\" target=\"_blank\">Chamilo ([^<^\\s]+)<\\/a> &copy;)"
}
]
}