mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
17 lines
732 B
JSON
17 lines
732 B
JSON
{
|
|
"name": "OpenLookup",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "OpenLookup is a public, administratively decentralized key-value datastore. It offers an XML-RPC interface compatible with OpenDHT, but it is not a DHT. Instead, it fully replicates the datastore among service providers.",
|
|
"website": "http://openlookup.googlecode.com/",
|
|
"matches": [
|
|
{
|
|
"text": "<h2>OpenLookup Node Status</h2>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<p><a href=\"http:\\/\\/openlookup\\.googlecode\\.com\\/\">Source code and\\n\tfurther information<\\/a> are available\\. This is OpenLookup V([^<]+)\\.<\\/p>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|