Files
OneForAll-mirror/data/rules/whatweb/daisy.json
T
2020-07-29 00:02:06 +08:00

23 lines
1.0 KiB
JSON

{
"name": "Daisy",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Daisy is a content management system that offers rich out-of-the-box functionality combined with solid foundations for extensibility and integration. Daisy consists of two main components: a stand-alone repository server accessible through HTTP/XML (using the ReST style of WebServices) and/or a high-level (remote) Java API, and an extensive editing and publishing front-end web application running inside Apache Cocoon.",
"website": "http://daisycms.org/daisy/about.html",
"matches": [
{
"regexp": "(?-mix:)",
"search": "headers[x-daisy-version]"
},
{
"search": "headers[x-daisy-version]",
"regexp": "(?-mix:^([^\\s]+) \\(build: [^\\s]+)",
"offset": 1
},
{
"search": "headers[x-daisy-version]",
"regexp": "(?-mix:^[^\\s]+ \\(build: ([^\\s]+))"
}
]
}