PERFORCE change 171734 for review
Rene Ladan
rene at FreeBSD.org
Mon Dec 14 16:46:13 UTC 2009
http://p4web.freebsd.org/chv.cgi?CH=171734
Change 171734 by rene at rene_self on 2009/12/14 16:45:23
IFC
Affected files ...
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/faq/book.sgml#24 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml#9 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml#7 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/ports/chapter.sgml#10 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/x11/chapter.sgml#12 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/audit/chapter.sgml#13 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/firewalls/chapter.sgml#18 integrate
.. //depot/projects/docproj_nl/share/sgml/man-refs.ent#23 integrate
.. //depot/projects/docproj_nl/www/en/advocacy/myths.sgml#2 integrate
.. //depot/projects/docproj_nl/www/en/ports/Makefile#2 integrate
.. //depot/projects/docproj_nl/www/en/where.sgml#5 integrate
Differences ...
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/faq/book.sgml#24 (text+ko) ====
@@ -12,7 +12,7 @@
<corpauthor>The &os; Documentation Project</corpauthor>
- <pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.1117 2009/10/04 05:42:00 manolis Exp $</pubdate>
+ <pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.1118 2009/12/14 16:01:39 pav Exp $</pubdate>
<copyright>
<year>1995</year>
@@ -6976,14 +6976,8 @@
<guimenuitem>The X.Org Distribution</guimenuitem>.</para>
<para>After the installation of &xorg; was successful, follow
- the instructions from &man.xorgconfig.1;. It will assists
- you in configuring &xorg; for your particular graphics
- card/mouse/etc. You may also wish to examine the
- &man.xorgcfg.1; tool, which provides a graphical interface
- to the X configuration process.</para>
-
- <para>For further information, read the <ulink
- url="&url.books.handbook;/x11.html">X11</ulink> section of
+ the instructions from the <ulink
+ url="&url.books.handbook;/x-config.html">X11 Configuration</ulink> section of
the &os; Handbook.</para>
</answer>
</qandaentry>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml#9 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.193 2009/09/25 14:20:40 bcr Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.194 2009/12/14 14:23:24 pav Exp $
-->
<chapter id="kernelconfig">
@@ -429,9 +429,9 @@
<para>This variable sets up a list of modules to build instead
of all of them.</para>
- <programlisting>WITHOUT_MODULES = linux acpi sound/sound sound/driver/ds1 ntfs</programlisting>
+ <programlisting>WITHOUT_MODULES = linux acpi sound ntfs</programlisting>
- <para>This variable sets up a list of modules to exclude
+ <para>This variable sets up a list of top level modules to exclude
from the build process. For other variables which you may find useful
in the process of building kernel, refer to &man.make.conf.5;
manual page.</para>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml#7 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml,v 1.129 2009/09/17 16:25:25 manolis Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml,v 1.131 2009/12/14 14:45:08 pav Exp $
-->
<chapter id="l10n">
@@ -458,10 +458,9 @@
</indexterm>
<indexterm><primary>keymap</primary></indexterm>
<indexterm><primary>screenmap</primary></indexterm>
- <para>Also be sure to set the correct keymap and screenmap for your
+ <para>If required, set the keymap and screenmap for your
single C chars character set through
- <command>sysinstall</command> (<command>/stand/sysinstall</command>
- in &os; versions older than 5.2).
+ <command>sysinstall</command>.
Once inside <application>sysinstall</application>, choose <guimenuitem>Configure</guimenuitem>, then
<guimenuitem>Console</guimenuitem>. Alternatively, you can add the
following to <filename>/etc/rc.conf</filename>:</para>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/ports/chapter.sgml#10 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v 1.289 2009/01/27 20:54:50 blackend Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v 1.290 2009/12/14 14:28:58 pav Exp $
-->
<chapter id="ports">
@@ -755,9 +755,7 @@
<step>
<para>As <username>root</username>, run
- <command>sysinstall</command>
- (<command>/stand/sysinstall</command> in &os;
- versions older than 5.2) as shown below:</para>
+ <command>sysinstall</command> as shown below:</para>
<screen>&prompt.root; <userinput>sysinstall</userinput></screen>
</step>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/x11/chapter.sgml#12 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.197 2009/11/17 07:22:48 manolis Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.200 2009/12/14 15:51:08 pav Exp $
-->
<chapter id="x11">
@@ -932,23 +932,12 @@
<indexterm><primary>fonts</primary>
<secondary>anti-aliased</secondary></indexterm>
- <para>Anti-aliasing has been available in X11 since
- <application>&xfree86;</application> 4.0.2. However, font
- configuration was cumbersome before the introduction of
- <application>&xfree86;</application> 4.3.0.
- Beginning with
- <application>&xfree86;</application> 4.3.0, all fonts in X11
- that are found
+ <para>All fonts in X11 that are found
in <filename>/usr/local/lib/X11/fonts/</filename> and
<filename>~/.fonts/</filename> are automatically
- made available for anti-aliasing to Xft-aware applications. Not
- all applications are Xft-aware, but many have received Xft support.
- Examples of Xft-aware applications include Qt 2.3 and higher (the
- toolkit for the <application>KDE</application> desktop),
- GTK+ 2.0 and higher (the toolkit for the
- <application>GNOME</application> desktop), and
- <application>Mozilla</application> 1.2 and higher.
- </para>
+ made available for anti-aliasing to Xft-aware applications.
+ Most recent applications are Xft-aware, including KDE, GNOME, and
+ Firefox.</para>
<para>In order to control which fonts are anti-aliased, or to
configure anti-aliasing properties, create (or edit, if it
@@ -1052,7 +1041,7 @@
<para>Certain fonts, such as Helvetica, may have a problem when
anti-aliased. Usually this manifests itself as a font that
seems cut in half vertically. At worst, it may cause
- applications such as <application>Mozilla</application> to
+ applications to
crash. To avoid this, consider adding the following to
<filename>local.conf</filename>:</para>
@@ -1070,21 +1059,6 @@
with the <literal></fontconfig></literal> tag. Not doing this will cause
your changes to be ignored.</para>
- <para>The default font set that comes with
- X11 is not very
- desirable when it comes to anti-aliasing. A much better
- set of default fonts can be found in the
- <filename role="package">x11-fonts/bitstream-vera</filename>
- port. This port will install a
- <filename>/usr/local/etc/fonts/local.conf</filename> file
- if one does not exist already. If the file does exist,
- the port will create a <filename>/usr/local/etc/fonts/local.conf-vera
- </filename> file. Merge the contents of this file into
- <filename>/usr/local/etc/fonts/local.conf</filename>, and the
- Bitstream fonts will automatically replace the default
- X11 Serif, Sans Serif, and Monospaced
- fonts.</para>
-
<para>Finally, users can add their own settings via their personal
<filename>.fonts.conf</filename> files. To do this, each user should
simply create a <filename>~/.fonts.conf</filename>. This file must
@@ -1115,25 +1089,6 @@
<literal>rgb</literal> may need to be changed to <literal>bgr</literal>,
<literal>vrgb</literal> or <literal>vbgr</literal>: experiment and
see which works best.</para></note>
-
- <indexterm>
- <primary>Mozilla</primary>
- <secondary>disabling anti-aliased fonts</secondary>
- </indexterm>
-
- <para>Anti-aliasing should be enabled the next time the X
- server is started. However, programs must know how to take
- advantage of it. At present, the Qt toolkit does,
- so the entire <application>KDE</application> environment can
- use anti-aliased fonts.
- GTK+ and
- <application>GNOME</application> can also be made to use
- anti-aliasing via the <quote>Font</quote> capplet (see <xref
- linkend="x11-wm-gnome-antialias"> for details). By default,
- <application>Mozilla</application> 1.2 and greater will
- automatically use anti-aliasing. To disable this, rebuild
- <application>Mozilla</application> with the
- <makevar>-DWITHOUT_XFT</makevar> flag.</para>
</sect2>
</sect1>
@@ -1507,32 +1462,6 @@
explains how to do this for <application>kdm</application>, the
display manager of <application>KDE</application>.</para>
</sect3>
-
- <sect3 id="x11-wm-gnome-antialias">
- <title>Anti-aliased Fonts with GNOME</title>
-
- <indexterm><primary>GNOME</primary>
- <secondary>anti-aliased fonts</secondary></indexterm>
- <para>X11
- supports anti-aliasing via its <quote>RENDER</quote> extension.
- GTK+ 2.0 and greater (the toolkit used by
- <application>GNOME</application>) can make use of this
- functionality. Configuring anti-aliasing is described in
- <xref linkend="antialias">. So, with up-to-date software,
- anti-aliasing is possible within the
- <application>GNOME</application> desktop. Just go to
- <menuchoice>
- <guimenu>Applications</guimenu>
- <guisubmenu>Desktop Preferences</guisubmenu>
- <guimenuitem>Font</guimenuitem></menuchoice>, and select either
- <guibutton>Best shapes</guibutton>,
- <guibutton>Best contrast</guibutton>, or
- <guibutton>Subpixel smoothing (LCDs)</guibutton>. For a
- GTK+ application that is not part of the
- <application>GNOME</application> desktop, set the
- environment variable <varname>GDK_USE_XFT</varname> to
- <literal>1</literal> before launching the program.</para>
- </sect3>
</sect2>
<sect2 id="x11-wm-kde">
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/audit/chapter.sgml#13 (text+ko) ====
@@ -1,6 +1,6 @@
<!--
The FreeBSD Dutch Documentation Project
- $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/audit/chapter.sgml,v 1.5 2008/12/28 12:23:36 rene Exp $
+ $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/audit/chapter.sgml,v 1.6 2009/12/13 17:01:07 rene Exp $
%SOURCE% en_US.ISO8859-1/books/handbook/audit/chapter.sgml
%SRCID% 1.34
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/firewalls/chapter.sgml#18 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Dutch Documentation Project
- $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/firewalls/chapter.sgml,v 1.12 2009/11/29 17:46:16 rene Exp $
+ $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/firewalls/chapter.sgml,v 1.13 2009/12/13 17:01:08 rene Exp $
%SOURCE% en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml
%SRCID% 1.92
==== //depot/projects/docproj_nl/share/sgml/man-refs.ent#23 (text+ko) ====
@@ -20,7 +20,7 @@
lexicographical order by the entity (i.e., the dots used in place of
special characters should not be expanded when comparing).
- $FreeBSD: doc/share/sgml/man-refs.ent,v 1.492 2009/11/26 19:47:35 hrs Exp $
+ $FreeBSD: doc/share/sgml/man-refs.ent,v 1.493 2009/12/14 15:54:22 pav Exp $
-->
<!ENTITY man...1 "<citerefentry/<refentrytitle/[/<manvolnum/1//">
@@ -3900,7 +3900,7 @@
<!ENTITY man.fdesc.5 "<citerefentry/<refentrytitle/fdesc/<manvolnum/5//">
<!ENTITY man.fdescfs.5 "<citerefentry/<refentrytitle/fdescfs/<manvolnum/5//">
<!ENTITY man.finger.conf.5 "<citerefentry/<refentrytitle/finger.conf/<manvolnum/5//">
-<!ENTITY man.fonts-conf.5 "<citerefentry vendor='xfree86'/<refentrytitle/fonts-conf/<manvolnum/5//">
+<!ENTITY man.fonts-conf.5 "<citerefentry vendor='xorg'/<refentrytitle/fonts-conf/<manvolnum/5//">
<!ENTITY man.forward.5 "<citerefentry/<refentrytitle/forward/<manvolnum/5//">
<!ENTITY man.freebsd-update.conf.5 "<citerefentry/<refentrytitle/freebsd-update.conf/<manvolnum/5//">
<!ENTITY man.fs.5 "<citerefentry/<refentrytitle/fs/<manvolnum/5//">
==== //depot/projects/docproj_nl/www/en/advocacy/myths.sgml#2 (text+ko) ====
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/advocacy/myths.sgml,v 1.42 2007/03/29 08:15:34 jkoshy Exp $">
+<!ENTITY date "$FreeBSD: www/en/advocacy/myths.sgml,v 1.43 2009/12/14 13:16:43 pav Exp $">
<!ENTITY title "FreeBSD Advocacy Project">
<!ENTITY % navinclude.about "INCLUDE">
<!ENTITY url.articles "../doc/en_US.ISO8859-1/articles">
@@ -154,11 +154,6 @@
the base FreeBSD operating system, but the development
takes place separately.<p></li>
- <li><p><a href="http://www.freesbie.org/">FreeSBIE</a> is
- a complete desktop running off the CD-ROM.
- It can also be installed, but extremely useful for diskless
- computers.</p></li>
-
<li><p><a href="http://frenzy.org.ua/eng/">Frenzy</a> is
another live-CD distribution, but customized
for administering tasks. It contains software for hardware
@@ -183,7 +178,7 @@
designed to allow easy development of Embedded Systems based
on FreeBSD 5.X and 6.X.</p></li>
- <li><p><a href="http://www.thinbsd.org/">ThinBSD</a> is a small
+ <li><p><a href="http://thinbsd.zefyris.com/">ThinBSD</a> is a small
FreeBSD based boot image that allows a standard PC to act as
a diskless thin client for a Microsoft Windows RDP server or
an X terminal. It is entirely configured via DHCP.</p></li>
==== //depot/projects/docproj_nl/www/en/ports/Makefile#2 (text+ko) ====
@@ -1,4 +1,4 @@
-# $FreeBSD: www/en/ports/Makefile,v 1.49 2007/10/27 20:41:37 simon Exp $
+# $FreeBSD: www/en/ports/Makefile,v 1.50 2009/12/14 12:45:19 pav Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@@ -47,7 +47,7 @@
installing.sgml master-index.sgml references.sgml searching.sgml \
statistics.ent updating.sgml .NOTMAIN
( ${ECHO_CMD} TIDY=${PERL};\
- ${ECHO_CMD} TIDYOPTS="-i'' -npe 's,\"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN\",\"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\",'";\
+ ${ECHO_CMD} TIDYOPTS="-i'' -npe 's,\"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN\",\"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\",'";\
${ECHO_CMD} DOCS= *.sgml;\
${ECHO_CMD} -n "DYNAMIC_DOCS= ";\
${ECHO_CMD} -n " categories-alpha.sgml";\
==== //depot/projects/docproj_nl/www/en/where.sgml#5 (text+ko) ====
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
-<!ENTITY date "$FreeBSD: www/en/where.sgml,v 1.101 2009/11/02 00:53:13 keramida Exp $">
+<!ENTITY date "$FreeBSD: www/en/where.sgml,v 1.102 2009/12/14 13:16:43 pav Exp $">
<!ENTITY title "Getting FreeBSD">
<!ENTITY % navinclude.download "INCLUDE">
<!ENTITY url.rel "ftp://ftp.FreeBSD.org/pub/FreeBSD/releases">
@@ -330,7 +330,7 @@
<h2>FreeBSD-derived Operating System Distributions</h2>
<p>FreeBSD is widely used as a building block for other commercial
- and open-source operating systems. The projects below are
+ and open-source operating systems. The project below is
widely used and of particular interest to FreeBSD users.</p>
<ul>
@@ -338,12 +338,6 @@
derivative with a graphical installer and impressive desktop
tools aimed at ease of use for the casual computer
user.</p></li>
-
- <li><p><a href="http://www.freesbie.org/">FreeSBIE</a> is a
- LiveCD based on FreeBSD. It works directly from a CD, without
- touching your hard drive. It also includes a simple and easily
- extendable toolkit used for the creation of embedded
- images.</p></li>
</ul>
<a name="apps"></a>
More information about the p4-projects
mailing list