#include "LUGO.style"

<PAGE name="Links">

<H3>Interessante Links für GNU/Linux</H3>

Hier sind interessante Links rund um GNU/Linux zu finden. <p>

<:
    %links = (
	      'http://www.linux.de/'   	=> 'Linux.de',
	      'http://slashdot.org/'   	=> 'Slashdot - News for the nerds',
	      'http://www.pro-linux.de/'   	=> 'Pro-Linux',
	      'http://www.symlink.ch/'   	=> 'Symlink: Wissen Vernetzt',
	      'http://freshmeat.net'   	=> 'Freshmeat',
	      'http://www.linuxtag.org/' => 'Europäischer LinuxTag',
	      'http://www.linux.org/'   => 'Linux.org-Portal',
	      'http://www.linux.com/'   => 'Linux.com-Portal',
	      'http://de.opensuse.org/SDB:SDB'   => 'SuSE Support-Datenbank',
	      'http://www.infodrom.org/linx' => 'Infodrom Linx',
	      'http://www.infodrom.org/linx/lookup.php3?keywords=linux' => 'Linux Linx',
	      'http://www.infodrom.org/linx/lookup.php3?keywords=debian' => 'Debian Linx',
	      'http://www.infodrom.org/linx/lookup.php3?category=/software/freedom' => 'Aufsätze zu Freier Software',
	      'http://counter.li.org/bycountry/DE.html' => 'Linux-Counter',
	      'http://www.linux-lancers.com/de/' => 'Linux-Lancers',
	     );

    foreach $url (keys (%links)) {
        printf "<a href=\"%s\">%s</a><br>", $url, $links{$url};
    }
:>

</PAGE>

# Local variables:
# mode: text
# mode: auto-fill
# mode: iso-accents
# end:
