ConfluenceToFoswiki Converter ============================= How To? Migrating from Confluence Web to Foswiki can be achieved in following 2 steps- 1.Editing configuration files - ConfluenceConfig.conf - ConvertorConfig.conf 2.Executing command line utility genWeb.pl. Pre-requisites: ----------------------- Please check Pre-requisites.txt Setting Configuration files. ---------------------------------- 1. ConfluenceConfig.conf This file contains all parameters required by harness to connect to remote confluence server and extract spaces. Example: ServerURL=http://Confluenceserver:8080 Please check ConfluenceConfig.conf for description of each paramter 2. ConvertorConfig.conf This file contains various paramters used by harness for successfull run, also various foswiki paramters can be be set in here. Example: Debug=off Please check ConvertorConfig.conf for description of each paramter Using genWeb.pl ---------------------------------------------------------------- Note: Login as root on unix boxes ---------------------------------------------------------------- 1. Command line execution- //perl -I ../lib -I genWeb.pl Ex. Let us assume basedir is /root/confluence2foswiki #cd /root/confluence2foswiki/src/ #perl -I ../lib -I /var/www/foswiki/lib genWeb.pl 2. genWeb will convertor all web spaces which are downloaded in /xml directory. Checking Logs ------------------ 1.Log file is generated in with the name as given in ConvertorConfig.conf 2.Exported_URLS contains URL`s list of downloaded Confluence web spaces.