mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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®\" 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.-->"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user