svn commit: r43756 - head/en_US.ISO8859-1/books/handbook/desktop

Dru Lavigne dru at FreeBSD.org
Tue Feb 4 14:49:42 UTC 2014


Author: dru
Date: Tue Feb  4 14:49:41 2014
New Revision: 43756
URL: http://svnweb.freebsd.org/changeset/doc/43756

Log:
  White space fix only. Translators can ignore.
  
  Sponsored by: iXsystems

Modified:
  head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml	Tue Feb  4 14:47:02 2014	(r43755)
+++ head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml	Tue Feb  4 14:49:41 2014	(r43756)
@@ -32,7 +32,8 @@
     <note>
       <para>Users who prefer to install a pre-built desktop version
 	of FreeBSD rather than configuring one from scratch should
-	refer to the <link xlink:href="http://www.pcbsd.org/">pcbsd.org
+	refer to the <link
+	  xlink:href="http://www.pcbsd.org/">pcbsd.org
 	website.</link></para>
     </note>
 
@@ -185,7 +186,8 @@
       </listitem>
 
       <listitem>
-	<para>Install X and a window manager as described in <xref linkend="x11"/>.</para>
+	<para>Install X and a window manager as described in <xref
+	  linkend="x11"/>.</para>
       </listitem>
 
       <listitem>
@@ -207,7 +209,8 @@
     </indexterm>
 
     <para>&os; does not come with a pre-installed web browser.
-      Instead, the <link xlink:href="http://www.FreeBSD.org/ports/www.html">www</link>
+      Instead, the <link
+	xlink:href="http://www.FreeBSD.org/ports/www.html">www</link>
       category of the Ports Collection contains many browsers which
       can be installed as a package or compiled from the Ports
       Collection.</para>
@@ -218,7 +221,9 @@
       for more information on how to set up these complete
       desktops.</para>
 
-    <para>Some light-weight browsers include <package>www/dillo2</package>, <package>www/links</package>, and <package>www/w3m</package>.</para>
+    <para>Some light-weight browsers include
+      <package>www/dillo2</package>, <package>www/links</package>, and
+      <package>www/w3m</package>.</para>
 
     <para>This section demonstrates how to install the following
       popular web browsers and indicates if the application is
@@ -294,11 +299,14 @@
 
       <screen>&prompt.root; <userinput>pkg install firefox-esr</userinput></screen>
 
-      <para>Localized versions are available in <package>www/firefox-i18n</package> and <package>www/firefox-esr-i18n</package>.</para>
+      <para>Localized versions are available in
+	<package>www/firefox-i18n</package> and
+	<package>www/firefox-esr-i18n</package>.</para>
 
       <para>The Ports Collection can instead be used to compile the
 	desired version of <application>Firefox</application> from
-	source code.  This example builds <package>www/firefox</package>, where
+	source code.  This example builds
+	<package>www/firefox</package>, where
 	<literal>firefox</literal> can be replaced with the ESR or
 	localized version to install.</para>
 
@@ -310,10 +318,10 @@
 
       <para>The installation of
 	<application>Firefox</application> does not include &java;
-	support.  However, <package>java/icedtea-web</package> provides a free
-	software web browser plugin for running Java applets.  It can
-	be installed as a package.  To alternately compile the
-	port:</para>
+	support.  However, <package>java/icedtea-web</package>
+	provides a free software web browser plugin for running Java
+	applets.  It can be installed as a package.  To alternately
+	compile the port:</para>
 
       <screen>&prompt.root; <userinput>cd /usr/ports/java/icedtea-web</userinput>
 &prompt.root; <userinput>make install clean</userinput></screen>
@@ -354,15 +362,17 @@
 
       <procedure>
 	<step>
-	  <para>Install the <package>www/nspluginwrapper</package> port.
-	    Due to licensing restrictions, a package is not available.
-	    This port requires <package>emulators/linux_base-f10</package> which
-	    is a large port.</para>
+	  <para>Install the <package>www/nspluginwrapper</package>
+	    port.  Due to licensing restrictions, a package is not
+	    available.  This port requires
+	    <package>emulators/linux_base-f10</package> which is a
+	    large port.</para>
 	</step>
 
 	<step>
