#!/bin/bash #Note: dba requires RPC2.php for RecentChanges url="http://reini/phpwiki-dev/RPC2.php" #url="http://reini/phpwiki-dev/" opt="-0 -v" curl $opt -H 'Content-Type: text/xml' --data "wiki.getRPCVersionSupported" $url curl $opt -H 'Content-Type: text/xml' --data "wiki.getRecentChanges20050717T21:18:03" $url curl $opt -H 'Content-Type: text/xml' --data "wiki.getPageHomePage" $url curl $opt -H 'Content-Type: text/xml' --data "wiki.getPageVersionHomePage1" $url # case-exact + starts_with curl $opt -H 'Content-Type: text/xml' --data "wiki.titleSearchHom5" $url