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

18 lines
704 B
JSON

{
"name": "StatusNet",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "StatusNet's Open Source social software enables organizations to collaborate, share insights and build relationships in real time.",
"website": "http://status.net/",
"matches": [
{
"regexp": "(?-mix:<p>This site is powered by <a href=\"http:\\/\\/status\\.net\\/\">StatusNet<\\/a> version ([^\\s]+),)",
"offset": 1
},
{
"regexp": "(?-mix:It runs the <a href=\"http:\\/\\/status\\.net\\/\">StatusNet<\\/a> microblogging software, version ([^\\s]+), available under the <a )",
"offset": 1
}
]
}