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

22 lines
904 B
JSON

{
"name": "GetSimple",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "GetSimple is an open source CMS that utilizes the speed and convenience of XML, a best-in-class UI and the easiest learning curve of any simple Content Management System out there.",
"website": "http://get-simple.info/",
"matches": [
{
"regexp": "(?-mix:\t<meta name=\"generator\" content=\"GetSimple \\- ([\\d\\.\\_A-Z]+)\" \\/>)",
"offset": 1
},
{
"regexp": "(?-mix:<a href=\"http:\\/\\/get-simple.info\\/\" title=\"Open Source and Free CMS\" >Powered by GetSimple<\\/a> Version ([\\d\\.\\_A-Z]+))",
"offset": 1
},
{
"regexp": "(?-mix:<a href=\"http:\\/\\/get-simple.info\\/\">Powered by GetSimple<\\/a> Version ([\\d\\.\\_A-Z]+))",
"offset": 1
}
]
}