新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "MyHobbySite",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "MyHobbySite is a website Content Management System (CMS) programmed in PHP and tailored specifically for collectors of live music. Like any other CMS, MyHobbySite supports page creation, file management, and dynamic text editing via a WYSIWYG editor.",
"website": "http://www.myhobbysite.net/",
"matches": [
{
"text": " (Powered by MyHobbySite)</title>"
},
{
"text": "\t\t\t\t\t<!-- Removing the copyright notice without purchasing the MyHobbySite Copyright Removal License voids the MyHobbySite End User License Agreement -->"
},
{
"text": "\t\t<a name=\"top\"></a> <!-- Necessary for the \"jump to the top of the page\" links -->"
},
{
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/www.myhobbysite.net\" target=\"_blank\">MyHobbySite<\\/a> ([\\d\\.]+) )",
"offset": 1
}
]
}