summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/07-server.pl
blob: a83d7037cbd66c2e0aff76b1acbdf9397ed4722e (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 ],
	);