-	  <para>Install the <package>www/linux-f10-flashplugin11</package>
-	    port.  Due to licensing restrictions, a package is not
+	  <para>Install the
+	    <package>www/linux-f10-flashplugin11</package> port.  Due
+	    to licensing restrictions, a package is not
 	    available.</para>
 	</step>
 
@@ -370,7 +380,8 @@
 	  <screen>&prompt.root; <userinput>ln -s /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so \
   /usr/local/lib/browser_plugins/</userinput></screen>
 
-	  <para>Create the <filename>/usr/local/lib/browser_plugins</filename>
+	  <para>Create the
+	    <filename>/usr/local/lib/browser_plugins</filename>
 	    directory if it is not already present.</para>
 	</step>
 
@@ -451,9 +462,9 @@
       <para>To install &adobe; &flash; plugin support, first compile
 	the <package>www/linux-f10-flashplugin11</package> port,
 	as a package is not available due to licensing restrictions.
-	Then install either the <package>www/opera-linuxplugins</package> port
-	or package.  This example compiles both applications from
-	ports:</para>
+	Then install either the
+	<package>www/opera-linuxplugins</package> port or package.
+	This example compiles both applications from ports:</para>
 
       <screen>&prompt.root; <userinput>cd /usr/ports/www/linux-f10-flashplugin11</userinput>
 &prompt.root; <userinput>make install clean</userinput>
@@ -467,7 +478,8 @@
 	all the currently available plugins.</para>
 
       <para>To add the <application>&java;</application> plugin,
-	follow the instructions in <xref linkend="moz-java-plugin"/>.</para>
+	follow the instructions in <xref
+	  linkend="moz-java-plugin"/>.</para>
     </sect2>
 
     <sect2>
@@ -479,8 +491,8 @@
 
       <para><application>Konqueror</application> is more than a web
 	browser as it is also a file manager and a multimedia
-	viewer.  It is included in the <package>x11/kde4-baseapps</package> package or
-	port.</para>
+	viewer.  It is included in the
+	<package>x11/kde4-baseapps</package> package or port.</para>
 
       <para><application>Konqueror</application> supports WebKit as
 	well as its own KHTML.  WebKit is a rendering engine used by
@@ -503,7 +515,8 @@
       <para><application>Konqueror</application> also supports
 	<application>&flash;</application>.  A <quote>How To</quote>
 	guide for getting <application>&flash;</application> support
-	on <application>Konqueror</application> is available at <uri xlink:href="http://freebsd.kde.org/howtos/konqueror-flash.php">http://freebsd.kde.org/howtos/konqueror-flash.php</uri>.</para>
+	on <application>Konqueror</application> is available at <uri
+	  xlink:href="http://freebsd.kde.org/howtos/konqueror-flash.php">http://freebsd.kde.org/howtos/konqueror-flash.php</uri>.</para>
     </sect2>
 
     <sect2>
@@ -668,8 +681,9 @@
 	and <application>Karbon</application> is used to draw
 	graphical documents.</para>
 
-      <para>In &os;, <package>editors/calligra</package> can be installed
-	as a package or a port.  To install the package:</para>
+      <para>In &os;, <package>editors/calligra</package> can be
+	installed as a package or a port.  To install the
+	package:</para>
 
       <screen>&prompt.root; <userinput>pkg install calligra</userinput></screen>
 
@@ -733,7 +747,8 @@
       <screen>&prompt.root; <userinput>cd /usr/ports/graphics/gimp</userinput>
 &prompt.root; <userinput>make install clean</userinput></screen>
 
-      <para>The graphics category (<link xlink:href="http://www.FreeBSD.org/ports/graphics.html">freebsd.org/ports/graphics.html</link>)
+      <para>The graphics category (<link
+	  xlink:href="http://www.FreeBSD.org/ports/graphics.html">freebsd.org/ports/graphics.html</link>)
 	of the Ports Collection contains several
 	<application>GIMP</application>-related plugins, help files,
 	and user manuals.</para>
@@ -774,8 +789,10 @@
 	  OpenOffice</application> is stable and runs natively on
 	&windows;, &solaris;, &linux;, &os;, and &macos; X.
 	More information about <application>Apache
