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,19 @@
|
||||
{
|
||||
"name": "BlogEngine_NET",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "BlogEngine.NET is an open source .NET blogging project that was born out of desire for a better blog platform. A blog platform with less complexity, easy customization, and one that takes advantage of the latest .NET features.",
|
||||
"website": "http://www.dotnetblogengine.net/",
|
||||
"matches": [
|
||||
{
|
||||
"text": "<link rel=\"shortcut icon\" href=\"pics/blogengine.ico\" type=\"image/x-icon\" />"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:Powered by[\\r\\n\\s]*<a href=\"http:\\/\\/www.dotnetblogengine.net[\\/]?\"[^>]*>BlogEngine.NET<\\/a>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:Powered by[\\r\\n\\s]*<a href=\"http:\\/\\/www.dotnetblogengine.net[\\/]?\"[^>]*>BlogEngine.NET<\\/a>[\\r\\n\\s]*([\\d\\.]+))",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user