新增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
+32
View File
@@ -0,0 +1,32 @@
{
"name": "Apache-Forrest",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Apache Forrest software is a publishing framework that transforms input from various sources into a unified presentation in one or more output formats.",
"website": "https://forrest.apache.org/",
"matches": [
{
"text": "<meta content=\"Apache Forrest\" name=\"Generator\""
},
{
"regexp": "(?-mix:<meta content=\"([^\"^>]+)\" name=\"Forrest-version\")",
"offset": 1
},
{
"regexp": "(?-mix:<meta name=\"Forrest-version\" content=\"([^\"^>]+)\")",
"offset": 1
},
{
"regexp": "(?-mix:<meta content=\"([^\"^>]+)\" name=\"Forrest-theme-name\")"
},
{
"regexp": "(?-mix:<meta name=\"Forrest-theme-name\" content=\"([^\"^>]+)\")"
},
{
"regexp": "(?-mix:<meta name=\"Forrest-skin-name\" content=\"([^\"^>]+)\")"
},
{
"regexp": "(?-mix:<meta content=\"([^\"^>]+)\" name=\"Forrest-skin-name\")"
}
]
}