• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

README.mdH A D09-Sep-2017303 107

plugin.info.txtH A D09-Sep-2017281 87

remote.phpH A D09-Sep-20171.7 KiB7144

README.md

1# dokuwikiremotelistnamespace
2
3Example usage:
4
5    $depth = 1;
6    $wikiUrl = "https://wiki.example.org";
7    $wikiClient = XML_RPC2_Client::create($wikiUrl."/lib/exe/xmlrpc.php");
8    $method="plugin.remotelistnamespace.listNamespace";
9    $result = $wikiClient->$method($wiki, [ "depth" => $depth ]);
10