mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
20 lines
796 B
JSON
20 lines
796 B
JSON
{
|
|
"name": "MiniBB",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "MiniBB is a free standalone open source program for building your own Internet forum.",
|
|
"website": "http://www.minibb.com/",
|
|
"matches": [
|
|
{
|
|
"text": "<td class=\"tbTransparent txtR\"><!--miniBB Copyright link. You are not allowed to remove it if you have not purchased the Commercial License. Refer to COPYING file for more-->"
|
|
},
|
|
{
|
|
"regexp": "(?i-mx:Powered by <a[^>]+href=\"http:\\/\\/www.minibb.(com|net)\"[^>]*>miniBB[^<]{0,15}<\\/a>)"
|
|
},
|
|
{
|
|
"offset": 1,
|
|
"regexp": "(?i-mx:Powered by <a[^>]+href=\"http:\\/\\/www.miniBB.(com|net)\"[^>]*>miniBB ([^<]{1,7})<\\/a>)"
|
|
}
|
|
]
|
|
}
|