summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/07-server.pl
blob: 58042ccbcb1728e6e20ff50538454bcb2a9b9f52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

$width = 556;
$height = 303;
$icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
	 [ N_("Turn your computer into a reliable server"), 0, 0, 400, 0, 1],
	 [ N_("Transform your computer into a powerful Linux server: Web server, mail, firewall, router, file and print server (etc.) are just a few clicks away!"), 0, 30, 500, 0, 0],
#	 [ 'text', $x, $y, $area_width, $area_height ],
	);