mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
23 lines
683 B
JSON
23 lines
683 B
JSON
{
|
|
"name": "PmWiki",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "PmWiki is a wiki-based system for collaborative creation and maintenance of websites.",
|
|
"website": "http://www.pmwiki.org/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:imstime=[\\d]+;)"
|
|
},
|
|
{
|
|
"text": "<!--PageLeftFmt-->"
|
|
},
|
|
{
|
|
"text": "<span class='commentout-pmwikiorg'>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<link rel='stylesheet' href='[^']*\\/pmwiki\\/pub\\/skins\\/pmwiki\\/pmwiki\\.css' type='text\\/css' \\/>)"
|
|
}
|
|
]
|
|
}
|