PERFORCE change 209620 for review
Rene Ladan
rene at FreeBSD.org
Sun Apr 15 10:20:39 UTC 2012
http://p4web.freebsd.org/@@209620?ac=10
Change 209620 by rene at rene_acer on 2012/04/15 10:19:59
MFen the Dutch Handbook:
- boot 1.75 -> 1.76 (+ igor fixes)
- desktop 1.126 -> 1.129
Affected files ...
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/boot/chapter.sgml#17 edit
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml#61 edit
Differences ...
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/boot/chapter.sgml#17 (text+ko) ====
@@ -4,7 +4,7 @@
$FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/boot/chapter.sgml,v 1.15 2012/02/15 22:42:47 rene Exp $
%SOURCE% en_US.ISO8859-1/books/handbook/boot/chapter.sgml
- %SRCID% 1.75
+ %SRCID% 1.76
-->
<chapter id="boot">
@@ -639,9 +639,9 @@
<sect4 id="boot-splash-function">
<title>Splash-schermfuncties</title>
- <para>De splash-schermfunctie ondersteunt alleen
- 256-kleuren-bitmaps (<filename>.bmp</filename>) of ZSoft
- <acronym>PCX</acronym> (<filename>.pcx</filename>)
+ <para>De splash-schermfunctie ondersteunt 256-kleuren-bitmaps (
+ <filename>.bmp</filename>), ZSoft <acronym>PCX</acronym> (
+ <filename>.pcx</filename>) en TheDraw (<filename>.bin</filename>)
bestanden. Verder moeten de splash-afbeeldingsbestanden een
resolutie van 320 bij 200 pixels of minder hebben om op de
standaard VGA-adapters te werken.</para>
@@ -697,15 +697,15 @@
<sect4 id="boot-splash-enable">
<title>De splash-schermfunctie aanzetten</title>
- <para>Het splash-schermbestand (<filename>.bmp</filename> of
- <filename>.pcx</filename>) moet op de rootpartitie staan,
- bijvoorbeeld in de map <filename
+ <para>Het splash-schermbestand (<filename>.bmp</filename>,
+ <filename>.pcx</filename> of <filename>.bin</filename>) moet op de
+ rootpartitie staan, bijvoorbeeld in de map <filename
class="directory">/boot</filename>.</para>
- <para>Bewerk voor de standaard resolutie van het opstartscherm
+ <para>Bewerk voor de standaardresolutie van het opstartscherm
(256 kleuren, 320 bij 200 pixels, of minder)
- <filename>/boot/loader.conf</filename> zodat het het
- volgende bevat:</para>
+ <filename>/boot/loader.conf</filename> zodat het volgende
+ erin staat:</para>
<programlisting>splash_bmp_load="YES"
bitmap_load="YES"
@@ -731,13 +731,21 @@
bitmap_load="YES"
bitmap_name="<replaceable>/boot/splash.pcx</replaceable>"</programlisting>
- <para>De bestandsnaam is niet beperkt tot
- <quote>splash</quote> zoals in het bovenstaande voorbeeld.
- Het kan van alles zijn zolang het van het type
- <acronym>BMP</acronym> of <acronym>PCX</acronym> is, zoals
+ <para>In versie 8.3 is een andere mogelijkheid het gebruik van
+ ASCII-kunst in <ulink
+ url="https://en.wikipedia.org/wiki/TheDraw">TheDraw</ulink>
+ formaat.</para>
+
+ <programlisting>splash_txt="YES"
+bitmap_load="YES"
+bitmap_name="<replaceable>/boot/splash.bin</replaceable>"</programlisting>
+
+ <para>De bestandsnaam is niet beperkt tot <quote>splash</quote> zoals
+ in het bovenstaande voorbeeld. Het kan van alles zijn zolang het
+ een van de bovenstaande types is, zoals
<filename><replaceable>splash_640x400</replaceable>.bmp</filename>
of
- <filename><replaceable>blue_wave</replaceable>.pcx</filename>.</para>
+ <filename><replaceable>bluewave</replaceable>.pcx</filename>.</para>
<para>Enkele andere interessante opties voor
<filename>loader.conf</filename>:</para>
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml#61 (text+ko) ====
@@ -4,7 +4,7 @@
$FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml,v 1.42 2012/03/04 22:10:54 rene Exp $
%SOURCE% en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
- %SRCID% 1.126
+ %SRCID% 1.129
-->
<chapter id="desktop">
@@ -646,16 +646,17 @@
wordt geïnstalleert, moet er een recente versie van
<application>KDE</application> geïnstalleerd zijn.</para>
- <para><application>KOffice</application> als pakket installeren
- gaat met het volgende commando:</para>
+ <para><application>KOffice</application> voor
+ <application>KDE</application> als pakket installeren gaat met het
+ volgende commando:</para>
- <screen>&prompt.root; <userinput>pkg_add -r koffice</userinput></screen>
+ <screen>&prompt.root; <userinput>pkg_add -r koffice-kde4</userinput></screen>
<para>Als het pakket niet beschikbaar is, kan de Portscollectie
gebruiken worden. Om <application>KOffice</application> voor
- <application>KDE3</application> te installeren:</para>
+ <application>KDE4</application> te installeren:</para>
- <screen>&prompt.root; <userinput>cd /usr/ports/editors/koffice-kde3</userinput>
+ <screen>&prompt.root; <userinput>cd /usr/ports/editors/koffice-kde4</userinput>
&prompt.root; <userinput>make install clean</userinput></screen>
</sect2>
@@ -1352,10 +1353,10 @@
<row>
<entry><application>KOffice</application></entry>
- <entry><literal>koffice</literal></entry>
+ <entry><literal>koffice-kde4</literal></entry>
<entry><filename
- role="package">editors/koffice-kde3</filename></entry>
+ role="package">editors/koffice-kde4</filename></entry>
</row>
<row>
More information about the p4-projects
mailing list