新增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
+25
View File
@@ -0,0 +1,25 @@
{
"name": "Campsite",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "Campsite is a multilingual content management system (CMS) for news websites.",
"website": "http://www.sourcefabric.org/",
"matches": [
{
"text": "<a href=\"http://www.campware.org\" target=\"_blank\"><img src=\"/templates/img/powered.gif\" alt=\"powered by campsite\" border=\"0\"/></a>"
},
{
"text": "powered by <a href=\"http://www.campware.org\" target=\"_blank\">CAMPSite</a></p>"
},
{
"text": "powered by <a href=\"http://campsite.campware.org\" target=\"_blank\">Campsite</a>"
},
{
"text": "powered by <a href=\"http://campsite.sourcefabric.org\" target=\"_blank\">Campsite</a>"
},
{
"regexp": "(?-mix:<meta name=\"generator\" content=\"Campsite ([\\d\\.a-z]+)\" \\/>)",
"offset": 1
}
]
}