#!/usr/bin/perl

$width = 556;
$height = 303;
$icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
	 [ N("On our web site, you'll find some usefull information like the mirror list, available mailing lists, irc channel where you can reach us, how to join the team and updates."), 0, 0, 400, 0, 0],
	 [ N("http://plf.zarb.org/"), 0, 80, 400, 0, 1],
	 
#	 [ 'text', $x, $y, $area_width, $area_height, $bold ],
	);

