-
Notifications
You must be signed in to change notification settings - Fork 4
/
links.zh.php
42 lines (34 loc) · 1.89 KB
/
links.zh.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
<?php
$title = "Links";
$cvs_author = '$Author: nieder $';
$cvs_date = '$Date: 2019/01/27 23:10:05 $';
include "header.inc";
?>
<h1>链接</h1>
<p>这是收集了一些链接…所有的链接都会在一个新的浏览器窗口打开。</p>
<p>Fink 相关链接</p>
<ul>
<li><a href="http://wiki.finkproject.org/index.php/Fink:FinkMirrors" target="_blank">Fink Mirrors</a> - 介绍怎么成为一个 Fink 镜像,以及关于当前镜像的状态信息。</li>
<li><a href="http://finkcommander.sourceforge.net/" target="_blank">FinkCommander</a> - Fink 的图形界面。</li>
<!-- start translation -->
<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>
<!-- end translation -->
<li><a href="http://www.echelog.com/logs/browse/fink/" target="_blank">IRC logs</a> - #fink IRC 频道的日志和统计。</li>
</ul>
<p>开源软件</p>
<ul>
<li><a href="http://www.gnu.org/" target="_blank">GNU Software</a> - 还包括一些关于自由软件基金会(FSF)和 GNU 软件授权协议的信息。</li>
<li><a href="http://www.opensource.org/" target="_blank">Open Source
Initiative</a> - 关于开源软件(尤其使授权协议)的一些通用信息。</li>
<li><a href="http://freshmeat.net/" target="_blank">Freshmeat</a> - 网络上关于开源软件的最大的目录。</li>
</ul>
<p>类似项目</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> - 对 FreeBSD ports 系列软件进行移植。</li>
</ul>
<?php
include "footer.inc";
?>