Thats sounds great. Anyhow if you have a quick server running linux, or a Linux machine with acesse to it, it'd be Wonderful to write a script to
/etc/cron.daily
, that everyday updates, compiles and posts the freshest maps from SVN TRUNK. It could look like:
#! /bin/sh
cd /(place of trunk) ; svn co https://svn.sourceforge.net/svnroot/ufoai/ufoai/trunk ; cd trunk/base/maps; make ; cd .. ; tar cvfz ufoai-trunk-maps-binary.tar.gz maps; cp -f ufoai-trunk-maps-binary.tar.gz /(folder that can be acessed from outside);
Then people new to trunk or ones who want to check out the newest maps with older versions could save the hassle of compiling them (8 hours on my 2ghz machine). Another option is that you provide the place and some other server runs the daily compiling. [also zipping reduces it from 500 to 82 Mb]
Sorry I dont use Skype
My ICQ is 195250102 though..