新增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
+23
View File
@@ -0,0 +1,23 @@
{
"name": "UserLand-Frontier",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "The UserLand Frontier Kernel is a powerful development platform including an integrated object database, scripting language, a script editor and debugger, outliner, a multi-threaded runtime and an integrated HTTP server. In addition to being a powerful content management system, thru the Website Framework, Frontier is also a standard HTTP 1.1 server, allowing for a smooth and high-level connection between web browsers and content that's rendered thru templates and with macros.",
"website": "http://frontier.userland.com/",
"matches": [
{
"regexp": "(?-mix:^UserLand Frontier)",
"name": "HTTP Server Header",
"search": "headers[server]"
},
{
"offset": 0,
"search": "headers[server]",
"regexp": "(?-mix:^UserLand Frontier\\/([^-]+)-(.+)$)"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^UserLand Frontier\\/([^-]+)-(.+)$)"
}
]
}