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

29 lines
1.1 KiB
JSON

{
"name": "LuxCal",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "LuxCal is a free user-friendly and lightweight web based event calendar. Requires PHP and MySQL",
"website": "http://www.luxsoft.eu/",
"matches": [
{
"certainty": 75,
"text": "<meta name=\"description\" content=\"LuxCal web calendar - a LuxSoft product\" />"
},
{
"certainty": 75,
"text": "<link rel=\"shortcut icon\" href=\"lcal.ico\" />"
},
{
"certainty": 75,
"text": "<meta name=\"author\" content=\"Roel Buining\" />"
},
{
"text": "<span class=\"floatR\"><a href=\"http://www.luxsoft.eu\"><font size='1'>powered by </font><i><b><font size='2' color='#0033FF'>Lux</font><font size='2' color='#AA0066'>Soft</font></b></i></a></span>"
},
{
"regexp": "(?-mix:<b><i><font size='2' color='#0033FF'>Lux<\\/font><font size='2' color='#AA0066'>Cal<\\/font><\\/i><\\/b><font size='1'> version ([^<]+)<\\/font>)",
"offset": 1
}
]
}