mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
24 lines
825 B
JSON
24 lines
825 B
JSON
{
|
|
"name": "Karrigell",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Karrigell is a flexible Python web framework, with a clear and intuitive syntax. It is independent from any database, ORM or templating engine, and lets the programmer choose between a variety of coding styles.",
|
|
"website": "http://karrigell.sourceforge.net/en/index.html",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^Karrigell)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Karrigell\\/([^\\s]+) )",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Karrigell ([^\\s]+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|