mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
24 lines
1.1 KiB
JSON
24 lines
1.1 KiB
JSON
{
|
|
"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\\/([^-]+)-(.+)$)"
|
|
}
|
|
]
|
|
}
|