mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
570 B
JSON
19 lines
570 B
JSON
{
|
|
"name": "Atlassian Confluence",
|
|
"website": "http://www.atlassian.com/software/confluence/overview/team-collaboration-software",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-confluence-request-time]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "Powered by <a href=[^>]+atlassian\\.com/software/confluence(?:[^>]+>Atlassian Confluence</a> ([\\d.]+))?",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "meta[confluence-request-time]",
|
|
"regexp": ".*"
|
|
}
|
|
],
|
|
"implies": "Java"
|
|
} |