Sofawiki API
The API will allow requests on the wiki database.
Include the api.php file and you have access to all the functions. The index.php includes also the api.php.
- To get System Messages, use the swSystemMessage function. The text can optionally be parsed for style.
- To get Parsed Wiki content, create a wiki object, lookup and parse it.
You can also use the API to make your backups. See inc/backup.php