Files
OneForAll-mirror/data/rules/whatweb/gitstat.json
T
2020-07-29 00:02:06 +08:00

20 lines
835 B
JSON

{
"name": "gitstat",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "gitstat is a web-based statistics and monitoring system for git",
"website": "http://sourceforge.net/projects/gitstat/",
"matches": [
{
"regexp": "(?-mix:<a href=\"http:\\/\\/sourceforge\\.net\\/projects\\/gitstat\\/\"<font size=4>\\(Powered by gitstat v([^\\)^\\s]+)\\)<\\/font><\\/a>)",
"offset": 1
},
{
"text": "<!-- FIXME: We should have some reference to the website of the git tree if available -->"
},
{
"text": "Powered by <a href=\"http://sourceforge.net/projects/gitstat/\">gitstat</a> <br><img src=\"images/separator.gif\" alt=\"\" />Design: <a href=\"http://www.oswd.org/\">OSWD.ORG</a></p>"
}
]
}