mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
23 lines
921 B
JSON
23 lines
921 B
JSON
{
|
|
"name": "F3Site",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "F3Site is a lightweight CMS written in XHTML 1.0 Strict, CSS and PHP 5. It lets you create multilingual websites without necessity of separate installation for each language.",
|
|
"website": "http://compmaster.prv.pl",
|
|
"matches": [
|
|
{
|
|
"text": "<a href=\"http://compmaster.prv.pl\" target=\"_blank\">powered by F3Site</a></span>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:Powered by[^>]*<a[^>]*href=\"http:\\/\\/compmaster.prv.pl[^>]*>F3Site[^>]*<\\/a>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:Powered by[^>]*<a[^>]*href=\"http:\\/\\/dhost.info\\/compmaste[^>]*>F3Site[^<]*<\\/a>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/compmaster.prv.pl\">F3Site v([\\d\\.]+) plus<\\/a>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|