Aug 14

PunBB to Beast converter

Rails plugin punbb_to_beast would convert PunBB to Beast forum data.

Repository is here:

http://site-express.biz/svn/svn_r/plugins/punbb_to_beast/

To install and run assuming beast and punbb are in same database and punbb tables are prefixed with /punbb/:

ruby script/plugin install -x http://site-express.biz/svn/svn_r/plugins/punbb_to_beast/
rake punbb_to_beast:import SRC_PREFIX=punbb

See readme for more info.

This plugin is work in progress. It work for me and I tested it with latest clean PunBB installation but didn’t had time to test it throughly (so backup db before). Let me know if it works for you.