mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
22 lines
487 B
JSON
22 lines
487 B
JSON
{
|
|
"name": "DokuWiki",
|
|
"website": "https://www.dokuwiki.org",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[DokuWiki]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<div[^>]+id=\"dokuwiki__>"
|
|
},
|
|
{
|
|
"regexp": "<a[^>]+href=\"#dokuwiki__"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^DokuWiki( Release [\\d-]+)?",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |