Files
OneForAll-mirror/data/rules/whatweb/f3site.json
T
2020-07-29 00:02:06 +08:00

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
}
]
}