Improvements
[infodrom.org/oldenburg.linux.de] / src / Service / links.wml
1 #include "LUGO.style"
2
3 <PAGE name="Links">
4
5 <H3>Interessante Links für GNU/Linux</H3>
6
7 Hier sind interessante Links rund um GNU/Linux zu finden. <p>
8
9 <:
10     %links = (
11               'http://www.linux.de/'    => 'Linux.de',
12               'http://slashdot.org/'    => 'Slashdot - News for the nerds',
13               'http://www.pro-linux.de/'        => 'Pro-Linux',
14               'http://www.symlink.ch/'          => 'Symlink: Wissen Vernetzt',
15               'http://freshmeat.net'    => 'Freshmeat',
16               'http://www.linuxtag.org/' => 'Europäischer LinuxTag',
17               'http://www.linux.org/'   => 'Linux.org-Portal',
18               'http://www.linux.com/'   => 'Linux.com-Portal',
19               'http://de.opensuse.org/SDB:SDB'   => 'SuSE Support-Datenbank',
20               'http://www.infodrom.org/linx' => 'Infodrom Linx',
21               'http://www.infodrom.org/linx/lookup.php3?keywords=linux' => 'Linux Linx',
22               'http://www.infodrom.org/linx/lookup.php3?keywords=debian' => 'Debian Linx',
23               'http://www.infodrom.org/linx/lookup.php3?category=/software/freedom' => 'Aufsätze zu Freier Software',
24               'http://counter.li.org/bycountry/DE.html' => 'Linux-Counter',
25               'http://www.linux-lancers.com/de/' => 'Linux-Lancers',
26              );
27
28     foreach $url (keys (%links)) {
29         printf "<a href=\"%s\">%s</a><br>", $url, $links{$url};
30     }
31 :>
32
33 </PAGE>
34
35 # Local variables:
36 # mode: text
37 # mode: auto-fill
38 # mode: iso-accents
39 # end: