mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
17 lines
616 B
JSON
17 lines
616 B
JSON
{
|
|
"name": "BXR",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "BXR is an interface to manage a Blosxom-Based blog through the web or XML-RPC. Current it supports blogger, and metaWeblog APIs.",
|
|
"website": "http://sourceforge.net/projects/bxr/",
|
|
"matches": [
|
|
{
|
|
"text": "<meta name=\"generator\" content=\"BXR::Web\" />"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<div class=\"bxrlogo\">Powered by <a href=\"http:\\/\\/sourceforge.net\\/projects\\/bxr\\/\">BXR<\\/a> ([\\d\\.]+)<\\/div>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|