mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
18 lines
704 B
JSON
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
|
|
}
|
|
]
|
|
}
|