www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
<lang>/share/sgml/navibar.l10n.ent.
- Move includes.sgml and includes.xsl to
share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
and <lang>/share/sgml/header.l10n.ent.
- Move most of XSLT libraries to share/sgml/*.xsl and
<lang>/share/sgml/*.xsl.
- Move news.xml and other *.xml files for the similar purpose
to share/sgml/*.xml and <lang>/share/sgml/*.xml.
- Switch to use a custom DTD for HTML document. Now we use
"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
HTML 4.01 + some entities previously pulled via
"<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
The location of entity file will be resolved by using catalog file.
- Add DOCTYPE declearation to XML documents. This makes the followings
possible:
* Use of &foo; entities for SGML in an XML file instead of defining
{$foo} as the same content.
* &symbolic; entities for Latin characters.
- Duplicated information between SGML and XML, or English and
translated doc, has been removed as much as possible.
This commit is contained in:
parent
de3f531874
commit
5305bb945d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28475
795 changed files with 4878 additions and 36943 deletions
12
zh_CN/share/sgml/catalog
Normal file
12
zh_CN/share/sgml/catalog
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--
|
||||
$FreeBSD$
|
||||
--
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
"l10n.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header L10N Entities//EN"
|
||||
"header.l10n.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Navigation Bar L10N Entities//EN"
|
||||
"navibar.l10n.ent"
|
||||
12
zh_CN/share/sgml/catalog.xml
Normal file
12
zh_CN/share/sgml/catalog.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
|
||||
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||
<rewriteSystem systemIdStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||
rewritePrefix="../../"/>
|
||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||
rewritePrefix="../../"/>
|
||||
</catalog>
|
||||
47
zh_CN/share/sgml/header.l10n.ent
Normal file
47
zh_CN/share/sgml/header.l10n.ent
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
<?xml version="1.0" encoding="gb2312"?>
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!-- The FreeBSD Simplified Chinese Documentation Project -->
|
||||
<!-- Original Revision www/en/includes.sgml,v 1.62 2003/10/11 18:51:26 hrs -->
|
||||
|
||||
<!-- From FreeBSD: www/share/sgml/includes.header.sgml,v 1.12 2006/05/09 07:30:29 kuriyama -->
|
||||
|
||||
<!ENTITY copyright '<a href="&base;/copyright/">版权信息</a> | © 1995-2006 The FreeBSD Project.
|
||||
保留所有权利。'>
|
||||
<!ENTITY author '<a href="&base;/index.html">首页</a> | <a href="&base;/mailto.html">联系</a> | <a href="&base;/copyright/index.html">版权</a> | ©right;'>
|
||||
<!ENTITY home '<a href="&base;/index.html"><img src="&enbase;/gifs/home.gif"
|
||||
alt="FreeBSD 主页" border="0" align="right" width="101" height="33"></a>'>
|
||||
|
||||
<!ENTITY header2.word.search '搜索'>
|
||||
<!ENTITY header2.word.textsize '文字尺寸'>
|
||||
<!ENTITY header2.word.normaltextsize 'Normal Text Size'>
|
||||
<!ENTITY header2.word.largetextsize 'Large Text Size'>
|
||||
<!ENTITY header2.word.normal '正常'>
|
||||
<!ENTITY header2.word.large '大字'>
|
||||
<!ENTITY header2.word.donate '捐赠'>
|
||||
<!ENTITY header2.word.contact '联络'>
|
||||
|
||||
<!ENTITY header2.topnav '
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
|
||||
<div id="TOPNAV">
|
||||
<ul id="TOPNAVLIST">
|
||||
<li><a href="&base;/" title="首页">首页</a></li>
|
||||
<li><a href="&base;/about.html" title="关于">关于</a></li>
|
||||
<li><a href="&base;/where.html" title="获得 FreeBSD">获得 FreeBSD</a></li>
|
||||
<li><a href="&base;/docs.html" title="文档">文档</a></li>
|
||||
<li><a href="&base;/community.html" title="社区">社区</a></li>
|
||||
<li><a href="&enbase;/projects/index.html" title="开发">开发</a></li>
|
||||
<li><a href="&base;/support.html" title="支持">支持</a></li>
|
||||
</ul>
|
||||
</div> <!-- TOPNAV -->
|
||||
'>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
||||
21
zh_CN/share/sgml/l10n.ent
Normal file
21
zh_CN/share/sgml/l10n.ent
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="gb2312" ?>
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!-- The FreeBSD Simplified Chinese Documentation Project -->
|
||||
<!-- Original Revision www/en/includes.sgml,v 1.62 2003/10/11 18:51:26 hrs -->
|
||||
|
||||
<!ENTITY url.doc.langcode 'zh_CN.GB2312'>
|
||||
<!ENTITY xml.encoding 'gb2312'>
|
||||
|
||||
<!-- From FreeBSD: www/share/sgml/includes.release.sgml,v 1.24 2006/05/09 08:07:48 ceri -->
|
||||
<!ENTITY rel.current.date '2006 Äê 5 ÔÂ'>
|
||||
<!ENTITY rel2.current.date '2005 Äê 5 ÔÂ'>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
||||
87
zh_CN/share/sgml/libcommon.xsl
Normal file
87
zh_CN/share/sgml/libcommon.xsl
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
<?xml version="1.0" encoding="gb2312" ?>
|
||||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd">
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/share/sgml/libcommon.xsl"/>
|
||||
|
||||
<xsl:template name="html-news-list-newsflash-preface">
|
||||
<img src="&enbase;/gifs/news.jpg" align="right" border="0" width="193"
|
||||
height="144" alt="Nouvelles FreeBSD"/>
|
||||
|
||||
<p>FreeBSD 是一个正在迅速开发着的操作系统。
|
||||
保持一个最终的开发版是比较繁琐的!你可以定期来查看这个页面,同样,你可能希望订阅
|
||||
<a href="&enbase;/doc/&url.doc.langcode;/books/handbook/eresources.html#ERESOURCES-MAIL">freebsd-announce
|
||||
邮件列表</a> 或使用 <a href="news.rdf">RSS feed</a>。</p>
|
||||
|
||||
<p>下列的每个项目都有自己的新闻页面,里面包含这些项目的详细更新。</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="&enbase;/java/newsflash.html">FreeBSD 上的 &java;</a></li>
|
||||
<li><a href="http://freebsd.kde.org/">FreeBSD 上的 KDE</a></li>
|
||||
<li><a href="&enbase;/gnome/newsflash.html">FreeBSD 上的 GNOME</a></li>
|
||||
</ul>
|
||||
|
||||
<p>更详细的描述,介绍,和将来的发行版本,请看<strong><a
|
||||
href="&base;/releases/index.html">版本信息</a></strong>页面。</p>
|
||||
|
||||
<p>对于 FreeBSD 的安全公告, 请访问 <a href="&base;/security/#adv">安全信息</a> 页面。</p>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="html-news-list-newsflash-homelink">
|
||||
<a href="&base;/news/news.html">新闻首页</a>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="html-news-make-olditems-list">
|
||||
<p>更早的公告:
|
||||
<a href="&enbase;/news/2003/index.html">2003</a>,
|
||||
<a href="&enbase;/news/2002/index.html">2002</a>,
|
||||
<a href="&enbase;/news/2001/index.html">2001</a>,
|
||||
<a href="&enbase;/news/2000/index.html">2000</a>,
|
||||
<a href="&enbase;/news/1999/index.html">1999</a>,
|
||||
<a href="&enbase;/news/1998/index.html">1998</a>,
|
||||
<a href="&enbase;/news/1997/index.html">1997</a>,
|
||||
<a href="&enbase;/news/1996/index.html">1996</a></p>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:variable name="html-news-list-press-homelink">
|
||||
<a href="&base;/news/press.html">媒体报道首页</a>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:template name="html-news-list-press-preface">
|
||||
<p>如果您知道我们没有在这里列出的关于 FreeBSD 的消息, 请致信
|
||||
<a href="mailto:www@FreeBSD.org">www@FreeBSD.org</a> 以便我们把它添加进去。</p>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="html-events-list-preface">
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="html-events-list-upcoming-heading">
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="html-events-list-past-heading">
|
||||
</xsl:template>
|
||||
|
||||
<!-- Convert a month number to the corresponding long English name. -->
|
||||
<xsl:template name="gen-long-en-month">
|
||||
<xsl:param name="nummonth"/>
|
||||
<xsl:variable name="month" select="number($nummonth)"/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$month=1">Janvier</xsl:when>
|
||||
<xsl:when test="$month=2">Février</xsl:when>
|
||||
<xsl:when test="$month=3">Mars</xsl:when>
|
||||
<xsl:when test="$month=4">Avril</xsl:when>
|
||||
<xsl:when test="$month=5">Mai</xsl:when>
|
||||
<xsl:when test="$month=6">Juin</xsl:when>
|
||||
<xsl:when test="$month=7">Juillet</xsl:when>
|
||||
<xsl:when test="$month=8">Août</xsl:when>
|
||||
<xsl:when test="$month=9">Septembre</xsl:when>
|
||||
<xsl:when test="$month=10">Octobre</xsl:when>
|
||||
<xsl:when test="$month=11">Novembre</xsl:when>
|
||||
<xsl:when test="$month=12">Décembre</xsl:when>
|
||||
<xsl:otherwise>Mois invalide</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
167
zh_CN/share/sgml/navibar.l10n.ent
Normal file
167
zh_CN/share/sgml/navibar.l10n.ent
Normal file
|
|
@ -0,0 +1,167 @@
|
|||
<?xml version="1.0" encoding="gb2312"?>
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!ENTITY % navinclude.about "IGNORE">
|
||||
<![ %navinclude.about; [
|
||||
<!ENTITY nav '<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/about.html">关于</a></li>
|
||||
<li><a href="&base;/features.html">特性</a></li>
|
||||
<li><a href="&base;/applications.html">应用程序</a></li>
|
||||
<li><a href="&base;/internet.html">互联网</a></li>
|
||||
<li><a href="&base;/advocacy/">促进项目</a></li>
|
||||
<li><a href="&enbase;/marketing/">市场</a></li>
|
||||
<li><a href="&base;/news/newsflash.html">新闻</a></li>
|
||||
<li><a href="&enbase;/events/events.html">近期活动</a></li>
|
||||
<li><a href="&base;/news/press.html">媒体报道</a></li>
|
||||
<li><a href="&enbase;/logo.html">标志</a></li>
|
||||
<li><a href="&base;/art.html">插图</a></li>
|
||||
<li><a href="&base;/donations/">捐赠</a></li>
|
||||
<li><a href="&base;/copyright/">法律须知</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
||||
]]>
|
||||
|
||||
<!ENTITY % navinclude.community "IGNORE">
|
||||
<![ %navinclude.community; [
|
||||
<!ENTITY nav '<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/community.html">社区</a></li>
|
||||
<li><a href="&enbase;/community/mailinglists.html">邮件列表</a></li>
|
||||
<li><a href="&enbase;/community/irc.html">IRC</a></li>
|
||||
<li><a href="&enbase;/community/newsgroups.html">新闻组</a></li>
|
||||
<li><a href="&enbase;/usergroups.html">用户组</a></li>
|
||||
<li><a href="&enbase;/community/webresources.html">Web 资源</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
||||
]]>
|
||||
|
||||
<!ENTITY % navinclude.developers "IGNORE">
|
||||
<![ %navinclude.developers; [
|
||||
<!ENTITY nav '<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&enbase;/projects/index.html">开发</a></li>
|
||||
<li><a href="&enbase;/doc/zh_CN.GB2312/books/developers-handbook">开发手册</a></li>
|
||||
<li><a href="&enbase;/doc/zh_CN.GB2312/books/porters-handbook">Porter 手册</a></li>
|
||||
<li><a href="&enbase;/developers/cvs.html">CVS 代码库</a></li>
|
||||
<li><a href="&enbase;/releng/index.html">交付工程</a></li>
|
||||
<li><a href="&base;/platforms/">平台</a>
|
||||
<ul>
|
||||
<li><a href="&base;/platforms/alpha.html">alpha</a></li>
|
||||
<li><a href="&base;/platforms/amd64.html">amd64</a></li>
|
||||
<li><a href="&base;/platforms/arm.html">ARM</a></li>
|
||||
<li><a href="&base;/platforms/i386.html">i386</a></li>
|
||||
<li><a href="&base;/platforms/ia64/index.html">ia64</a></li>
|
||||
<li><a href="&base;/platforms/mips.html">MIPS</a></li>
|
||||
<li><a href="&base;/platforms/pc98.html">pc98</a></li>
|
||||
<li><a href="&base;/platforms/ppc.html">ppc</a></li>
|
||||
<li><a href="&base;/platforms/sparc.html">sparc64</a></li>
|
||||
<li><a href="&base;/platforms/xbox.html">xbox</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/projects/ideas/">项目新点子</a></li>
|
||||
<li><a href="&enbase;/doc/zh_CN.GB2312/articles/contributing/index.html">为 FreeBSD 提供帮助</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
||||
]]>
|
||||
|
||||
<!ENTITY % navinclude.docs "IGNORE">
|
||||
<![ %navinclude.docs; [
|
||||
<!ENTITY nav '<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/docs.html">文档</a></li>
|
||||
<li><a href="&enbase;/doc/zh_CN.GB2312/books/faq/">FAQ</a></li>
|
||||
<li><a href="&enbase;/doc/zh_CN.GB2312/books/handbook/">使用手册</a></li>
|
||||
<li><a href="&enbase;/docs/man.html">联机手册</a>
|
||||
<ul>
|
||||
<li><a href="&cgibase;/man.cgi">在线查看联机手册</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&enbase;/docs/books.html">在线图书和文章</a></li>
|
||||
<li><a href="&enbase;/marketing/">市场文宣</a></li>
|
||||
<li><a href="&enbase;/publish.html">出版物</a></li>
|
||||
<li><a href="&enbase;/docs/webresources.html">Web 资源</a></li>
|
||||
<li><a href="&enbase;/projects/newbies.html">新手上路</a></li>
|
||||
<li><a href="&enbase;/docproj/">FreeBSD 文档计划</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
||||
]]>
|
||||
|
||||
<!ENTITY % navinclude.download "IGNORE">
|
||||
<![ %navinclude.download; [
|
||||
<!ENTITY nav '<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/where.html">获得 FreeBSD</a></li>
|
||||
<li><a href="&base;/releases/">发行版信息</a>
|
||||
<ul>
|
||||
<li><a href="&enbase;/&u.rel.announce;">生产适用版: &rel.current;</a></li>
|
||||
<li><a href="&enbase;/&u.rel2.announce;">生产适用版 (旧式): &rel2.current;</a></li>
|
||||
<li><a href="&enbase;/snapshots/">快照版本</a></li>
|
||||
<![ %beta.testing; [
|
||||
<li><a href="&enbase;/&u.betarel.schedule;">将发布的版本: &betarel.current;</a></li>
|
||||
]]>
|
||||
<![ %beta2.testing; [
|
||||
<li><a href="&u.betarel2.schedule;">将发布的版本: &betarel2.current;</a></li>
|
||||
]]>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&enbase;/ports/">移植的应用程序 (ports)</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
||||
]]>
|
||||
|
||||
<!ENTITY % navinclude.gnome "IGNORE">
|
||||
<![ %navinclude.gnome; [
|
||||
]]>
|
||||
|
||||
<!ENTITY % navinclude.ports "IGNORE">
|
||||
<![ %navinclude.ports; [
|
||||
<!ENTITY nav '<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&enbase;/ports/index.html">关于 ports</a></li>
|
||||
<li><a href="&enbase;/ports/installing.html">安装</a></li>
|
||||
<li><a href="&enbase;/ports/updating.html">更新</a></li>
|
||||
<li><a href="&enbase;/ports/searching.html">搜索</a></li>
|
||||
<li> 目录
|
||||
<ul>
|
||||
<li><a href="&enbase;/ports/categories-alpha.html">按字母序</a></li>
|
||||
<li><a href="&enbase;/ports/categories-grouped.html">按逻辑分类序</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&enbase;/ports/master-index.html">全部 Ports</a></li>
|
||||
<li><a href="&enbase;/ports/references.html">更多信息</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
||||
]]>
|
||||
|
||||
<!ENTITY % navinclude.support "IGNORE">
|
||||
<![ %navinclude.support; [
|
||||
<!ENTITY nav '<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&enbase;/support.html">支持</a></li>
|
||||
<li><a href="&enbase;/commercial/">商业产品</a>
|
||||
<ul>
|
||||
<li><a href="&enbase;/commercial/software_bycat.html">软件</a></li>
|
||||
<li><a href="&enbase;/commercial/hardware.html">硬件</a></li>
|
||||
<li><a href="&enbase;/commercial/consult_bycat.html">咨询</a></li>
|
||||
<li><a href="&enbase;/commercial/isp.html">Internet 服务</a></li>
|
||||
<li><a href="&enbase;/commercial/misc.html">其它</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/security/">安全信息</a></li>
|
||||
<li><a href="&enbase;/support/bugreports.html">Bug 报告</a>
|
||||
<ul>
|
||||
<li><a href="&enbase;/send-pr.html">提交问题报告</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&enbase;/support/webresources.html">Web 资源</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
||||
]]>
|
||||
2237
zh_CN/share/sgml/news.xml
Normal file
2237
zh_CN/share/sgml/news.xml
Normal file
File diff suppressed because it is too large
Load diff
337
zh_CN/share/sgml/press.xml
Normal file
337
zh_CN/share/sgml/press.xml
Normal file
|
|
@ -0,0 +1,337 @@
|
|||
<?xml version="1.0" encoding="GB2312" ?>
|
||||
<!DOCTYPE press PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Press//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/press.dtd">
|
||||
<!--
|
||||
COMMITTERS PLEASE NOTE:
|
||||
News articles referenced in this file are also to be archived under
|
||||
"freefall:/c/www/bsddoc/press/".
|
||||
-->
|
||||
|
||||
<!-- The FreeBSD Simplified Chinese Documentation Project -->
|
||||
<!-- Original Revision 1.208 -->
|
||||
|
||||
<press>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD$
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
<year>
|
||||
<name>2006</name>
|
||||
|
||||
<month>
|
||||
<name>8</name>
|
||||
|
||||
<story>
|
||||
<name>FreeBSD 6 中的高级安装任务</name>
|
||||
<url>http://www.informit.com/articles/article.asp?p=597694&rl=1</url>
|
||||
<site-name>InformIT</site-name>
|
||||
<site-url>http://www.informit.com</site-url>
|
||||
<date>2006年 8月 11日</date>
|
||||
<author>Brian Tiemann</author>
|
||||
<p>从 "FreeBSD 6 Unleashed" 书中的节选,
|
||||
介绍了非标准的 FreeBSD 安装方法。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>PC-BSD: 对初学者最友善的 OS</name>
|
||||
<url>http://www.osweekly.com/index.php?option=com_content&task=view&id=2287&Itemid=449</url>
|
||||
<site-name>OSWeekly.com</site-name>
|
||||
<site-url>http://www.osweekly.com/</site-url>
|
||||
<date>2006年 8月 10日</date>
|
||||
<author>Matt Hartley</author>
|
||||
<p>对 PC-BSD 的一篇评论, 介绍了它的安装和包管理。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>持续前进的 BSD Unix 项目</name>
|
||||
<url>http://www.itjungle.com/breaking/bn080206-story01.html</url>
|
||||
<site-name>ITJungle</site-name>
|
||||
<site-url>http://www.itjungle.com/</site-url>
|
||||
<date>2 August 2006</date>
|
||||
<author>Timothy Prickett Morgan</author>
|
||||
<p>这篇文章报道了 FreeBSD project 向 Sparc (T1) 平台移植的进展,
|
||||
以及在最新的几次发行版本中可伸缩性方面的改进。 同时,
|
||||
它也提到了其他 BSD 项目的一些进展情况。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>在 Sun Fire X2100 上使用 gmirror</name>
|
||||
<url>http://ezine.daemonnews.org/200608/gmirror_1.html</url>
|
||||
<site-name>DaemonNews</site-name>
|
||||
<site-url>http://www.daemonnews.org/</site-url>
|
||||
<date>August 2006</date>
|
||||
<author>Grzegorz Czaplinski</author>
|
||||
<p>关于如何构建和卸下 gmirror 系统的两篇系列文章的第一部分。</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>7</name>
|
||||
|
||||
<story>
|
||||
<name>CBC 的网站全面使用开源产品!</name>
|
||||
<url>http://www.insidethecbc.com/2006/07/15/under-the-hood-at-cbcca-open-source</url>
|
||||
<site-name>InsideTheCBC.com</site-name>
|
||||
<site-url>http://www.insidethecbc.com/</site-url>
|
||||
<date>2006年 7月 15日</date>
|
||||
<author>Blake Crosby</author>
|
||||
<p>一篇关于加拿大广播公司介绍他们在 IT 基础设施中使用 FreeBSD 的文章。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>对 NVIDIA 公司 Andy Ritger 和 Christian Zander 的采访</name>
|
||||
<url>http://bsdtalk.blogspot.com/2006/07/bsdtalk054-interview-with-andy-ritger.html</url>
|
||||
<site-name>BSDTalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com/</site-url>
|
||||
<date>2006年 7月 14日</date>
|
||||
<author>Will Backman</author>
|
||||
<p>Will Backman 与来自 NVIDIA 的 Andy Ritger 和 Christian Zander
|
||||
就 NVIDIA FreeBSD 图形驱动进行了对话。
|
||||
这期访问介绍了该驱动程序目前提供的功能、 未来的改进计划,
|
||||
并就授权和 NVIDIA 参与开源项目进行了一些讨论。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>使用 DesktopBSD</name>
|
||||
<url>http://www.onlamp.com/pub/a/bsd/2006/07/13/FreeBSDBasics.html</url>
|
||||
<site-name>OnLamp.com</site-name>
|
||||
<site-url>http://www.onlamp.com/</site-url>
|
||||
<date>2006年 7月 13日</date>
|
||||
<author>Dru Lavigne</author>
|
||||
<p>这篇文章深入介绍了 DesktopBSD, 一种易用的针对桌面的 FreeBSD 5.5
|
||||
版本。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>用于社区中心的 PC-BSD</name>
|
||||
<url>http://os.newsforge.com/os/06/06/23/1442207.shtml?tid=8</url>
|
||||
<site-name>NewsForge</site-name>
|
||||
<site-url>http://www.newsforge.com/</site-url>
|
||||
<date>2006 年 7 月 03 日</date>
|
||||
<author>Henry Gillow-Wiles</author>
|
||||
<p>一家非盈利性社区中心的 IT 总监对于基于 FreeBSD 的 PC-BSD
|
||||
操作系统的速度、 可靠性以及硬件兼容性十分满意。</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>6</name>
|
||||
|
||||
<story>
|
||||
<name>用普通硬件和 FreeBSD 建立邮件服务器, 第 2 部分</name>
|
||||
<url>http://www.techbuilder.org/article/189400686</url>
|
||||
<site-name>TechBuilder</site-name>
|
||||
<site-url>http://www.techbuilder.org/</site-url>
|
||||
<date>2006年 6月 12日</date>
|
||||
<author>David S. Markowitz</author>
|
||||
<p>TechBuilder 这份案例的第二部分介绍了如何在使用 FreeBSD 和 PC 构建的邮件服务器上,
|
||||
增加反病毒、 垃圾邮件防护以及 webmail 功能。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>五月份最可靠的六家主机托管公司</name>
|
||||
<url>http://news.netcraft.com/archives/2006/06/06/six_hosting_companies_most_reliable_hoster_in_may.html</url>
|
||||
<site-name>Netcraft</site-name>
|
||||
<site-url>http://www.netcraft.com/</site-url>
|
||||
<date>2006年 6月 06日</date>
|
||||
<author>Mandy</author>
|
||||
<p>Netcraft 在 2006 年五月所进行的普查显示,
|
||||
可靠性排名前五的 Internet 主机托管公司中有四家使用 FreeBSD。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>用普通硬件和 FreeBSD 建立邮件服务器, 第 1 部分</name>
|
||||
<url>http://www.techbuilder.org/article/188701471</url>
|
||||
<site-name>TechBuilder</site-name>
|
||||
<site-url>http://www.techbuilder.org/</site-url>
|
||||
<date>2006年 6月 05日</date>
|
||||
<author>David S. Markowitz</author>
|
||||
<p>如何使用 PC 和 FreeBSD 为中小企业建立邮件服务器。</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>5</name>
|
||||
|
||||
<story>
|
||||
<name>FreeNAS 服务器印象</name>
|
||||
<url>http://hardware.newsforge.com/hardware/06/05/19/1349206.shtml?tid=69</url>
|
||||
<site-name>NewsForge</site-name>
|
||||
<site-url>http://www.newsforge.com/</site-url>
|
||||
<date>2006年 5月 30日</date>
|
||||
<author>Gary Sims</author>
|
||||
<p>一篇关于 FreeNAS, 一种基于 FreeBSD 的 NAS 产品的文章。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>DTrace 在 FreeBSD 上的黄金时段</name>
|
||||
<url>http://www.zdnet.com.au/news/software/soa/DTrace_reaches_prime_time_on_FreeBSD/0,2000061733,39257452,00.htm</url>
|
||||
<site-name>ZDNet Australia</site-name>
|
||||
<site-url>http://www.zdnet.com.au/</site-url>
|
||||
<date>2006年 5月 29日</date>
|
||||
<author>Renai LeMay</author>
|
||||
<p>ZDNet 的一篇关于 FreeBSD 上的 DTrace 的文章。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>BSD 的包管理系统</name>
|
||||
<url>http://www.informit.com/articles/article.asp?p=471098&rl=1</url>
|
||||
<site-name>InformIT.com</site-name>
|
||||
<site-url>http://www.informit.com/</site-url>
|
||||
<date>26 May 2006</date>
|
||||
<author>David Chisnall</author>
|
||||
<p>一篇关于各式 BSD 操作系统中包管理系统的文章。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>专访 FlightAware 的 Karl Lehenbauer of</name>
|
||||
<url>http://bsdtalk.blogspot.com/2006/05/bsdtalk042-interview-with-karl.html</url>
|
||||
<site-name>BSDTalk</site-name>
|
||||
<site-url>http://bsdtalk.blogspot.com/</site-url>
|
||||
<date>2006年 5月 15日</date>
|
||||
<author>Will Backman</author>
|
||||
<p><a href="http://www.amd.com/us-en/Corporate/VirtualPressRoom/0,,51_104_566~107687,00.html">FlightAware
|
||||
使用 FreeBSD/amd64 系统</a> 用以追踪每日多达 70, 000
|
||||
架次的航班位置。 Will Backman 与 Karl Lehenbauer
|
||||
共同讨论了关于 FlightAware 如何成功地运用 FreeBSD 以及其他开源技术,
|
||||
以驱动其产品的相关话题。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>FreeBSD 誓与 Linux 桌面系统一决高下</name>
|
||||
<url>http://news.com.com/2100-1011_3-6071598.html</url>
|
||||
<site-name>News.com</site-name>
|
||||
<site-url>http://news.com.com/</site-url>
|
||||
<date>2006年 5月 12日</date>
|
||||
<author>Ingrid Marson</author>
|
||||
<p>ZDNet 关于 FreeBSD 即将增加的桌面特性的文章。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>FreeBSD 6.1 评论</name>
|
||||
<url>http://www.softwareinreview.com/cms/content/view/37/1/</url>
|
||||
<site-name>Software in review</site-name>
|
||||
<site-url>http://www.softwareinreview.com/</site-url>
|
||||
<date>2006年 5月 12日</date>
|
||||
<author>Jem Matzan</author>
|
||||
<p>关于 amd64 平台上 FreeBSD 6.1 的评论。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>FreeBSD 6.1 的稳定性</name>
|
||||
<url>http://www.internetnews.com/dev-news/article.php/3605211</url>
|
||||
<site-name>InternetNews.com</site-name>
|
||||
<site-url>http://www.internetnews.com/</site-url>
|
||||
<date>2006年 5月 10日</date>
|
||||
<author>Sean Michael Kerner</author>
|
||||
<p>一篇介绍 FreeBSD 项目的文章, 重点讨论了 6.1 和 5.5
|
||||
版本的可靠性和品质控制。</p>
|
||||
</story>
|
||||
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>4</name>
|
||||
|
||||
<story>
|
||||
<name>访谈: FreeBSD 基金会的 Deb Goodkin</name>
|
||||
<url>http://blogs.ittoolbox.com/unix/bsd/archives/008670.asp</url>
|
||||
<site-name>Blog: BSD 领袖一年的生活</site-name>
|
||||
<site-url>http://blogs.ittoolbox.com/unix/bsd/</site-url>
|
||||
<date>2006年 4月 11日</date>
|
||||
<author>Dru Lavigne</author>
|
||||
<p>在这次访谈中, Deb Goodkin 介绍了一些您感兴趣的关于 FreeBSD
|
||||
基金会的信息, 及其工作内幕。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>访谈: FreeBSD 的 John Baldwin</name>
|
||||
<url>http://blogs.ittoolbox.com/unix/bsd/archives/008672.asp</url>
|
||||
<site-name>Blog: BSD 领袖一年的生活</site-name>
|
||||
<site-url>http://blogs.ittoolbox.com/unix/bsd/</site-url>
|
||||
<date>2006年 4月 10日</date>
|
||||
<author>Dru Lavigne</author>
|
||||
<p>在这次访谈中, FreeBSD 项目的 John Baldwin
|
||||
介绍了 FreeBSD 开发团队, 以及在大型开源项目背后的一些事情。</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>3</name>
|
||||
|
||||
<story>
|
||||
<name>在 FreeBSD 6 中配置 Linux 兼容环境</name>
|
||||
<url>http://os.newsforge.com/os/06/03/22/1531252.shtml?tid=8&tid=2</url>
|
||||
<site-name>Newsforge</site-name>
|
||||
<site-url>http://www.newsforge.com/</site-url>
|
||||
<date>2006年 3月 31日</date>
|
||||
<author>Gordon McEwen</author>
|
||||
<p>一份关于如何在 FreeBSD 6 中配置和运行 Linux 应用程序的说明。</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>2</name>
|
||||
|
||||
<story>
|
||||
<name>根据操作系统进行网络过滤</name>
|
||||
<url>http://www.onlamp.com/pub/a/bsd/2006/02/16/os_fingerprint_filtering.html</url>
|
||||
<site-name>Onlamp.com</site-name>
|
||||
<site-url>http://www.onlamp.com/</site-url>
|
||||
<date>2006年 2月 16日</date>
|
||||
<author>Avleen Vig</author>
|
||||
<p>通过使用 FreeBSD、 pf、 ALTQ 和 squid
|
||||
使病毒和流氓软件远离您的网络。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>开启南非青少年的数字之门</name>
|
||||
<url>http://www.tectonic.co.za/view.php?id=859</url>
|
||||
<site-name>tectonic</site-name>
|
||||
<site-url>http://www.tectonic.co.za/</site-url>
|
||||
<date>2006年 2月 08日</date>
|
||||
<author>Lunga Madlala</author>
|
||||
<p>一篇在介绍南非某些省的 “数字之门” 中提到 FreeBSD
|
||||
使用的文章。</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>1</name>
|
||||
|
||||
<story>
|
||||
<name>BSD: 另一种自由的 UNIX 家族</name>
|
||||
<url>http://www.informit.com/articles/article.asp?p=439601&rl=1</url>
|
||||
<site-name>InformIT</site-name>
|
||||
<site-url>http://www.informit.com/</site-url>
|
||||
<date>20 January 2006</date>
|
||||
<author>David Chisnall</author>
|
||||
<p>介绍开放源代码的 BSD 操作系统。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>访谈: BSD 认证小组的 Dru Lavigne</name>
|
||||
<url>http://business.newsforge.com/business/06/01/13/173233.shtml?tid=35&tid=8</url>
|
||||
<site-name>Newsforge</site-name>
|
||||
<site-url>http://www.newsforge.com/</site-url>
|
||||
<date>20 January 2006</date>
|
||||
<author>Federico Biancuzzi</author>
|
||||
<p>采访了 BSD 认证小组, 一个为建立基于 BSD
|
||||
的操作系统的认证标准而成立的非营利组织的缔造者。</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>在 FreeBSD 上运行商业 Linux 软件</name>
|
||||
<url>http://www.onlamp.com/pub/a/bsd/2006/01/12/Big_Scary_Daemons.html</url>
|
||||
<site-name>Onlamp.com</site-name>
|
||||
<site-url>http://www.onlamp.com/</site-url>
|
||||
<date>2006年 1月 12日</date>
|
||||
<author>Michael W. Lucas</author>
|
||||
<p>作者展示了如何在 FreeBSD 上运行为基于 Linux
|
||||
的操作系统联编的应用程序。</p>
|
||||
</story>
|
||||
</month>
|
||||
</year>
|
||||
</press>
|
||||
Loading…
Add table
Add a link
Reference in a new issue