Adding a new language :

xx is your language country code (fr for france, it for italy...)
this is case sensitive so use xx and XX when appropriate

1) go to /resources/lang/ and copy uk.pl to xx.pl, edit xx.pl and
replace %LangUK by %LangXX

2) add 'xx',"%LangXX" in libw3perl.pl

%Lang = ( "uk" , "*LangUK",
	  "fr" , "*LangFR",
	  "xx" , "*LangXX" );

3) add a flag in /resources/flag-xx.gif
4) run install.pl to copy your updated libw3perl.pl in your cgi
5) edit your config.pl file to have something like :
 - @homepages = ('index','index-xx');
 - @lang = ('uk','xx');

----------------------------------------------------------------------
Send me your xx.pl file and I'll add it in the admin interface
(things I need to do)

1) modify /cgi-bin/w3perl/confstats.pl, runconf.pl for admin interface
2) modify templates for admin /admin/config/step + option de lancement
3) documentation index.html