新增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
+28
View File
@@ -0,0 +1,28 @@
{
"name": "SyndeoCMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "A Content Management System (CMS) for primary schools, which helps you manage and maintain your website. It can also be a very usefull CMS for small companies or non profit organizations. ",
"website": "http://www.syndeocms.org",
"matches": [
{
"regexp": "(?i-mx:Powered by <a href=\"http:\\/\\/www.syndeocms.org[\\/]?\" target=\"_blank\">)"
},
{
"regexp": "(?i-mx:Powered by <a href=\"http:\\/\\/www.syndeocms.org[\\/]?\" title=\"SyndeoCMS\">)"
},
{
"regexp": "(?i-mx:Powered by <a href=\"http:\\/\\/www.syndeocms.org[\\/]?\"[^>]*>SyndeoCMS<\\/a>)"
},
{
"regexp": "(?-mix:Site created with <a href=\"http:\\/\\/www.syndeocms.org[\\/]?\">SyndeoCMS<\\/a>)"
},
{
"regexp": "(?-mix:<div class=\"meta\"><center>Powered by <a href=\"http:\\/\\/www.syndeoCMS.org\\/\" target=\"_blank\">SyndeoCMS ([\\d\\.]+)<\\/a>)",
"offset": 1
},
{
"text": "<!-- Please don't remove my credits! I worked hard to create this theme and distribute it freely. Thanks! -->"
}
]
}