mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
23 lines
1.0 KiB
JSON
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]+))"
|
|
}
|
|
]
|
|
}
|