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,22 @@
|
||||
{
|
||||
"name": "cgit",
|
||||
"author": "Fabian Affolter <fabian@engineering.ch>",
|
||||
"version": "0.1",
|
||||
"description": "A web frontend for git repositories written in C.",
|
||||
"website": "http://git.zx2c4.com/cgit/",
|
||||
"matches": [
|
||||
{
|
||||
"text": "<div id='cgit'><table id='header'>"
|
||||
},
|
||||
{
|
||||
"text": "<link rel='stylesheet' type='text/css' href='/cgit.css'/>"
|
||||
},
|
||||
{
|
||||
"text": "<div class='footer'>Copyright © 2000 – 20[d]{2} Jason A. Donenfeld. All Rights Reserved.</div>"
|
||||
},
|
||||
{
|
||||
"name": "meta generator",
|
||||
"text": "<meta name='generator' content='cgit v([^ ]+)'/>"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user