新增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
+16
View File
@@ -0,0 +1,16 @@
{
"name": "BrewBlogger",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "BrewBlogger is a easy to set up, easy to use, browser-based homebrew logging and calculation suite. It is a PHP/MySQL-based system that provides today's brewer not only a fast and easy way to record their brewing activities, recipes, and awards, but also forum to share their zymurgistic efforts and expertise with the homebrewing community around the world.",
"website": "http://www.brewblogger.net/",
"matches": [
{
"regexp": "(?-mix:<div id=\"footer\">Content &copy; 2011 [^\\n]+ &mdash; BrewBlogger ([^\\s]+) (Personal Edition|Club Edition) developed by <a href=\"http:\\/\\/www\\.zkdigital\\.com\" target=\"_blank\">zkdigital\\.com<\\/a>)",
"offset": 1
},
{
"regexp": "(?-mix:<div id=\"footer\">Content &copy; 2011 [^\\n]+ &mdash; BrewBlogger ([^\\s]+) (Personal Edition|Club Edition) developed by <a href=\"http:\\/\\/www\\.zkdigital\\.com\" target=\"_blank\">zkdigital\\.com<\\/a>)"
}
]
}