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
/
links.pt.php
56 lines (48 loc) · 2.04 KB
/
links.pt.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
47
48
49
50
51
52
53
54
55
56
<?
$title = "Links";
$cvs_author = '$Author: fingolfin $';
$cvs_date = '$Date: 2010/05/16 22:55:21 $';
include "header.inc";
?>
<h1>Links</h1>
<p>
Temos aqui a óbvia coleção de links... todos abrem em uma nova janela do navegador.
</p>
<p>Links relacionados ao Fink</p>
<ul>
<li><a href="http://wiki.finkproject.org/index.php/Fink:FinkMirrors" target="_blank">Espelhos do Fink</a> -
Instruções de como se tornar um espelho do Fink, bem como mensagens de status
sobre os espelhos atuais.</li>
<li><a href="http://finkcommander.sourceforge.net/"
target="_blank">FinkCommander</a> - uma interface gráfica para o Fink</li>
<li><a href="http://sungnyemun.org/wdfink/" target="_blank">WDFink?</a> - outra
interface gráfica para o Fink (ainda alpha).</li>
<li><a href="http://mycroft.mozdev.org/download.html" target="_blank">Plugin de
pesquisa no PDB</a> - Plugin de pesquisa para o banco de dados de pacotes
(PDB). Somente para navegadores baseados no Mozilla (procure por Fink)!</li>
<li><a
href="http://osdir.com/modules.php?op=modload&name=Downloads&file=index&req=ratedownload&lid=676">Avalie
o Fink em O'Reilly's OSDir.com</a> - Avalie-nos e ajude a promover o Fink.</li>
<li><a href="http://www.opennms.org/~ranger/irc_logs/public/" target="_blank">IRC logs</a> -
estatísticas e logs do canal #fink no IRC</li>
</ul>
<p>Software de código aberto</p>
<ul>
<li><a href="http://www.gnu.org/" target="_blank">GNU Software</a> - também
possui informações sobre a FSF e licenças GNU</li>
<li><a href="http://www.opensource.org/" target="_blank">Open Source
Initiative</a> - informações gerais sobre código aberto (licenças em
particular)</li>
<li><a href="http://freshmeat.net/" target="_blank">Freshmeat</a> - o maior
diretório na Web sobre software de código aberto</li>
</ul>
<p>Projetos similares</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> - portando
os ports do FreeBSD</li>
</ul>
<?
include "footer.inc";
?>