ChristopheDucamp’s nudging finally got me started on really connecting CraoWiki to CommunityWiki. The difficulty is that Crao uses Latin-1, whereas CW uses UTF-8.
Therefore:
1. InterLinks have to go through a proxy, see latin-1.
2. The title index retrieved for TwinPages has to be converted, see strip and the latin-1 option. Note that PHP Wiki doesn’t seem to offer a text/plain output, so we have to do some extracting.
3. When passing search requests on to Crao for NearSearch, the search term has to be converted as well, see phpwiki-search and the latin-1 option. Note that PHP Wiki, list most wikis, offers search results within HTML; so more extracting is required.
But it all seems to work, now!
#Wikis