MFen 1.101 -> 1.105
Obtained from: the FreeBSD Dutch Documentation Project
This commit is contained in:
parent
12a91a02ed
commit
71066bb5ee
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37239
1 changed files with 120 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
<!--
|
||||
The FreeBSD Dutch Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml,v 1.27 2011/03/06 15:05:39 remko Exp $
|
||||
|
||||
%SOURCE% en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
|
||||
%SRCID% 1.101
|
||||
%SRCID% 1.105
|
||||
-->
|
||||
|
||||
<chapter id="desktop">
|
||||
|
@ -71,7 +71,8 @@
|
|||
<application>KOffice</application>,
|
||||
<application>AbiWord</application>,
|
||||
<application>The GIMP</application>,
|
||||
<application>OpenOffice.org</application>)</para>
|
||||
<application>OpenOffice.org</application>,
|
||||
<application>LibreOffice</application>)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -206,10 +207,15 @@
|
|||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox</userinput></screen>
|
||||
|
||||
<para>Dit zal <application>Firefox</application> 3.6 installeren,
|
||||
als u in plaats hiervan <application>Firefox</application> 3.5
|
||||
<para>Dit zal <application>Firefox</application> 4.0 installeren,
|
||||
als u in plaats hiervan <application>Firefox</application> 3.6
|
||||
wilt draaien, gebruik dan:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox36</userinput></screen>
|
||||
|
||||
<para>Als u <application>Firefox</application> 3.5 wilt draaien, gebruik
|
||||
dan:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox35</userinput></screen>
|
||||
|
||||
<para>De Portscollectie kan ook gebruikt worden als u liever
|
||||
|
@ -218,9 +224,11 @@
|
|||
<screen>&prompt.root; <userinput>cd /usr/ports/www/firefox</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<para>Voor <application>Firefox</application> 3.5 dient
|
||||
<para>Voor <application>Firefox</application> 3.6 dient
|
||||
<literal>firefox</literal> in het vorige commando vervangen te
|
||||
worden door <literal>firefox35</literal>.</para>
|
||||
worden door <literal>firefox36</literal>. Voor
|
||||
<application>Firefox</application> 3.5 gebruikt u
|
||||
<literal>firefox35</literal>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="moz-java-plugin">
|
||||
|
@ -264,7 +272,7 @@
|
|||
<filename role="package">misc/compat7x</filename>
|
||||
geïnstalleerd worden voordat het pakket wordt
|
||||
geïnstalleerd.</para>
|
||||
|
||||
|
||||
<para>Als alternatief kan <application>Diablo &jre;</application>
|
||||
(evenals <application>Diablo &jdk;</application>)
|
||||
geïnstalleerd worden door gebruik te maken van de Ports
|
||||
|
@ -304,7 +312,7 @@
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<title>Voor Firefox 3.6</title>
|
||||
<title>Voor Firefox 3.6 en 4.0</title>
|
||||
|
||||
<para>Installeer <application>OpenJDK 6</application> vanuit
|
||||
de Ports Collectie door het volgende typen:</para>
|
||||
|
@ -570,6 +578,18 @@
|
|||
<entry><application>&jdk;</application>,
|
||||
<application>Mozilla</application></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><application>LibreOffice</application></entry>
|
||||
|
||||
<entry>enigszins veel</entry>
|
||||
|
||||
<entry>zwaar</entry>
|
||||
|
||||
<entry><application>Gtk+</application>, of
|
||||
<application>KDE</application> / <application>GNOME</application>,
|
||||
of <application>&jdk;</application></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
@ -770,6 +790,89 @@
|
|||
|
||||
<screen>&prompt.user; <userinput>openoffice.org</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>LibreOffice</title>
|
||||
|
||||
<indexterm>
|
||||
<primary><application>LibreOffice</application></primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm>
|
||||
<primary>kantoorpakketten</primary>
|
||||
|
||||
<secondary><application>LibreOffice</application></secondary>
|
||||
</indexterm>
|
||||
|
||||
<para><application>LibreOffice</application> is een gratis kantoorpakket
|
||||
ontwikkeld door <ulink
|
||||
url="http://www.documentfoundation.org/">The Document
|
||||
Foundation</ulink> en is compatibel met andere grote kantoorpakketten
|
||||
en is beschikbaar op meerdere platforms. Het is een afsplitsing van
|
||||
<application>OpenOffice.org</application> onder een nieuw merk en bevat
|
||||
alle verwachte toepassingen van een compleet kantoorpakket: een
|
||||
tekstverwerker, een spreadsheet, een presentatiebeheerder, een
|
||||
tekenprogramma, een databasebeheerprogramma, en een programma om
|
||||
wiskundige formules te bewerken. Het is beschikbaar in een aantal
|
||||
verschillende talen — internationalisatie heeft zich uitgebreid
|
||||
naar interfaces, spellingcheckers en woordenboeken.</para>
|
||||
|
||||
<para>De tekstverwerker van <application>LibreOffice</application>
|
||||
gebruikt een eigen XML-bestandsformaat voor verhoogde portabiliteit en
|
||||
flexibiliteit. Het spreadsheetprogramma bevat een macrotaal en kan met
|
||||
externe databases gebruikt worden.
|
||||
<application>LibreOffice</application> is reeds stabiel en draait op
|
||||
&windows;, Linux, &os;, en &macos; X. Meer informatie over
|
||||
<application>LibreOffice</application> is te vinden op de
|
||||
<ulink url="http://www.libreoffice.org/">website van
|
||||
LibreOffice</ulink>.</para>
|
||||
|
||||
<para>Om <application>LibreOffice</application> als een pakket te
|
||||
installeren:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r libreoffice</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>Dit zou moeten werken met een -RELEASE-versie van &os;.</para>
|
||||
</note>
|
||||
|
||||
<para>Als het pakket is geïnstalleerd, dient de volgende opdracht
|
||||
gebruikt te worden om <application>LibreOffice</application> te
|
||||
draaien:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>libreoffice</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>Tijdens de eerste keer draaien worden u wat vragen gesteld en
|
||||
wordt er een map <filename class="directory">.libreoffice</filename>
|
||||
aangemaakt in uw thuismap.</para>
|
||||
</note>
|
||||
|
||||
<para>Als er geen pakket voor <application>LibreOffice</application>
|
||||
beschikbaar is, heeft u nog altijd de optie om de port te compileren.
|
||||
Denk er echter aan dat dit veel schijfruimte en redelijk veel
|
||||
tijd kost.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/editors/libreoffice</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>Als u een gelokaliseerde versie wilt bouwen, dient u de vorige
|
||||
opdracht door het volgende te vervangen:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>make LOCALIZED_LANG=<replaceable>uw_taal</replaceable> install clean</userinput></screen>
|
||||
|
||||
<para>U dient <replaceable>uw_taal</replaceable> te vervangen door de
|
||||
juiste ISO-taalcode. Een lijst met ondersteunde talen is beschikbaar
|
||||
in het doel <maketarget>pre-fetch</maketarget> van de
|
||||
<filename>Makefile</filename> van de port.</para>
|
||||
</note>
|
||||
|
||||
<para>Wanneer dit is gedaan, kan <application>LibreOffice</application>
|
||||
gestart worden met deze opdracht:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>libreoffice</userinput></screen>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="desktop-viewers">
|
||||
|
@ -1247,6 +1350,14 @@
|
|||
<entry><filename role="package">editors/openoffice.org-3</filename></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><application>LibreOffice</application></entry>
|
||||
|
||||
<entry><literal>libreoffice</literal></entry>
|
||||
|
||||
<entry><filename role="package">editors/libreoffice</filename></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><application>&acrobat.reader;</application></entry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue