This repository has been archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlinks.de.php
46 lines (39 loc) · 1.96 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
<?
$title = "Links";
$cvs_author = '$Author: fingolfin $';
$cvs_date = '$Date: 2010/05/16 22:55:21 $';
include "header.inc";
?>
<h1>Links</h1>
<p>Eine Liste all derer Ressourcen die wir guten Gewissens an unsere Nutzer weiter empfehlen können</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 deren Status?</li>
<li><a href="http://finkcommander.sourceforge.net/" target="_blank">FinkCommander</a> -
ein graphisches Frontend für Fink</li>
<li><a href="http://sungnyemun.org/wdfink/" target="_blank">WDFink?</a> - another GUI for Fink (still alpha).</li>
<li><a href="http://mycroft.mozdev.org/download.html" target="_blank">PDB Search plugin</a> - Search plugin for the Package database. Mozilla based browesers only (search for 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> - Rate us and help promote Fink.</li>
<li><a href="http://www.opennms.org/~ranger/irc_logs/public/" target="_blank">IRC logs</a> -
geloggt und ausgewertete Daten des #fink IRC chats</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>
<?
include "footer.inc";
?>