Ovidentia is fully compatible with OutSite-In.
In order to take your Ovidentia web site on CD or simply offline, we recommend you to:
Modify the "\config.php" file by editing your offline files directory:
Find the line starting with:
$babDBHost = ...
and change it to:
$babDBHost = "localhost";
Find the line starting with:
$babUrl = ...
and change it to:
$babUrl = "http://".$_SERVER["HTTP_HOST"]."/";
(tested with Ovidentia 6-3-3)