mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
482 B
JSON
18 lines
482 B
JSON
{
|
|
"name": "YAF.NET",
|
|
"author": "Eugene Amirov",
|
|
"version": "0.1",
|
|
"description": "YAF is a .NET forum engine.",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"name": "Copyright for version 1",
|
|
"regexp": "(?-mix:Copyright © 2\\d{3}-2\\d{3} Yet Another Forum.net)"
|
|
},
|
|
{
|
|
"name": "Copyright for version 2",
|
|
"regexp": "(?-mix:YAF.NET © 2\\d{3}-2\\d{3}, Yet Another Forum.NET)"
|
|
}
|
|
]
|
|
}
|