-
Notifications
You must be signed in to change notification settings - Fork 4
/
links.en.php
46 lines (38 loc) · 1.78 KB
/
links.en.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>Here's the obvious link collection... All links will open in a new
browser window.</p>
<p>Fink related links</p>
<ul>
<li><a href="http://wiki.finkproject.org/index.php/Fink:FinkMirrors" target="_blank">Fink Mirrors</a> - Instructions how to become a Fink mirror as well as status messages about current mirrors.</li>
<li><a href="http://finkcommander.sourceforge.net/" target="_blank">FinkCommander</a> -
a GUI for Fink</li>
<li><a href="http://mycroft.mozdev.org/download.html" target="_blank">PDB Search plugin</a> - Search plugin for the Package database. Mozilla based browsers 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.echelog.com/logs/browse/fink/" target="_blank">IRC logs</a> -
the #fink IRC channel logs & stats</li>
</ul>
<p>Open Source Software</p>
<ul>
<li><a href="http://www.gnu.org/" target="_blank">GNU Software</a> -
also has information about the FSF and the GNU licenses</li>
<li><a href="http://www.opensource.org/" target="_blank">Open Source
Initiative</a> - general information about Open Source
(esp. licenses)</li>
<li><a href="http://freshmeat.net/" target="_blank">Freshmeat</a> -
the biggest directory of Open Source software on the web</li>
</ul>
<p>Similar Projects</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> - porting the FreeBSD ports collection</li>
</ul>
<?php
include "footer.inc";
?>