-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlinks.de.php
46 lines (38 loc) · 1.88 KB
/
links.de.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
$title = "Links";
$cvs_author = '$Author: nieder $';
$cvs_date = '$Date: 2019/01/27 23:10:05 $';
include "header.inc";
?>
<h1>Links</h1>
<p>Eine Liste all der Ressourcen, die wir guten Gewissens unseren Nutzern weiter
empfehlen können. Alle Links öffnen eine neue Seite.</p>
<p>Links mit direktem Bezug zu Fink</p>
<ul>
<li><a href="http://wiki.finkproject.org/index.php/Fink:FinkMirrors" target="_blank">Fink Mirrors</a>
- Wie werde ich ein Fink-Mirror, welche Mirror gibt es und wie ist ihr Status?</li>
<li><a href="http://finkcommander.sourceforge.net/" target="_blank">FinkCommander</a> -
ein graphisches Frontend für Fink</li>
<li><a href="http://mycroft.mozdev.org/download.html" target="_blank">PDB Search plugin</a> - Ein Such-plugin für die Paket-Datenbank. Nur Mozilla basierte Browser (suche nach Fink)!</li>
<li><a href="http://osdir.com/modules.php?op=modload&name=Downloads&file=index&req=ratedownload&lid=676">Rate Fink @ O'Reilly's OSDir.com</a> - Bewerte uns und werbe für Fink.</li>
<li><a href="http://www.echelog.com/logs/browse/fink/" target="_blank">IRC logs</a> - Log und ausgewertete Daten des #fink IRC chat</li>
</ul>
<p>Open Source Software</p>
<ul>
<li><a href="http://www.gnu.org/" target="_blank">GNU Software</a> -
viele Informationen zum Thema FSF und GNU Lizenzen</li>
<li><a href="http://www.opensource.org/" target="_blank">Open Source
Initiative</a> - allgemeine Informationen zum Thema Open Source
(speziell zum Thema Lizenzen)</li>
<li><a href="http://freshmeat.net/" target="_blank">Freshmeat</a> -
das größte Verzeichnis von Open Source Software im Web</li>
</ul>
<p>Ähnliche Projekte</p>
<ul>
<li><a href="http://gnu-darwin.sourceforge.net/" target="_blank">The GNU-Darwin
Distribution</a></li>
<li><a href="http://www.macports.org/" target="_blank">MacPorts</a> - port der FreeBSD ports Kollektion</li>
</ul>
<?php
include "footer.inc";
?>