-	  OpenOffice</application> can be found at <link xlink:href="http://openoffice.org/">openoffice.org</link>.  For
-	&os; specific information refer to <link xlink:href="http://porting.openoffice.org/freebsd/">porting.openoffice.org/freebsd/</link>.</para>
+	  OpenOffice</application> can be found at <link
+	  xlink:href="http://openoffice.org/">openoffice.org</link>.
+	For &os; specific information refer to <link
+	  xlink:href="http://porting.openoffice.org/freebsd/">porting.openoffice.org/freebsd/</link>.</para>
 
       <para>To install the <application>Apache
 	  OpenOffice</application> package:</para>
@@ -791,8 +808,9 @@
 	number of the installed version of <application>Apache
 	  OpenOffice</application>.  The first time
 	<application>Apache OpenOffice</application> launches, some
-	questions will be asked and a <filename>.openoffice.org</filename> folder will
-	be created in the user's home directory.</para>
+	questions will be asked and a
+	<filename>.openoffice.org</filename> folder will be created in
+	the user's home directory.</para>
 
       <para>If the desired <application>Apache
 	  OpenOffice</application> package is not available, compiling
@@ -829,7 +847,8 @@
       </indexterm>
 
       <para><application>LibreOffice</application> is a free software
-	office suite developed by <link xlink:href="http://www.documentfoundation.org/">documentfoundation.org</link>.
+	office suite developed by <link
+	  xlink:href="http://www.documentfoundation.org/">documentfoundation.org</link>.
 	It is compatible with other major office suites and available
 	on a variety of platforms.  It is a rebranded fork of
 	<application>OpenOffice.org</application> and includes
@@ -848,16 +867,17 @@
 	interfaced with external databases.
 	<application>LibreOffice</application> is stable and runs
 	natively on &windows;, &linux;, &os;, and &macos; X.
-	More information about
-	<application>LibreOffice </application> can be found at
-	<link xlink:href="http://www.libreoffice.org/">libreoffice.org</link>.</para>
+	More information about <application>LibreOffice</application>
+	can be found at <link
+	  xlink:href="http://www.libreoffice.org/">libreoffice.org</link>.</para>
 
       <para>To install the English version of the
 	<application>LibreOffice</application> package:</para>
 
       <screen>&prompt.root; <userinput>pkg install libreoffice</userinput></screen>
 
-      <para>The editors category (<link xlink:href="http://www.FreeBSD.org/ports/editors.html">freebsd.org/ports/editors.html</link>)
+      <para>The editors category (<link
+	  xlink:href="http://www.FreeBSD.org/ports/editors.html">freebsd.org/ports/editors.html</link>)
 	of the Ports Collection contains several localizations for
 	<application>LibreOffice</application>.  When installing a
 	localized package, replace <literal>libreoffice</literal>
@@ -869,8 +889,8 @@
       <screen>&prompt.user; <userinput>libreoffice</userinput></screen>
 
       <para>During the first launch, some questions will be asked
-	and a <filename>.libreoffice</filename>
-	folder will be created in the user's home directory.</para>
+	and a <filename>.libreoffice</filename> folder will be created
+	in the user's home directory.</para>
 
       <para>If the desired <application>LibreOffice</application>
 	package is not available, compiling the port is still an
@@ -885,7 +905,8 @@
 	<para>To build a localized version,
 	  <application>cd</application> into the port directory of
 	  the desired language.  Supported languages can be found
-	  in the editors category (<link xlink:href="http://www.FreeBSD.org/ports/editors.html">freebsd.org/ports/editors.html</link>)
+	  in the editors category (<link
+	    xlink:href="http://www.FreeBSD.org/ports/editors.html">freebsd.org/ports/editors.html</link>)
 	  of the Ports Collection.</para>
       </note>
     </sect2>
@@ -961,7 +982,8 @@
 	is also available for &os;.  Due to licensing restrictions,
 	a package is not available, meaning that this application
 	must be compiled from ports.  Several localizations are
-	available from the print category (<link xlink:href="http://www.FreeBSD.org/ports/print.html">freebsd.org/ports/print.html</link>)
+	available from the print category (<link
+	  xlink:href="http://www.FreeBSD.org/ports/print.html">freebsd.org/ports/print.html</link>)
 	of the Ports Collection.</para>
 
       <para>This command installs the English version of


More information about the svn-doc-all mailing list