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,27 @@
|
||||
{
|
||||
"name": "WebSVN",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "WebSVN offers a view onto your subversion repositories that's been designed to reflect the Subversion methodology. You can view the log of any file or directory and see a list of all the files changed, added or deleted in any given revision. You can also view compare two versions of a file so as to see exactly what was changed in a particular revision. Since it's written using PHP, WebSVN is very portable and easy to install.",
|
||||
"website": "http://www.websvn.info/",
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:<meta http-equiv=\"generator\" content=\"WebSVN ([^\"]+)\"[\\s]?\\/>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"text": "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"WebSVN RSS\" href=\"rss.php?repname="
|
||||
},
|
||||
{
|
||||
"text": "<link rel='alternate' type='application/rss+xml' title='WebSVN RSS' href='rss.php?repname="
|
||||
},
|
||||
{
|
||||
"md5": "beb816a701a4cee3c2f586171458ceec",
|
||||
"url": "templates/BlueGrey/images/favicon.ico"
|
||||
},
|
||||
{
|
||||
"md5": "b2bb1d54c7bab453c0e054b31b6919e4",
|
||||
"url": "templates/BlueGrey/images/websvn.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user