PERFORCE change 154321 for review
Rene Ladan
rene at FreeBSD.org
Mon Dec 8 00:40:42 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=154321
Change 154321 by rene at rene_self on 2008/12/08 08:39:55
IFC
Affected files ...
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/faq/book.sgml#11 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/book.sgml#3 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml#2 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml#3 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml#3 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.sgml#2 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/tools/chapter.sgml#3 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/boot/chapter.sgml#3 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml#6 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml#11 integrate
Differences ...
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/faq/book.sgml#11 (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.1102 2008/10/18 08:54:27 manolis Exp $</pubdate>
+ <pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.1103 2008/12/07 20:44:01 pgj Exp $</pubdate>
<copyright>
<year>1995</year>
@@ -7426,49 +7426,10 @@
</question>
<answer>
- <para>&os; have a feature to allow the display of
- <quote>splash</quote> screens during the boot messages. The
- splash screens currently must be a 256 color bitmap
- (<filename>*.BMP</filename>) or ZSoft PCX
- (<filename>*.PCX</filename>) file. In addition, they must
- have a resolution of 320x200 or less to work on standard VGA
- adapters. If you compile VESA support into your kernel,
- then you can use larger bitmaps up to 1024x768. The actual
- VESA support can either be compiled directly into the kernel
- with the <literal>VESA</literal> kernel config option or by
- loading the VESA kld module during bootup.</para>
-
- <para>To use a splash screen, you need to modify the startup
- files that control the boot process for &os;.</para>
-
- <para>You need to create a
- <filename>/boot/loader.rc</filename> file that contains the
- following lines:</para>
-
- <programlisting>include /boot/loader.4th
-start</programlisting>
-
- <para>and a <filename>/boot/loader.conf</filename> that
- contains the following:</para>
-
- <programlisting>splash_bmp_load="YES"
-bitmap_load="YES"</programlisting>
-
- <para>This assumes you are using
- <filename>/boot/splash.bmp</filename> for your splash
- screen. If you would rather use a PCX file, copy it to
- <filename>/boot/splash.pcx</filename>, create a
- <filename>/boot/loader.rc</filename> as instructed above,
- and create a <filename>/boot/loader.conf</filename> that
- contains:</para>
-
- <programlisting>splash_pcx_load="YES"
-bitmap_load="YES"
-bitmap_name="/boot/splash.pcx"</programlisting>
-
- <para>Now all you need is a splash screen. For that you can
- surf on over to the gallery at <ulink
- url="http://www.baldwin.cx/splash/"></ulink>.</para>
+ <para>The detailed answer for this question can be found in
+ the <ulink
+ url="&url.books.handbook;/boot-blocks.html#BOOT-SPLASH">Boot Time Splash Screens</ulink>
+ section of the &os; Handbook.</para>
</answer>
</qandaentry>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/book.sgml#3 (text+ko) ====
@@ -27,7 +27,7 @@
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
- $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.31 2008/10/02 12:14:31 pgj Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.32 2008/12/07 22:03:48 pgj Exp $
-->
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@@ -59,9 +59,9 @@
<holder role="mailto:doceng at FreeBSD.org">DocEng</holder>
</copyright>
- <pubdate role="rcs">$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.31 2008/10/02 12:14:31 pgj Exp $</pubdate>
+ <pubdate role="rcs">$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.32 2008/12/07 22:03:48 pgj Exp $</pubdate>
- <releaseinfo>$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.31 2008/10/02 12:14:31 pgj Exp $</releaseinfo>
+ <releaseinfo>$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/book.sgml,v 1.32 2008/12/07 22:03:48 pgj Exp $</releaseinfo>
&bookinfo.legalnotice;
@@ -192,7 +192,7 @@
</sect1>
<sect1 id="preface-notes">
- <title>Notes, tips, important information, warnings, and examples</title>
+ <title>Notes, Tips, Important Information, Warnings, and Examples</title>
<para>Within the text appear notes, warnings, and examples.</para>
@@ -220,7 +220,7 @@
</warning>
<example>
- <title>A sample example</title>
+ <title>A Sample Example</title>
<para>Examples are represented like this, and typically contain
examples you should walk through, or show you what the results of a
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml#2 (text+ko) ====
@@ -27,7 +27,7 @@
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
- $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml,v 1.23 2005/02/20 16:46:26 simon Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml,v 1.24 2008/12/07 22:03:48 pgj Exp $
-->
<chapter id="overview">
@@ -146,7 +146,7 @@
</sect1>
<sect1 id="overview-before">
- <title>Before you start</title>
+ <title>Before You Start</title>
<para>This document assumes that you already know:</para>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml#3 (text+ko) ====
@@ -27,7 +27,7 @@
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
- $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml,v 1.76 2008/12/06 22:09:01 pgj Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml,v 1.77 2008/12/07 22:03:48 pgj Exp $
-->
<chapter id="sgml-markup">
@@ -172,8 +172,8 @@
Leaving gaps in the numbering is to be avoided.</para>
<example>
- <title>Bad ordering of
- <sgmltag>h<replaceable>n</replaceable></sgmltag> elements</title>
+ <title>Bad Ordering of
+ <sgmltag>h<replaceable>n</replaceable></sgmltag> Elements</title>
<para>Use:</para>
@@ -2023,7 +2023,7 @@
</variablelist>
<example>
- <title><sgmltag>hostid</sgmltag> and roles</title>
+ <title><sgmltag>hostid</sgmltag> and Roles</title>
<para>Use:</para>
@@ -2190,8 +2190,8 @@
</sect3>
<sect3>
- <title>Showing items that the user <emphasis>must</emphasis> fill
- in</title>
+ <title>Showing Items That the User <emphasis>Must</emphasis> Fill
+ In</title>
<para>There will often be times when you want to show the user what to
do, or refer to a file, or command line, or similar, where the user
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml#3 (text+ko) ====
@@ -27,7 +27,7 @@
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
- $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml,v 1.48 2008/10/31 12:23:35 pgj Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml,v 1.49 2008/12/07 22:03:48 pgj Exp $
-->
<chapter id="sgml-primer">
@@ -157,7 +157,7 @@
</sect1>
<sect1 id="sgml-primer-elements">
- <title>Elements, tags, and attributes</title>
+ <title>Elements, Tags, and Attributes</title>
<para>All the DTDs written in SGML share certain characteristics. This is
hardly surprising, as the philosophy behind SGML will inevitably show
@@ -209,7 +209,7 @@
<sgmltag>/<replaceable>element-name</replaceable></sgmltag>.</para>
<example>
- <title>Using an element (start and end tags)</title>
+ <title>Using an Element (Start and End Tags)</title>
<para>HTML has an element for indicating that the content enclosed by
the element is a paragraph, called <sgmltag>p</sgmltag>. This
@@ -228,7 +228,7 @@
the start tag is required for this element.</para>
<example>
- <title>Using an element (start tag only)</title>
+ <title>Using an Element (Start Tag Only)</title>
<para>HTML has an element for indicating a horizontal rule, called
<sgmltag>hr</sgmltag>. This element does not wrap content, so only
@@ -248,7 +248,7 @@
on.</para>
<example>
- <title>Elements within elements; <sgmltag>em</sgmltag></title>
+ <title>Elements within Elements; <sgmltag>em</sgmltag></title>
<programlisting><![ CDATA [<p>This is a simple <em>paragraph</em> where some
of the <em>words</em> have been <em>emphasized</em>.</p>]]></programlisting>
@@ -298,7 +298,7 @@
<literal>left</literal>.</para>
<example>
- <title>Using an element with an attribute</title>
+ <title>Using An Element with An Attribute</title>
<programlisting><![ CDATA [<p align="left">The inclusion of the align attribute
on this paragraph was superfluous, since the default is left.</p>
@@ -313,7 +313,7 @@
the attribute value.</para>
<example>
- <title>Single quotes around attributes</title>
+ <title>Single Quotes Around Attributes</title>
<programlisting><![ CDATA [<p align='right'>I am on the right!</p>]]></programlisting>
</example>
@@ -332,7 +332,7 @@
catalog files.</para>
<sect2>
- <title>For you to do…</title>
+ <title>For You to Do…</title>
<para>In order to run the examples in this document you will need to
install some software on your system and ensure that an environment
@@ -356,7 +356,7 @@
<example id="sgml-primer-envars">
<title><filename>.profile</filename>, for &man.sh.1; and
- &man.bash.1; users</title>
+ &man.bash.1; Users</title>
<programlisting>SGML_ROOT=/usr/local/share/sgml
SGML_CATALOG_FILES=${SGML_ROOT}/jade/catalog
@@ -370,7 +370,7 @@
<example>
<title><filename>.cshrc</filename>, for &man.csh.1; and
- &man.tcsh.1; users</title>
+ &man.tcsh.1; Users</title>
<programlisting>setenv SGML_ROOT /usr/local/share/sgml
setenv SGML_CATALOG_FILES ${SGML_ROOT}/jade/catalog
@@ -395,7 +395,7 @@
<html>
<head>
- <title>An example HTML file</title>
+ <title>An Example HTML File</title>
</head>
<body>
@@ -526,7 +526,7 @@
</sect1>
<sect1 id="sgml-primer-doctype-declaration">
- <title>The DOCTYPE declaration</title>
+ <title>The DOCTYPE Declaration</title>
<para>The beginning of each document that you write must specify the name
of the DTD that the document conforms to. This is so that SGML parsers
@@ -692,7 +692,7 @@
</variablelist>
<sect3>
- <title><filename>catalog</filename> files</title>
+ <title><filename>catalog</filename> Files</title>
<para>If you use the syntax above and process this document
using an SGML processor, the processor will need to have some way of
@@ -779,7 +779,7 @@
</sect1>
<sect1 id="sgml-primer-sgml-escape">
- <title>Escaping back to SGML</title>
+ <title>Escaping Back to SGML</title>
<para>As mentioned earlier, SGML is only used when writing a
DTD. This is not strictly true. There is certain SGML syntax that you
@@ -814,7 +814,7 @@
opens a comment, and the second closes it.</para>
<example>
- <title>SGML generic comment</title>
+ <title>SGML Generic Comment</title>
<programlisting><!-- test comment --></programlisting>
@@ -832,7 +832,7 @@
<![ %output.print; [
<important>
- <title>Use 2 dashes</title>
+ <title>Use 2 Dashes</title>
<para>There is a problem with producing the Postscript and PDF versions
of this document. The above example probably shows just one hyphen
@@ -861,7 +861,7 @@
will reject documents that make that error.</para>
<example>
- <title>Erroneous SGML comments</title>
+ <title>Erroneous SGML Comments</title>
<programlisting><![ CDATA [
<!-- This is in the comment --
@@ -889,7 +889,7 @@
</example>
<sect2>
- <title>For you to do…</title>
+ <title>For You to Do…</title>
<procedure>
<step>
@@ -964,7 +964,7 @@
declaration.</para>
<example>
- <title>Defining general entities</title>
+ <title>Defining General Entities</title>
<programlisting><![ CDATA [<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" [
<!ENTITY current.version "3.0-RELEASE">
@@ -982,7 +982,7 @@
</sect2>
<sect2 id="sgml-primer-parameter-entities">
- <title>Parameter entities</title>
+ <title>Parameter Entities</title>
<para>Like <link linkend="sgml-primer-general-entities">general
entities</link>, parameter entities are used to assign names to
@@ -1003,7 +1003,7 @@
entity.</para>
<example>
- <title>Defining parameter entities</title>
+ <title>Defining Parameter Entities</title>
<programlisting><![ CDATA [<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" [
<!ENTITY % param.some "some">
@@ -1018,7 +1018,7 @@
</sect2>
<sect2>
- <title>For you to do…</title>
+ <title>For You to Do…</title>
<procedure>
<step>
@@ -1031,7 +1031,7 @@
<html>
<head>
- <title>An example HTML file</title>
+ <title>An Example HTML File</title>
</head>
<!-- You might well have some comments in here as well -->
@@ -1098,7 +1098,7 @@
</sect1>
<sect1 id="sgml-primer-include">
- <title>Using entities to include files</title>
+ <title>Using Entities to Include Files</title>
<para>Entities (both <link
linkend="sgml-primer-general-entities">general</link> and <link
@@ -1106,7 +1106,7 @@
particularly useful when used to include one file inside another.</para>
<sect2 id="sgml-primer-include-using-gen-entities">
- <title>Using general entities to include files</title>
+ <title>Using General Entities to Include Files</title>
<para>Suppose you have some content for an SGML book organized into
files, one file per chapter, called
@@ -1121,7 +1121,7 @@
the value of the entity.</para>
<example>
- <title>Using general entities to include files</title>
+ <title>Using General Entities to Include Files</title>
<programlisting><![ CDATA [<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" [
<!ENTITY chapter.1 SYSTEM "chapter1.sgml">
@@ -1150,7 +1150,7 @@
</sect2>
<sect2>
- <title>Using parameter entities to include files</title>
+ <title>Using Parameter Entities to Include Files</title>
<para>Recall that parameter entities can only be used inside an SGML
context. Why then would you want to include a file within an SGML
@@ -1171,7 +1171,7 @@
document.</para>
<example>
- <title>Using parameter entities to include files</title>
+ <title>Using Parameter Entities to Include Files</title>
<para>First, place your entity definitions in a separate file, called
<filename>chapters.ent</filename>. This file contains the
@@ -1203,10 +1203,10 @@
</sect2>
<sect2>
- <title>For you to do…</title>
+ <title>For You to Do…</title>
<sect3>
- <title>Use general entities to include files</title>
+ <title>Use General Entities to Include Files</title>
<procedure>
<step>
@@ -1232,7 +1232,7 @@
<html>
<head>
- <title>An example HTML file</title>
+ <title>An Example HTML File</title>
</head>
<body>
@@ -1262,7 +1262,7 @@
</sect3>
<sect3>
- <title>Use parameter entities to include files</title>
+ <title>Use Parameter Entities to Include Files</title>
<note>
<para>You must have taken the previous steps first.</para>
@@ -1279,7 +1279,7 @@
<html>
<head>
- <title>An example HTML file</title>
+ <title>An Example HTML File</title>
</head>
<body>
@@ -1321,14 +1321,14 @@
</sect1>
<sect1 id="sgml-primer-marked-sections">
- <title>Marked sections</title>
+ <title>Marked Sections</title>
<para>SGML provides a mechanism to indicate that particular pieces of the
document should be processed in a special way. These are termed
<quote>marked sections</quote>.</para>
<example>
- <title>Structure of a marked section</title>
+ <title>Structure of A Marked Section</title>
<programlisting><![ <replaceable>KEYWORD</replaceable> [
Contents of marked section
@@ -1352,7 +1352,7 @@
<literal>></literal>.</para>
<sect2>
- <title>Marked section keywords</title>
+ <title>Marked Section Keywords</title>
<sect3>
<title><literal>CDATA</literal>, <literal>RCDATA</literal></title>
@@ -1409,7 +1409,7 @@
<!-- The nesting of CDATA within the next example is disgusting -->
<example>
- <title>Using a CDATA marked section</title>
+ <title>Using a <literal>CDATA</literal> Marked Section</title>
<programlisting><para>Here is an example of how you would include some text
that contained many <literal>&lt;</literal>
@@ -1451,7 +1451,7 @@
<example>
<title>Using <literal>INCLUDE</literal> and
- <literal>IGNORE</literal> in marked sections</title>
+ <literal>IGNORE</literal> in Marked Sections</title>
<programlisting><![ INCLUDE [
This text will be processed and included.
@@ -1488,8 +1488,8 @@
reprocess the document.</para>
<example>
- <title>Using a parameter entity to control a marked
- section</title>
+ <title>Using A Parameter Entity to Control a Marked
+ Section</title>
<programlisting><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" [
<!ENTITY % electronic.copy "INCLUDE">
@@ -1515,7 +1515,7 @@
</sect2>
<sect2>
- <title>For you to do…</title>
+ <title>For You to Do…</title>
<procedure>
<step>
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.sgml#2 (text+ko) ====
@@ -27,7 +27,7 @@
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
- $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.sgml,v 1.13 2007/01/15 23:29:57 keramida Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.sgml,v 1.14 2008/12/07 22:03:48 pgj Exp $
-->
<chapter id="stylesheets">
@@ -70,7 +70,7 @@
HTML document without abusing HTML to do so.</para>
<sect2>
- <title>The DocBook documents</title>
+ <title>The DocBook Documents</title>
<para>The FreeBSD DSSSL stylesheets include a reference to a stylesheet,
<filename>docbook.css</filename>, which is expected to appear in the
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/fdp-primer/tools/chapter.sgml#3 (text+ko) ====
@@ -27,7 +27,7 @@
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
- $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/tools/chapter.sgml,v 1.33 2008/10/13 06:57:53 pgj Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/tools/chapter.sgml,v 1.34 2008/12/07 22:03:48 pgj Exp $
-->
<chapter id="tools">
@@ -47,7 +47,7 @@
tools is covered in later chapters.</para>
<tip>
- <title>Use <filename role="package">textproc/docproj</filename> if possible</title>
+ <title>Use <filename role="package">textproc/docproj</filename> If Possible</title>
<para>You can save yourself a lot of time if you install the
<filename role="package">textproc/docproj</filename> port. This is a
@@ -83,7 +83,7 @@
</tip>
<sect1 id="tools-mandatory">
- <title>Mandatory tools</title>
+ <title>Mandatory Tools</title>
<sect2>
<title>Software</title>
@@ -199,7 +199,7 @@
</sect1>
<sect1 id="tools-optional">
- <title>Optional tools</title>
+ <title>Optional Tools</title>
<para>You do not need to have any of the following installed. However,
you may find it easier to work with the documentation if you do, and
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/boot/chapter.sgml#3 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml,v 1.66 2008/12/06 22:24:36 pgj Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml,v 1.67 2008/12/07 22:24:05 pgj Exp $
-->
<chapter id="boot">
@@ -614,8 +614,8 @@
<title>Enabling the Splash Screen Function</title>
<para>The splash screen (<filename>.bmp</filename>) or
- (<filename>.pcx</filename>) file has to be placed in the
- <filename
+ (<filename>.pcx</filename>) file has to be placed on the
+ root partition, for example in the <filename
class="directory">/boot</filename> directory.</para>
<para>For default boot display resolution (256-color, 320 by
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml#6 (text+ko) ====
@@ -1,6 +1,6 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml,v 1.83 2008/12/07 18:19:59 manolis Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml,v 1.85 2008/12/08 07:53:25 blackend Exp $
-->
<chapter id="desktop">
@@ -199,7 +199,7 @@
</sect2>
<sect2 id="moz-java-plugin">
- <title>Firefox and &java; plugin</title>
+ <title>Firefox and &java; Plugin</title>
<note>
<para>In this section and in the next one, we assume you have
@@ -232,12 +232,12 @@
<screen>&prompt.root; <userinput>ln -s /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \
/usr/local/lib/browser_plugins/</userinput></screen>
- <para>then relaunch your browser.</para>
+ <para>Then relaunch your browser.</para>
</sect2>
<sect2 id="moz-flash-plugin">
- <title>Firefox and ¯omedia; &flash; plugin</title>
+ <title>Firefox and ¯omedia; &flash; Plugin</title>
<indexterm>
<primary>Flash</primary>
</indexterm>
@@ -247,18 +247,41 @@
exists. This wrapper also supports &adobe; &acrobat; plugin,
&realplayer; plugin and more.</para>
+ <warning>
+ <para>The following text covers the installation of &flash;
+ 9.X on recent -STABLE branch, &os; 7.1-RELEASE and above.
+ If you run an older version of &os; or encounter issues, you
+ should install <filename
+ role="package">www/linux-flashplugin7</filename> and skip
+ the &man.linprocfs.5; part.</para>
+ </warning>
+
<para>Install the <filename role="package">www/nspluginwrapper</filename>
port. This port requires
<filename role="package">emulators/linux_base</filename> which is a
large port.</para>
<para>The next step is to install the <filename
- role="package">www/linux-flashplugin7</filename> port. Once
+ role="package">www/linux-flashplugin9</filename> port. Once
this port is installed, the plugin must be installed by each
user with <command>nspluginwrapper</command>:</para>
<screen>&prompt.user; <userinput>nspluginwrapper -v -a -i</userinput></screen>
+ <para>The &linux; process file system, &man.linprocfs.5; has to
+ be mounted on <filename
+ class="directory">/usr/compat/linux/proc</filename>, if one
+ wants to play &flash; animations. This can be done via the
+ following command:</para>
+
+ <screen>&prompt.user; <userinput>mount -t linprocfs linproc /usr/compat/linux/proc</userinput></screen>
+
+ <para>This point can be automated at boot time with the addition
+ of the matching line in
+ <filename>/etc/fstab</filename>:</para>
+
+ <programlisting>linproc /usr/compat/linux/proc linprocfs rw 0 0</programlisting>
+
<para>Then, start your browser, enter
<literal>about:plugins</literal> in the location bar and press
<keycap>Enter</keycap>.
@@ -267,7 +290,7 @@
</sect2>
<sect2 id="moz-swfdec-flash-plugin">
- <title>Firefox and Swfdec &flash; plugin</title>
+ <title>Firefox and Swfdec &flash; Plugin</title>
<para>Swfdec is the library for decoding and rendering &flash; animations.
And Swfdec-Mozilla is a plugin for <application>Firefox</application>
@@ -279,7 +302,7 @@
<screen>&prompt.root; <userinput>pkg_add -r swfdec-plugin</userinput></screen>
- <para>if the package is not available, you can compile and install it
+ <para>If the package is not available, you can compile and install it
from the Ports Collection:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/www/swfdec-plugin</userinput>
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml#11 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Dutch Documentation Project
- $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml,v 1.15 2008/11/24 21:31:26 rene Exp $
+ $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml,v 1.16 2008/12/07 21:27:09 rene Exp $
$FreeBSDnl: doc/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml,v 1.37 2006/08/25 16:14:06 remko Exp $
%SOURCE% en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
More information about the p4-projects
mailing list