mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
852 B
JSON
20 lines
852 B
JSON
{
|
|
"name": "BloofoxCMS",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "bloofoxCMS is a free open source content management system (CMS). bloofoxCMS is a small and easy to use CMS.",
|
|
"website": "http://bloofox.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<meta name=\"generator\" content=\"bloofoxCMS ([\\d\\.]+)\" \\/>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<!--[\\r\\n\\s]+This Website was generated by bloofoxCMS.[\\r\\n\\s]+bloofoxCMS is open source published under the gnu gpl. Visit www.bloofox.com for more details![\\r\\n\\s]+Copyrights \\(c\\) 2006-2007 by Alexander Lang[\\r\\n\\s]+\\/\\/-->)"
|
|
},
|
|
{
|
|
"regexp": "(?i-mx:Powered by <a href=\"http:\\/\\/www.bloofox.com\">bloofoxCMS<\\/a>)"
|
|
}
|
|
]
|
|
}
|