mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
17 lines
555 B
JSON
17 lines
555 B
JSON
{
|
|
"name": "PHP-XMLRPC",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "XML-RPC for PHP is a library implementing the XML-RPC protocol, written in PHP. It is also known as PHPXMLRPC.",
|
|
"website": "http://phpxmlrpc.sourceforge.net/",
|
|
"matches": [
|
|
{
|
|
"text": "<meta name=\"generator\" content=\"XML-RPC for PHP\" />"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<div class=\"footer\">Generated using PHP-XMLRPC ([\\d\\.]+)<\\/div>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|