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

26 lines
990 B
JSON

{
"name": "Open-Realty",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Open-Realty is a FREE commercial web based real estate listing management application.",
"website": "http://www.open-realty.org/",
"matches": [
{
"regexp": "(?-mix:<title>Open-Realty ([\\d\\.]+) - [^<]+<\\/title>)",
"offset": 1
},
{
"text": "<meta name=\"Generator\" content=\"Open-Realty\" />"
},
{
"text": "Powered by <a href=\"http://www.open-realty.org\"><b>Open-Realty</b></a>"
},
{
"text": "Powered by <a href=\"http://open-realty.org\" title=\"Open-Realty&reg;\" rel=\"external\">Open-Realty</a>"
},
{
"text": "<!--Open-Realty is distributed by Transparent Technologies and is Licensed under the Open-Realty License. See http://www.open-realty.org/license_info.html for more information.-->"
}
]
}