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

$width = 400;
$height = 270;
$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, 40, 400, 0, 0],
#	 [ 'text', $x, $y, $area_width, $area_height ],
	);