mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
17 lines
387 B
JSON
17 lines
387 B
JSON
{
|
|
"name": "Serendipity",
|
|
"website": "http://s9y.org",
|
|
"matches": [
|
|
{
|
|
"search": "meta[Powered-By]",
|
|
"regexp": "Serendipity v\\.([\\d.]+)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Serendipity(?: v\\.([\\d.]+))?",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |