-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlinks.it.php
44 lines (36 loc) · 1.64 KB
/
links.it.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
<?php
$title = "Links";
$cvs_author = '$Author: nieder $';
$cvs_date = '$Date: 2019/01/27 23:10:05 $';
include "header.inc";
?>
<h1>Links</h1>
<p>Qui potete trovare una collezione di link... Tutti i link verranno aperti in una nuova finestra del browser.</p>
<p>Links relativi a Fink</p>
<ul>
<li><a href="http://wiki.finkproject.org/index.php/Fink:FinkMirrors" target="_blank">Fink Mirrors</a> - Istruzioni su come diventare un mirror Fink ed un aggiornamento sui mirror attuali.</li>
<li><a href="http://finkcommander.sourceforge.net/" target="_blank">FinkCommander</a> -
un GUI per Fink</li>
<li><a href="http://osdir.com/modules.php?op=modload&name=Downloads&file=index&req=ratedownload&lid=676">Valuta Fink @ O'Reilly's OSDir.com</a> - Valutate e aiutateci a promuovere Fink.</li>
<li><a href="http://www.echelog.com/logs/browse/fink/" target="_blank">IRC logs</a> -
il canale IRC #fink, logs & statistiche</li>
</ul>
<p>Open Source Software</p>
<ul>
<li><a href="http://www.gnu.org/" target="_blank">GNU Software</a> -
anche informazioni riguardanti FSF e le licenze GNU</li>
<li><a href="http://www.opensource.org/" target="_blank">Iniziative Open Source
Initiative</a> - Informazioni generali riguardo Open Source
(es. licenze)</li>
<li><a href="http://freshmeat.net/" target="_blank">Freshmeat</a> -
la più grande directory di software Open Source sul web</li>
</ul>
<p>Progetti simili</p>
<ul>
<li><a href="http://gnu-darwin.sourceforge.net/" target="_blank">La distribuzione GNU-Darwin
</a></li>
<li><a href="http://www.macports.org/" target="_blank">MacPorts</a> - porting della collezione FreeBSD</li>
</ul>
<?php
include "footer.inc";
?>