web/html/docs/jargon-buster fedora-glossary.php, 1.6, 1.7 fedora.css, 1.1, 1.2 index.php, 1.6, 1.7 rv-revhistory.php, 1.5, 1.6

Paul W. Frields (pfrields) fedora-websites-list at redhat.com
Fri Apr 7 16:47:00 UTC 2006


Author: pfrields

Update of /cvs/fedora/web/html/docs/jargon-buster
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10582

Modified Files:
	fedora-glossary.php fedora.css index.php rv-revhistory.php 
Log Message:
Update to 1.9.6; this version is fully OPL-able now that all unlicensed contributions have been removed or edited out


Index: fedora-glossary.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/jargon-buster/fedora-glossary.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fedora-glossary.php	6 Jan 2006 23:32:50 -0000	1.6
+++ fedora-glossary.php	7 Apr 2006 16:46:58 -0000	1.7
@@ -7,607 +7,652 @@
 
 ?>
 
-<div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Glossary</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.php">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> </td></tr></table><hr></div><div class="glossary"><div class="titlepage"><div><div><h2 class="title"><a name="fedora-glossary"></a>Glossary</h2></div></div></div><div class="glossdiv"><h3 class="title">Jargon Buster</h3><dl><dt><a name="gl-jb-a11y"></a>a11y</dt><dd><p>
-	    An abbreviation for "accessibility," frequently used in
-	    programming to avoid unnecessary typing and misspelling.
-	    Accessibility is the provision of services for impaired
-	    users, such as text-to-speech translation for the visually
-	    impaired.  The <code class="literal">11</code> derives from the eleven
-	    letters between the beginning <code class="literal">a</code> and the
-	    ending <code class="literal">y</code>.
-	  </p></dd><dt><a name="gl-jb-alsa"></a>ALSA</dt><dd><p>
-            The Advanced Linux Sound Architecture (ALSA) provides audio
-	    and MIDI functionality to the Linux operating system. Refer
-	    to <a href="http://www.alsa-project.org/" target="_top">http://www.alsa-project.org/</a> for more
-	    information.
+<div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Glossary</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.php">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> </td></tr></table><hr></div><div class="glossary"><div class="titlepage"><div><div><h2 class="title"><a name="fedora-glossary"></a>Glossary</h2></div></div></div><div class="glossdiv"><h3 class="title">Jargon Buster</h3><dl><dt><a name="gl-jb-a11y"></a>a11y</dt><dd><p>
+            An abbreviation for "accessibility," frequently used in
+            programming to avoid unnecessary typing and misspelling.
+            Accessibility is the provision of services for impaired
+            users, such as text-to-speech translation for the visually
+            impaired. The <code class="literal">11</code> derives from the eleven
+            letters between the beginning <code class="literal">a</code> and the
+            ending <code class="literal">y</code>.
+          </p></dd><dt><a name="gl-jb-alsa"></a>ALSA</dt><dd><p>
+            The Advanced Linux Sound Architecture (ALSA) is a technology
+            that gives Fedora the ability to mix and output multiple
+            audio sources. ALSA supports many consumer and professional
+            level hardware devices. Refer to
+            <a href="http://www.alsa-project.org/" target="_top">http://www.alsa-project.org/</a> for more
+            information.
           </p></dd><dt><a name="gl-jb-anaconda"></a>Anaconda</dt><dd><p>
-            <span><strong class="application">Anaconda</strong></span> is the installation
-	    program for Fedora Core. During installation,
-	    <span><strong class="application">Anaconda</strong></span> identifies and
-	    configures the system's hardware, and creates appropriate
-	    file systems. <span><strong class="application">Anaconda</strong></span> also
-	    allows the user to install the operating system software on
-	    the system. Optionally, it upgrades existing Red Hat Linux or Fedora
-	    installations. <span><strong class="application">Anaconda</strong></span> runs in a
-	    fully interactive text or graphical mode, or in a
-	    <em class="firstterm">kickstart</em> mode, which allows the
-	    owner or administrator to automate installation for
-	    unattended operation. Refer to <a href="http://fedora.redhat.com/projects/anaconda-installer/" target="_top">http://fedora.redhat.com/projects/anaconda-installer/</a> 
-	    for more information.
+            <span><strong class="application">Anaconda</strong></span> is the Fedora Core installation
+            system. <span><strong class="application">Anaconda</strong></span> identifies and
+            configures the system's hardware, creates appropriate file
+            systems, and installs or upgrades software packages.
+            <span><strong class="application">Anaconda</strong></span> runs in a fully
+            interactive text or graphical mode, or in an automated
+            <a href="fedora-glossary.php#gl-jb-kickstart">kickstart</a> mode. Refer to
+            <a href="http://fedoraproject.org/wiki/Anaconda" target="_top">http://fedoraproject.org/wiki/Anaconda</a>
+            for more information.
           </p></dd><dt><a name="gl-jb-apt"></a>apt</dt><dd><p>
-	    The <code class="command">apt</code> (Advanced Package Tool) utility
-	    is a dependency tool developed for use with Debian Linux
-	    <em class="firstterm">dpkg</em> packages.  The
-	    <code class="command">apt-rpm</code> utility extends
-	    <code class="command">apt</code> for use with RPM packages.  Since
-	    <code class="command">apt</code> has specific problems with
-	    <em class="firstterm">multilib</em>, however, it is not
-	    recommended for use with Fedora systems.  Use <a href="fedora-glossary.php#gl-jb-yum">yum</a> instead.
+            The <code class="command">apt</code> (Advanced Package Tool) utility
+            is a dependency tool developed for use with Debian Linux
+            <em class="firstterm">dpkg</em> packages. The
+            <code class="command">apt-rpm</code> utility extends
+            <code class="command">apt</code> for use with RPM packages. Since
+            <code class="command">apt</code> has specific problems with
+            <em class="firstterm">multilib</em>, however, it is not
+            recommended for use with Fedora systems. Use
+            <a href="fedora-glossary.php#gl-jb-yum">yum</a> instead.
           </p></dd><dt><a name="gl-jb-atrpms"></a>ATrpms</dt><dd><p>
-            ATrpms a third party RPM repository for Fedora
-	    distributions. The original focus for ATrpms was software
-	    used in natural sciences, especially in the field of high
-	    energy physics.  The repository included tools for use in
-	    numerical programming and scientific publications. But since
-	    then this repository has included many non-scientific
-	    software titles, like system tools or multimedia packages,
-	    resulting in a far more generic repository. Refer to <a href="http://atrpms.physik.fu-berlin.de/" target="_top">http://atrpms.physik.fu-berlin.de/</a> for more
-	    information.
+            ATrpms a third party RPM repository for Fedora software.
+            Refer to <a href="http://atrpms.physik.fu-berlin.de/" target="_top">http://atrpms.physik.fu-berlin.de/</a>
+            for more information about ATrpms.
           </p></dd><dt><a name="gl-jb-bittorrent"></a>BitTorrent</dt><dd><p>
-            <span><strong class="application">BitTorrent</strong></span> is a peer-to-peer
-            file sharing which downloads from multiple channels at
-            once.  Refer to <a href="http://bitconjurer.org/BitTorrent/" target="_top">http://bitconjurer.org/BitTorrent/</a> for more
-            information.
+            <span><strong class="application">BitTorrent</strong></span> is a peer-to-peer file
+            sharing which downloads from multiple channels at once.
+            Refer to <a href="http://bitconjurer.org/BitTorrent/" target="_top">http://bitconjurer.org/BitTorrent/</a>
+            for more information.
           </p><p>
             Use <span><strong class="application">BitTorrent</strong></span> to download Fedora Core
-            by downloading and opening a torrent file.  The official
-            Fedora Core torrent tracker is located at <a href="http://torrent.fedoraproject.org/" target="_top">http://torrent.fedoraproject.org/</a>.  Download a
-            torrent file there to begin downloading a release of Fedora Core.
+            by downloading and opening a torrent file. The official Fedora Core
+            torrent tracker is located at
+            <a href="http://torrent.fedoraproject.org/" target="_top">http://torrent.fedoraproject.org/</a>.
+            Download a torrent file there to begin downloading a release
+            of Fedora Core.
           </p></dd><dt><a name="gl-jb-bluecurve"></a>Bluecurve</dt><dd><p>
-            <span class="trademark">Bluecurve</span>™ is a theme which unifies
-            the look and feel of the Fedora desktop.  Bluecurve was
+            <span class="trademark">Bluecurve</span>â„¢ is a theme which unifies
+            the look and feel of the Fedora desktop. Bluecurve was
             introduced in Red Hat Linux 9 and was used as the default for Fedora Core
-            through release 3.  Bluecurve was replaced in Fedora Core 4 by
-            <a href="fedora-glossary.php#gl-jb-clearlooks">Clearlooks</a>.  Bluecurve included
-            icons and settings for the menu and layout of the desktop.
+            through release 3. Bluecurve was replaced in Fedora Core 4 by
+            <a href="fedora-glossary.php#gl-jb-clearlooks">Clearlooks</a>. Bluecurve included icons
+            and settings for the menu and layout of the desktop.
           </p></dd><dt><a name="gl-jb-bugzilla"></a>Bugzilla</dt><dd><p>
             Bugzilla is an online database for recording flaws, or
             <em class="firstterm">bugs</em>, in Fedora software,
-            documentation, and other projects.  Bugzilla also tracks bugs in
-            Red Hat software.  When you encounter a problem with Fedora, you
+            documentation, and other projects. Bugzilla also tracks bugs in
+            Red Hat software. When you encounter a problem with Fedora, you
             can help the community fix the problem by making a record in
-            Bugzilla.  This procedure is called "entering a bug."  For more
-            information about Bugzilla, refer to <a href="http://bugzilla.redhat.com/" target="_top">http://bugzilla.redhat.com/</a>.
+            Bugzilla. This procedure is called "entering a bug." For more
+            information about Bugzilla, refer to <a href="http://bugzilla.redhat.com" target="_top">http://bugzilla.redhat.com</a>.
           </p></dd><dt><a name="gl-jb-cjk"></a>CJK</dt><dd><p>
-	    An abbreviation for "Chinese, Japanese and Korean," East
-	    Asian languages which require the use of an <a href="fedora-glossary.php#gl-jb-input-method">Input method</a> platform due to the large number
-	    of possible typographic characters.
-	  </p><p>See Also <a href="fedora-glossary.php#gl-jb-iiimf">IIIMF</a>.</p></dd><dt><a name="gl-jb-clearlooks"></a>Clearlooks</dt><dd><p>
-	    Clearlooks is the default theme for a GNOME desktop
-	    environment in Fedora Core 4.  The Clearlooks design is based on
-	    the original <a href="fedora-glossary.php#gl-jb-bluecurve">Bluecurve</a>.
-	  </p></dd><dt><a name="gl-jb-core"></a>Core</dt><dd><p>
-	    Core is a numbered release of a subset of Fedora software,
-	    and is usually called "Fedora Core."  Core packages are maintained
-	    mainly by employees of Red Hat, and are made up of free and
-	    open source software produced by the Linux community.
-	  </p><p>
-	    Although the software in Fedora Core is updated regularly, the
-	    original release of Fedora Core does not change.  For this reason,
-	    when users discuss the state of their Fedora system software,
-	    they might refer to "Fedora Core plus updates."  When you request
-	    help from the community, this terminology is the most
-	    accurate.  However, many users simply call the updated
-	    system "Fedora Core."
+            An abbreviation for "Chinese, Japanese and Korean," East
+            Asian languages which require the use of an
+            <a href="fedora-glossary.php#gl-jb-input-method">Input method</a> platform due to
+            the large number of possible typographic characters.
+          </p><p>See Also <a href="fedora-glossary.php#gl-jb-iiimf">IIIMF</a>.</p></dd><dt><a name="gl-jb-clearlooks"></a>Clearlooks</dt><dd><p>
+            Clearlooks is the default theme for a GNOME desktop
+            environment in Fedora Core 4. The Clearlooks design is based on the
+            original <a href="fedora-glossary.php#gl-jb-bluecurve">Bluecurve</a>.
+          </p></dd><dt><a name="gl-jb-core"></a>Core</dt><dd><p>
+            Core is a numbered release of a subset of Fedora software,
+            and is usually called "Fedora Core." Core packages are maintained
+            mainly by employees of Red Hat, and are made up of free and
+            open source software produced by the Linux community.
+          </p><p>
+            Although the software in Fedora Core is updated regularly, the
+            original release of Fedora Core does not change. For this reason,
+            when users discuss the state of their Fedora system software,
+            they might refer to "Fedora Core plus updates." When you request
+            help from the community, this terminology is the most
+            accurate. However, many users simply call the updated system
+            "Fedora Core."
           </p></dd><dt><a name="gl-jb-cpu"></a>CPU</dt><dd><p>
-	    The Central Processing Unit, or <span class="acronym">CPU</span>, is
-	    the "brain" of a computer.  The rest of the computer is
-	    organized around the CPU, so people often refer to computer
-	    systems by the type of processor inside.  Examples of CPUs
-	    include Pentium-4, Athlon64, and PowerPC.
-	  </p></dd><dt>cron</dt><dd><p>
+            The Central Processing Unit, or
+            <span class="acronym">CPU</span>
+            , is the "brain" of a computer. The rest of the computer is
+            organized around the CPU, so people often refer to computer
+            systems by the type of processor inside. Examples of CPUs
+            include Pentium-4, Athlon64, and PowerPC.
+          </p></dd><dt>cron</dt><dd><p>
             The <code class="command">cron</code> system executes automatic jobs
-	    on behalf of the system or an individual user on a schedule.
-	    An example of a system <code class="command">cron</code> job might
-	    include running <a href="fedora-glossary.php#gl-jb-yum">yum</a> nightly to update
-	    the system.
+            on behalf of the system or an individual user on a schedule.
+            An example of a system <code class="command">cron</code> job might
+            include running <a href="fedora-glossary.php#gl-jb-yum">yum</a> nightly to
+            update the system.
           </p></dd><dt>CUPS</dt><dd><p>
-            The Common UNIX Printing System, or <span class="acronym">CUPS</span>,
-	    is a cross-platform printing solution for all UNIX-type
-	    environments, including Linux and Macintosh OS X.  It is
-	    based on the Internet Printing Protocol and provides
-	    complete printing services to most printers.  CUPS drivers
-	    are available at <a href="http://www.cups.org/windows/" target="_top">http://www.cups.org/windows/</a>
-	    which allow Windows systems to use printers shared from
-	    Linux systems.  Refer to <a href="http://www.cups.org/" target="_top">http://www.cups.org/</a>
-	    for more information about CUPS.
+            The Common UNIX Printing System, or
+            <span class="acronym">CUPS</span>
+            , is a cross-platform, modularized printing system for
+            UNIX-type environments, including Linux and Macintosh OS X.
+            It is based on the Internet Printing Protocol and provides
+            facilities for managing print jobs and queues. CUPS drivers
+            are available at <a href="http://www.cups.org/windows/" target="_top">http://www.cups.org/windows/</a>
+            which allow Windows systems to use printers shared from
+            Linux systems. Refer to <a href="http://www.cups.org/" target="_top">http://www.cups.org/</a>
+            for more information about CUPS.
           </p></dd><dt>Desktop Switcher</dt><dd><p>
             The <span><strong class="application">Desktop Switcher</strong></span> tool allows
-	    a user to convert the Fedora desktop between <a href="fedora-glossary.php#gl-jb-gnome">GNOME</a> and <a href="fedora-glossary.php#gl-jb-kde">KDE</a>.  To
-	    run the <span><strong class="application">Desktop Switcher</strong></span> tool
-	    from the Main Menu, select
-	    <span><strong class="guimenu">Desktop</strong></span>-><span><strong class="guisubmenu">Preferences</strong></span>-><span><strong class="guisubmenu">More
-	    Preferences</strong></span>-><span><strong class="guimenuitem">Desktop
-	    Switcher</strong></span>.  If you do not see this
-	    item in your menu, you may not have the
-	    <code class="filename">switchdesk-gui</code> package installed. Refer
-	    to <a href="http://fedora.redhat.com/docs/" target="_top">http://fedora.redhat.com/docs/</a> to learn how to use <a href="fedora-glossary.php#gl-jb-yum">yum</a> to install software packages.
-	  </p></dd><dt><a name="gl-jb-eth0"></a>eth0</dt><dd><p>
-	    The <code class="systemitem">eth0</code> name represents the first
-	    discovered <a href="fedora-glossary.php#gl-jb-ethernet">Ethernet</a> interface in a
-	    Fedora system.  If your Fedora system has more than one such
-	    interface, the others will be numbered
-	    <code class="systemitem">eth1</code>,
-	    <code class="systemitem">eth2</code>, and so on.
-	  </p></dd><dt><a name="gl-jb-ethernet"></a>Ethernet</dt><dd><p>
+            a user to convert the Fedora desktop between
+            <a href="fedora-glossary.php#gl-jb-gnome">GNOME</a> and
+            <a href="fedora-glossary.php#gl-jb-kde">KDE</a>. To run the <span><strong class="application">Desktop
+            Switcher</strong></span> tool from the Main Menu, select
+            <span><strong class="guimenu">Desktop</strong></span> → <span><strong class="guisubmenu">Preferences</strong></span> → <span><strong class="guisubmenu">More
+            Preferences</strong></span> → <span><strong class="guimenuitem">Desktop
+            Switcher</strong></span>. If you do not see this
+            item in your menu, you may not have the
+            <code class="filename">switchdesk-gui</code> package installed. Refer
+            to <a href="http://fedora.redhat.com/docs/" target="_top">http://fedora.redhat.com/docs/</a> to learn how to use
+            <a href="fedora-glossary.php#gl-jb-yum">yum</a> to install software
+            packages.
+          </p></dd><dt><a name="gl-jb-eth0"></a>eth0</dt><dd><p>
+            The <code class="systemitem">eth0</code> name represents the first
+            discovered <a href="fedora-glossary.php#gl-jb-ethernet">Ethernet</a> interface in a
+            Fedora system. If your Fedora system has more than one such
+            interface, the others will be numbered
+            <code class="systemitem">eth1</code>,
+            <code class="systemitem">eth2</code>, and so on.
+          </p></dd><dt><a name="gl-jb-ethernet"></a>Ethernet</dt><dd><p>
             Ethernet is the most common type of network technology for
             small computer networks.
           </p></dd><dt><a name="gl-jb-ethtool"></a>ethtool</dt><dd><p>
             The <code class="command">ethtool</code> utility is a Linux network
             driver diagnostic and tuning tool for a Linux 2.4 or later
-            <a href="fedora-glossary.php#gl-jb-kernel">kernel</a>.  The
-            <code class="command">ethtool</code> utility obtains information and
-            diagnostics related to media, link status, driver version,
-            bus location, and more.
+            <a href="fedora-glossary.php#gl-jb-kernel">kernel</a>. The
+            <code class="command">ethtool</code> utility is used for querying and
+            changing settings of an <a href="fedora-glossary.php#gl-jb-ethernet">Ethernet</a>
+            device.
           </p></dd><dt><a name="gl-jb-ext3"></a>ext3</dt><dd><p>
-	    The <code class="systemitem">ext3</code> file system is a method of
-	    organizing data on storage devices.  It is based on the
-	    older but still vital <code class="systemitem">ext2</code> Linux
-	    file system.  Most users do not need to understand file
-	    system internals because Linux translates this system into
-	    understandable concepts such as files and folders.  Refer to
-	    <a href="http://e2fsprogs.sourceforge.net/" target="_top">http://e2fsprogs.sourceforge.net/</a>, however,
-	    for more information on <code class="systemitem">ext2</code> and
-	    <code class="systemitem">ext3</code>.
-	  </p></dd><dt><a name="gl-jb-faq"></a>FAQ</dt><dd><p>
-            A <span class="acronym">FAQ</span> is a list of Frequently Asked
-            Questions.  Refer to <a href="http://fedora.redhat.com/about/faq/" target="_top">http://fedora.redhat.com/about/faq/</a> for a FAQ about
-            the Fedora Project.  Refer to <a href="http://fedorafaq.org/" target="_top">http://fedorafaq.org/</a> for a FAQ about using Fedora.
+            The <code class="systemitem">ext3</code> file system is a method of
+            organizing data on storage devices. It is based on the older
+            but still vital <code class="systemitem">ext2</code> Linux file
+            system. Most users do not need to understand file system
+            internals because Linux translates this system into
+            understandable concepts such as files and folders. Refer to
+            <a href="http://e2fsprogs.sourceforge.net/" target="_top">http://e2fsprogs.sourceforge.net/</a>, however,
+            for more information on <code class="systemitem">ext2</code> and
+            <code class="systemitem">ext3</code>.
+          </p></dd><dt><a name="gl-jb-faq"></a>FAQ</dt><dd><p>
+            A
+            <span class="acronym">FAQ</span>
+            is a list of Frequently Asked Questions. Refer to
+            <a href="http://fedora.redhat.com/about/faq/" target="_top">http://fedora.redhat.com/about/faq/</a>
+            for a FAQ about the Fedora Project. Refer to
+            <a href="http://fedorafaq.org/" target="_top">http://fedorafaq.org/</a> for a FAQ about
+            using Fedora.
           </p></dd><dt><a name="gl-jb-fdl"></a>FDL</dt><dd><p>
-            The GNU Free Documentation License (<span class="acronym">FDL</span>)
-	    is a means of ensuring freedom for program documentation.
-	    The Fedora Documentation Project uses the FDL for its official documentation.  In
-	    fact, this document is licensed through the FDL.  As is the
-	    case with all freedoms, the FDL carries both rights and
-	    responsibilities.  You have the right to modify and
-	    redistribute FDL materials, or create other works based on
-	    them.  You then have the responsibility of licensing any
-	    such material under the FDL as well.  In this fashion the
-	    FDL guarantees that documentation cannot be made less free
-	    by a recipient.
+            The GNU Free Documentation License (
+            <span class="acronym">FDL</span>
+            ) is a means of licensing program documentation. As is the
+            case with all freedoms, the FDL carries both rights and
+            responsibilities. You have the right to modify and
+            redistribute FDL materials, or create other works based on
+            them. You then have the responsibility of licensing any such
+            material under the FDL as well. In this fashion the FDL
+            guarantees that documentation cannot be made less free by a
+            recipient.
           </p></dd><dt><a name="gl-jb-fhs"></a>FHS</dt><dd><p>
-            The File Hierarchy Standard, or <span class="acronym">FHS</span>, is a
-            collaborative document that defines the names and locations
-            of many files and directories on a Linux system.  The FHS
-            also sets standards for the types of files that should
-            inhabit specific system directories.  Refer to <a href="http://www.pathname.com/fhs/" target="_top">http://www.pathname.com/fhs/</a> for more information
-            about the FHS.
+            The File Hierarchy Standard, or
+            <span class="acronym">FHS</span>
+            , is a specification for the naming and organization of
+            directories on a Linux system. The FHS sets standards for
+            the types of files that should inhabit specific system
+            directories. Refer to
+            <a href="http://www.pathname.com/fhs/" target="_top">http://www.pathname.com/fhs/</a> for more
+            information about the FHS.
           </p></dd><dt><a name="gl-jb-freshrpms"></a>FreshRPMS</dt><dd><p>
             A third-party repository of <a href="fedora-glossary.php#gl-jb-rpm">RPM</a>
-            software packages.  FreshRPMS is soon to be subsumed into
-            the larger RPMForge repository.  Refer to <a href="http://www.freshrpms.net/" target="_top">http://www.freshrpms.net/</a> for more information.
+            software packages. FreshRPMS is soon to be subsumed into the
+            larger RPMForge repository. Refer to
+            <a href="http://www.freshrpms.net/" target="_top">http://www.freshrpms.net/</a> for more
+            information.
           </p></dd><dt><a name="gl-jb-fsck"></a>fsck</dt><dd><p>
             The <code class="command">fsck</code> utility is a command line tool
-	    used to check and repair file systems.  It is normally used
-	    with Linux file systems such as <a href="fedora-glossary.php#gl-jb-ext3">ext3</a>, but also has the ability to make
-	    repairs on some Windows file systems.
-          </p></dd><dt><a name="gl-jb-fsh"></a>fsh</dt><dd><p>
-            Remote command execution via a cryptographically strong
-	    method such as <code class="command">lsh</code> or
-	    <code class="command">ssh</code> is often slow, especially if either
-	    of the involved computers is slow.  The process is slow
-	    because the client and the server must perform a series of
-	    complex calculations during connection establishment.
-          </p><p>
-            The <code class="command">fsh</code> utility uses
-	    <code class="command">lsh</code> or <code class="command">ssh</code> to
-	    establish a secure tunnel to the remote system. This process
-	    takes as long as a normal connection establishment.  Once
-	    the tunnel is established, however, <code class="command">fsh</code>
-	    reuses it to start new sessions on the remote system almost
-	    instantaneously.  With this process, <code class="command">fsh</code>
-	    combines the security of ssh and the speed of rsh.
+            used to test file systems for consistency and repair errors.
+            It is normally used with Linux file systems such as
+            <a href="fedora-glossary.php#gl-jb-ext3">ext3</a>, but also has the ability
+            to make repairs on other types of file systems.
           </p></dd><dt><a name="gl-jb-gimp"></a>GIMP</dt><dd><p>
             The GIMP is the GNU Image Manipulation Program. The GIMP is
-	    graphics software suitable for such tasks as photo
-	    retouching, image composition and image authoring. The GIMP
-	    will read and write graphics files in a variety of formats,
-	    including JPG, PNG, BMP, GIF.  It will also import some
-	    proprietary image formats from other graphics programs.
-	    Refer to <a href="http://www.gimp.org/" target="_top">http://www.gimp.org/</a> for more
-	    information about the GIMP.
+            graphics software suitable for such tasks as photo
+            retouching, image composition and image authoring. The GIMP
+            will read and write graphics files in a variety of formats,
+            including JPG, PNG, BMP, GIF. It will also import some
+            proprietary image formats from other graphics programs.
+            Refer to <a href="http://www.gimp.org/" target="_top">http://www.gimp.org/</a> for more
+            information about the GIMP.
           </p></dd><dt><a name="gl-jb-glibc"></a>glibc</dt><dd><p>
-            The GNU C library, or <code class="systemitem">glibc</code>, is
-            used as the C library in Fedora.  Most software programs for
-            your Fedora system rely on <code class="systemitem">glibc</code> for
-            basic common functions.  Refer to <a href="http://www.gnu.org/software/libc/libc.html" target="_top">http://www.gnu.org/software/libc/libc.html</a> for more
-            information about <code class="systemitem">glibc</code>.
+            The GNU C library, or <code class="systemitem">glibc</code>, is a
+            free and open source library of C functions. Most software
+            programs for your Fedora system rely on
+            <code class="systemitem">glibc</code> for basic common functions.
+            Refer to
+            <a href="http://www.gnu.org/software/libc/libc.html" target="_top">http://www.gnu.org/software/libc/libc.html</a>
+            for more information about <code class="systemitem">glibc</code>.
           </p></dd><dt><a name="gl-jb-gnome"></a>GNOME</dt><dd><p>
-            <span class="acronym">GNOME</span> is the short name for the GNOME
-	    Desktop, a product of the GNOME Project.  GNOME is a
-	    complete, free and easy-to-use desktop environment for
-	    UNIX-like operating systems such as Fedora.  It is also a
-	    powerful application development framework for software
-	    developers.  GNOME provides a complete set of human
-	    interface guidelines, which means that GNOME strives to have
-	    a consistent look and feel for all its applications.  Read
-	    more about GNOME at <a href="http://www.gnome.org/" target="_top">http://www.gnome.org/</a>.
+            <span class="acronym">GNOME</span>
+            is the short name for the GNOME Desktop, a product of the
+            GNOME Project. GNOME is at once a free desktop environment
+            for UNIX-like operating systems such as Fedora, and a
+            framework for software developers to develop graphical
+            utilities and interfaces. GNOME provides a complete set of
+            human interface guidelines, which means that GNOME strives
+            to have a consistent look and feel for all its applications.
+            Read more about GNOME at
+            <a href="http://www.gnome.org/" target="_top">http://www.gnome.org/</a>.
           </p></dd><dt><a name="gl-jb-gnu"></a>GNU</dt><dd><p>
-	    <span class="acronym">GNU</span> is an acronym that stands for "GNU's
-	    Not UNIX," and is pronounced "guh-NOO."  GNU was originally
-	    intended to be a complete UNIX-like operating system.  It
-	    has become a broader term describing free software licensed
-	    under the <a href="fedora-glossary.php#gl-jb-gpl">GPL</a>.  Because the <a href="fedora-glossary.php#gl-jb-kernel">kernel</a> and much of the other software in a
-	    Linux system are licensed under the <a href="fedora-glossary.php#gl-jb-gpl">GPL</a>, many people call that system
-	    GNU/Linux.
-	  </p></dd><dt><a name="gl-jb-gnupg"></a>GnuPG (GPG)</dt><dd><p>
+            <span class="acronym">GNU</span>
+            is an acronym that stands for "GNU's Not UNIX," and is
+            pronounced "guh-NOO." GNU was originally intended to be a
+            complete UNIX-like operating system. It has become a broader
+            term describing free software licensed under the
+            <a href="fedora-glossary.php#gl-jb-gpl">GPL</a>. Because the
+            <a href="fedora-glossary.php#gl-jb-kernel">kernel</a> and much of the other
+            software in a Linux system are licensed under the
+            <a href="fedora-glossary.php#gl-jb-gpl">GPL</a>, many people call that
+            system GNU/Linux.
+          </p></dd><dt><a name="gl-jb-gnupg"></a>GnuPG (GPG)</dt><dd><p>
             GnuPG, the GNU Privacy Guard, is a complete and free
-            replacement for PGP, Pretty Good Privacy.  GnuPG software
+            replacement for PGP, Pretty Good Privacy. GnuPG software
             allows you to digitally sign or encrypt data using public
-            key encryption methods.  GnuPG is OpenPGP compliant, so data
+            key encryption methods. GnuPG is OpenPGP compliant, so data
             signed or encrypted by GnuPG can be exchanged with almost
-            any computer user.  Refer to <a href="http://www.gnupg.org/" target="_top">http://www.gnupg.org/</a> for more information about
-            GPG.
+            any computer user. Refer to
+            <a href="http://www.gnupg.org/" target="_top">http://www.gnupg.org/</a> for more
+            information about GPG.
           </p></dd><dt><a name="gl-jb-gpl"></a>GPL</dt><dd><p>
-            The GNU General Public Licence, or <span class="acronym">GPL</span>,
-            is a software license designed to preserve users' rights to
-            share and modify software.  The GPL does this by restricting
-            anyone from denying you those rights.  Use of software is
-            usually subject to the terms under which it is licensed.
-            Many software licenses restrict you from copying, sharing,
-            or even examining the software they cover.  The terms of the
-            GPL, however, allow you very broad rights to share, modify,
-            and redistribute software.  In return the GPL requires you
-            to give others those rights if you share the results.  The
-            GPL encourages software programmers to learn and contribute
-            to each other's work.  Refer to <a href="http://www.fsf.org/licenses/licenses/gpl.html" target="_top">http://www.fsf.org/licenses/licenses/gpl.html</a> for
-            more information about the GPL.  For a <a href="fedora-glossary.php#gl-jb-faq">FAQ</a> about the GPL, refer to <a href="http://www.fsf.org/licensing/licenses/gpl-faq.html" target="_top">http://www.fsf.org/licensing/licenses/gpl-faq.html</a>.
+            The GNU General Public Licence, or
+            <span class="acronym">GPL</span>
+            , is a software license designed to preserve users' rights
+            to share and modify software. The GPL does this by
+            restricting anyone from denying you those rights. Use of
+            software is usually subject to the terms under which it is
+            licensed. Many software licenses restrict you from copying,
+            sharing, or even examining the software they cover. The
+            terms of the GPL, however, allow you very broad rights to
+            share, modify, and redistribute software. In return the GPL
+            requires you to give others those rights if you share the
+            results. The GPL encourages software programmers to learn
+            and contribute to each other's work. Refer to
+            <a href="http://www.fsf.org/licenses/licenses/gpl.html" target="_top">http://www.fsf.org/licenses/licenses/gpl.html</a>
+            for more information about the GPL. For a
+            <a href="fedora-glossary.php#gl-jb-faq">FAQ</a> about the GPL, refer
+            to
+            <a href="http://www.fsf.org/licensing/licenses/gpl-faq.html" target="_top">http://www.fsf.org/licensing/licenses/gpl-faq.html</a>.
           </p></dd><dt><a name="gl-jb-grub"></a>GRUB</dt><dd><p>
             The <a href="fedora-glossary.php#gl-jb-gnu">GNU</a> GRand Unified Boot Loader,
-	    or <span class="acronym">GRUB</span>, is a program which enables the
-	    user to select an operating system or kernel to boot. It
-	    also allows the user to pass arguments to the kernel. Refer
-	    to <a href="http://www.gnu.org/software/grub/" target="_top">http://www.gnu.org/software/grub/</a> for more
-	    information about GRUB.
+            or
+            <span class="acronym">GRUB</span>
+            , is a program which controls the boot process after basic
+            system tests occur. It presents a menu that allows the user
+            to select an operating system or kernel to boot. Its
+            features include passing parameters and options to the
+            kernel, and a minimal functional shell. Refer to
+            <a href="http://www.gnu.org/software/grub/" target="_top">http://www.gnu.org/software/grub/</a> for more
+            information about GRUB.
           </p></dd><dt><a name="gl-jb-i18n"></a>i18n</dt><dd><p>
-	    An abbreviation for "internationalization," frequently used
-	    in programming to avoid unnecessary typing and misspellings.
-	    Internationalization is the provision of multiple
-	    translations for messages that applications produce.  The
-	    <code class="literal">18</code> derives from the eighteen (18) letters
-	    between the beginning <code class="literal">i</code> and the ending
-	    <code class="literal">n</code>.
-	  </p><p>See Also <a href="fedora-glossary.php#gl-jb-l10n">l10n</a>.</p></dd><dt><a name="gl-jb-i386"></a>i386</dt><dd><p>
+            An abbreviation for "internationalization," frequently used
+            in programming to avoid unnecessary typing and misspellings.
+            Internationalization is the provision of multiple
+            translations for messages that applications produce. The
+            <code class="literal">18</code> derives from the eighteen (18) letters
+            between the beginning <code class="literal">i</code> and the ending
+            <code class="literal">n</code>.
+          </p><p>See Also <a href="fedora-glossary.php#gl-jb-l10n">l10n</a>.</p></dd><dt><a name="gl-jb-i386"></a>i386</dt><dd><p>
             The entire set of computer processors that are compatible
             with the Intel x86 platform, including Intel Pentium and
-            Celeron, AMD Athlon and Duron, and VIA C3 <a href="fedora-glossary.php#gl-jb-cpu">CPU</a>s, are commonly referred to as
-            <code class="systemitem">i386</code>.  The
-            <code class="systemitem">i386</code> term is often used as
-            shorthand for the distribution set of files meant for this
-            line of computers or processors.
+            Celeron, AMD Athlon and Duron, and VIA C3
+            <a href="fedora-glossary.php#gl-jb-cpu">CPU</a>s, are commonly
+            referred to as <code class="systemitem">i386</code>. The
+            <code class="systemitem">i386</code> term is often used to refer a
+            set of software packages that run on these processors.
           </p></dd><dt><a name="gl-jb-iiimf"></a>IIIMF</dt><dd><p>
-	    The Intranet/Internet Input Method Framework, or
-	    <span class="acronym">IIIMF</span>, is an <a href="fedora-glossary.php#gl-jb-input-method">Input method</a> framework for handling languages
-	    such as <a href="fedora-glossary.php#gl-jb-cjk">CJK</a>, which will not map readily
-	    to a standard keyboard device.  IIIMF works by loading
-	    language engines dynamically at runtime as they are
-	    requested by clients.
-	  </p></dd><dt><a name="gl-jb-im"></a>IM</dt><dd><p>
-	    Instant messaging, or <span class="acronym">IM</span>, is a real-time,
-	    text-based form of communication.  You can use IM to have
-	    conversations with individuals or groups.  America Online, an
-	    Internet service provider, popularized IM in the 1990's, but
-	    many other providers such as Yahoo and Google offer similar
-	    services.  Fedora has programs such as
-	    <span><strong class="application">gaim</strong></span> that allow you to use IM to
-	    communicate with other Internet users.
-	  </p></dd><dt><a name="gl-jb-inkscape"></a>Inkscape</dt><dd><p>
-	    Inkscape is a vector graphics illustration program.  It uses
-	    SVG as the default file format.  For more information about
-	    Inkscape, refer to <a href="http://www.inkscape.org/" target="_top">http://www.inkscape.org/</a>.
-	  </p><p>See Also <a href="fedora-glossary.php#gl-jb-sodipodi">Sodipodi</a>.</p></dd><dt><a name="gl-jb-input-method"></a>Input method</dt><dd><p>
-	    A method used to enter text other than selecting each
-	    character directly on a keyboard or other input
-	    hardware. Input methods are widely used for entering
-	    ideographs and other characters phonetically or by
-	    component, such as in Esat Asian languages.  Fedora Core uses the
-	    <a href="fedora-glossary.php#gl-jb-iiimf">IIIMF</a> platform by default, but also
-	    offers other platforms such as <a href="fedora-glossary.php#gl-jb-scim">SCIM</a>.
-	  </p><p>See Also <a href="fedora-glossary.php#gl-jb-cjk">CJK</a>.</p></dd><dt><a name="gl-jb-irc"></a>IRC</dt><dd><p>
-            Internet Relay Chat, or <span class="acronym">IRC</span>, is a
-            real-time, text-based form of communication.  You can use
-            IRC to have conversations with individuals or groups.  IRC
-            is very similar to <a href="fedora-glossary.php#gl-jb-im">IM</a>, and offers
-            many of the same capabilities, but predates IM by many
-            years.
+            The Intranet/Internet Input Method Framework, or
+            <span class="acronym">IIIMF</span>
+            , is an <a href="fedora-glossary.php#gl-jb-input-method">Input method</a> framework
+            for handling languages such as <a href="fedora-glossary.php#gl-jb-cjk">CJK</a>,
+            which will not map readily to a standard keyboard device.
+            IIIMF works by loading language engines dynamically at
+            runtime as they are requested by clients.
+          </p></dd><dt><a name="gl-jb-im"></a>IM</dt><dd><p>
+            Instant messaging, or
+            <span class="acronym">IM</span>
+            , is a real-time, text-based form of communication. You can
+            use IM to have conversations with individuals or groups.
+            America Online, an Internet service provider, popularized IM
+            in the 1990's, but many other providers such as Yahoo and
+            Google offer similar services. Fedora has programs such as
+            <span><strong class="application">gaim</strong></span> that allow you to use IM to
+            communicate with other Internet users.
+          </p></dd><dt><a name="gl-jb-inkscape"></a>Inkscape</dt><dd><p>
+            Inkscape is a vector graphics illustration program. It uses
+            SVG as the default file format. For more information about
+            Inkscape, refer to <a href="http://www.inkscape.org/" target="_top">http://www.inkscape.org/</a>.
+          </p><p>See Also <a href="fedora-glossary.php#gl-jb-sodipodi">Sodipodi</a>.</p></dd><dt><a name="gl-jb-input-method"></a>Input method</dt><dd><p>
+            A method used to enter text other than selecting each
+            character directly on a keyboard or other input hardware.
+            Input methods are widely used for entering ideographs and
+            other characters phonetically or by component, such as in
+            Esat Asian languages. Fedora Core uses the
+            <a href="fedora-glossary.php#gl-jb-iiimf">IIIMF</a> platform by default, but also
+            offers other platforms such as <a href="fedora-glossary.php#gl-jb-scim">SCIM</a>.
+          </p><p>See Also <a href="fedora-glossary.php#gl-jb-cjk">CJK</a>.</p></dd><dt><a name="gl-jb-irc"></a>IRC</dt><dd><p>
+            Internet Relay Chat, or
+            <span class="acronym">IRC</span>
+            , is a communication protocol that allows users to type text
+            messages to each other in approximately real time. You can
+            use IRC to have conversations with individuals or groups.
+            IRC is very similar to <a href="fedora-glossary.php#gl-jb-im">IM</a>, and
+            offers many of the same capabilities, but predates IM by
+            many years.
           </p></dd><dt><a name="gl-jb-iso"></a>ISO</dt><dd><p>
-            <span class="acronym">ISO</span> is an acronym that stands for
-            International Standards Organization.  It is also used as an
-            abbreviation for the ISO-9660 format of a standard data
-            CD-ROM.  Fedora offers installation CDs for Fedora Core as
-            downloadable files on the Internet, in the form of CD image
-            files sometimes called ISO files.  These files can be burned
-            directly to CD media using a CD-Recordable drive, and the
-            resulting CD will contain all the files on the original Fedora Core
-            media.
+            <span class="acronym">ISO</span>
+            is an acronym that stands for International Standards
+            Organization. It is also used as an abbreviation for the
+            ISO-9660 format of a standard data CD-ROM. Fedora offers
+            installation CDs for Fedora Core as downloadable files on the
+            Internet, in the form of CD image files sometimes called ISO
+            files. These files can be burned directly to CD media using
+            a CD-Recordable drive, and the resulting CD will contain all
+            the files on the original Fedora Core media.
           </p></dd><dt><a name="gl-jb-kde"></a>KDE</dt><dd><p>
             KDE is a free and open desktop environment for UNIX-like
-            operating systems such as Fedora.  KDE also offers a complete
+            operating systems such as Fedora. KDE also offers a complete
             development framework for writing graphical applications, as
-            well as an office application suite.  Refer to <a href="http://www.kde.org/whatiskde/" target="_top">http://www.kde.org/whatiskde/</a> for more information
-            about KDE.
+            well as an office application suite. Refer to
+            <a href="http://www.kde.org/whatiskde/" target="_top">http://www.kde.org/whatiskde/</a> for more
+            information about KDE.
           </p></dd><dt><a name="gl-jb-kernel"></a>kernel</dt><dd><p>
             A kernel is the core of an operating system, responsible for
-            managing memory and conducting hardware operations.  The
+            managing memory and conducting hardware operations. The
             Linux kernel used in Fedora is free and open source software,
-            originally written by Linus Torvalds.  Many computer
+            originally written by Linus Torvalds. Many computer
             scientists and programmers from around the world now
             contribute to its development.
           </p></dd><dt><a name="gl-jb-kickstart"></a>kickstart</dt><dd><p>
-            Many system administrators prefer to use an automated
-	    installation method to install Fedora on their machines. With
-	    kickstart, a system administrator can create a single file
-	    containing answers to all the questions asked during a Fedora
-	    installation.  Refer to <a href="http://fedoraproject.org/wiki/Anaconda" target="_top">http://fedoraproject.org/wiki/Anaconda</a> for more
-	    information about kickstart.
+            Kickstart is a facility that allows system administrators to
+            automate the installation of Fedora. To use Kickstart, the
+            administrator creates a configuration file which contains
+            all the information needed by
+            <a href="fedora-glossary.php#gl-jb-anaconda">Anaconda</a> to complete the
+            installation process. Refer to
+            <a href="http://fedoraproject.org/wiki/Anaconda" target="_top">http://fedoraproject.org/wiki/Anaconda</a>
+            for more information about Kickstart.
           </p></dd><dt><a name="gl-jb-kudzu"></a>kudzu</dt><dd><p>
             The <code class="command">kudzu</code> utility usually runs at boot
-	    time. The <code class="command">kudzu</code> utility detects changes
-	    in the system's hardware configuration, and configures the
-	    devices for use with Fedora software.  Refer to <a href="http://fedora.redhat.com/projects/additional-projects/kudzu/" target="_top">http://fedora.redhat.com/projects/additional-projects/kudzu/</a>
-	    for more information about <code class="command">kudzu</code>.
+            time. The <code class="command">kudzu</code> utility detects changes
+            in the system's hardware configuration, and configures the
+            devices for use with Fedora software. Refer to
+            <a href="http://fedora.redhat.com/projects/additional-projects/kudzu/" target="_top">http://fedora.redhat.com/projects/additional-projects/kudzu/</a>
+            for more information about <code class="command">kudzu</code>.
           </p></dd><dt><a name="gl-jb-l10n"></a>l10n</dt><dd><p>
-	    An abbreviation for "localization," frequently used in
-	    programming to avoid unnecessary typing and misspelling.
-	    Localization is the provision of nation-specific settings
-	    for the representation of numbers, dates, currency, and
-	    other customary symbols.  The <code class="literal">10</code> derives
-	    from the ten letters between the beginning
-	    <code class="literal">l</code> and the ending <code class="literal">n</code>.
-	  </p><p>See Also <a href="fedora-glossary.php#gl-jb-i18n">i18n</a>.</p></dd><dt><a name="gl-jb-ldap"></a>LDAP</dt><dd><p>
+            An abbreviation for "localization," frequently used in
+            programming to avoid unnecessary typing and misspelling.
+            Localization is the provision of nation-specific settings
+            for the representation of numbers, dates, currency, and
+            other customary symbols. The <code class="literal">10</code> derives
+            from the ten letters between the beginning
+            <code class="literal">l</code> and the ending <code class="literal">n</code>.
+          </p><p>See Also <a href="fedora-glossary.php#gl-jb-i18n">i18n</a>.</p></dd><dt><a name="gl-jb-ldap"></a>LDAP</dt><dd><p>
             The Lightweight Directory Access Protocol, or
-            <span class="acronym">LDAP</span>, is a standard for hierarchically
-            organizing and accessing collections of information.  This
-            information may be practically anything, but LDAP is most
-            often used to collect information about organizations,
-            including personnel and resource information.  Fedora
-            includes support for OpenLDAP, which is a free and open
-            source implementation of LDAP.  For more information about
-            OpenLDAP, refer to <a href="http://www.openldap.org/" target="_top">http://www.openldap.org/</a>.
+            <span class="acronym">LDAP</span>
+            , is a standard for hierarchically organizing and accessing
+            collections of information. This information may be
+            practically anything, but LDAP is most often used to collect
+            information about organizations, including personnel and
+            resource information. Fedora includes support for OpenLDAP,
+            which is a free and open source implementation of LDAP. For
+            more information about OpenLDAP, refer to
+            <a href="http://www.openldap.org/" target="_top">http://www.openldap.org/</a>.
           </p></dd><dt><a name="gl-jb-lilo"></a>LILO</dt><dd><p>
-            The LInux LOader, or <span class="acronym">LILO</span>, is a basic
-            system program which boots your Linux system. LILO loads the
-            Linux kernel from a floppy or a hard drive, boots the kernel
-            and passes control of the system to the kernel. LILO can
-            also boot other operating systems.  LILO has been superseded
-            by <a href="fedora-glossary.php#gl-jb-grub">GRUB</a> in Fedora.
+            The LInux LOader, or
+            <span class="acronym">LILO</span>
+            , is a small program used on older Linux systems to boot the
+            Linux kernel or some other operating systems. LILO has been
+            superseded by <a href="fedora-glossary.php#gl-jb-grub">GRUB</a> in Fedora.
           </p></dd><dt><a name="gl-jb-lsb"></a>LSB</dt><dd><p>
-            The Linux Standard Base, or <span class="acronym">LSB</span>, is a
-            project that develops and promotes a set of standards to
-            increase compatibility among Linux distributions.  For more
-            information about LSB, refer to <a href="http://www.linuxbase.org/" target="_top">http://www.linuxbase.org/</a>.
+            The Linux Standard Base, or
+            <span class="acronym">LSB</span>
+            , is a project that develops and promotes a set of standards
+            to increase compatibility among Linux distributions. For
+            more information about LSB, refer to
+            <a href="http://www.linuxbase.org/" target="_top">http://www.linuxbase.org/</a>.
           </p></dd><dt><a name="gl-jb-lspci"></a>lspci</dt><dd><p>
             The <code class="command">lspci</code> utility displays information
             about all PCI buses in the system and all devices connected
-            to them.  It is frequently used to diagnose problems with
+            to them. It is frequently used to diagnose problems with
             hardware recognition or driver compatibility.
           </p></dd><dt><a name="gl-jb-md5sum"></a>md5sum</dt><dd><p>
             The <code class="command">md5sum</code> utility computes a 128-bit
-            message digest hash value for any specified files.  A hash
+            message digest hash value for any specified files. A hash
             value is a "fingerprint" for a given file, created by a
             computation that makes it very unlikely that any two files
             will create the same hash value.
-	  </p><p>
-	    To download an MD5 hash program for Windows operating
-	    systems, refer to <a href="http://unxutils.sourceforge.net/" target="_top">http://unxutils.sourceforge.net/</a>.
+          </p><p>
+            To download an MD5 hash program for Windows operating
+            systems, refer to
+            <a href="http://unxutils.sourceforge.net/" target="_top">http://unxutils.sourceforge.net/</a>.
           </p></dd><dt><a name="gl-jb-memtest86"></a>memtest86</dt><dd><p>
             The Fedora Core Installation CD 1 includes a memory testing utility
-            called <code class="command">memtest86</code>.  To perform memory
+            called <code class="command">memtest86</code>. To perform memory
             testing before you install Fedora Core, or to diagnose a RAM
             problem, enter <code class="command">memtest86</code> at the
-            <code class="prompt">boot:</code> prompt. The tests continue until you
-            press the <span><strong class="keycap">Esc</strong></span> key.
+            <code class="prompt">boot:</code>
+            prompt. The tests continue until you press the
+            <span><strong class="keycap">Esc</strong></span> key.
           </p></dd><dt><a name="gl-jb-mirror"></a>mirror</dt><dd><p>
-	    A mirror is a complete copy of an online resource.  System
-	    administrators of computers connected to the Internet often
-	    create and provide mirrors for public use.  If a resource
-	    has one or more mirrors, many more users can access its
-	    content without overloading the original resource.
-	  </p></dd><dt><a name="gl-jb-mount"></a>mount</dt><dd><p>
+            A mirror is a complete copy of an online resource. System
+            administrators of computers connected to the Internet often
+            create and provide mirrors for public use. If a resource has
+            one or more mirrors, many more users can access its content
+            without overloading the original resource.
+          </p></dd><dt><a name="gl-jb-mount"></a>mount</dt><dd><p>
             To use a disk device such as a CD, USB drive, or floppy
-            diskette, you must first <code class="command">mount</code> it.  Fedora
+            diskette, you must first <code class="command">mount</code> it. Fedora
             uses a single unified file system for all attached devices.
             Windows systems, on the other hand, use a "drive letter" for
             each disk device, such as <code class="systemitem">A:</code> or
-            <code class="systemitem">C:</code>.  When you
+            <code class="systemitem">C:</code>. When you
             <code class="command">mount</code> a disk device, its file system
-            becomes part of the unified file system on Fedora.  The
-            device is mounted on a <em class="firstterm">mount point</em>,
-            which is a directory that points to that device, such as
-            <code class="filename">/media/floppy</code>.  You must also unmount
+            becomes part of the unified file system on Fedora. The device
+            is mounted on a <em class="firstterm">mount point</em>, which is
+            a directory that points to that device, such as
+            <code class="filename">/media/floppy</code>. You must also unmount
             the file system before you eject or remove the disk, to
             insure all file information is safely written to the device.
           </p><p>
-	    Since these functions are often handled through
-	    user-friendly helpers, you may perform all mounting,
-	    unmounting, and file browsing through the graphical desktop
-	    interface.  For instance, if you use the <a href="fedora-glossary.php#gl-jb-gnome">GNOME</a> Desktop, the <a href="fedora-glossary.php#gl-jb-nautilus">Nautilus</a> file management utility makes it
-	    easy to perform these tasks.
-	  </p></dd><dt><a name="gl-jb-mozilla"></a>Mozilla</dt><dd><p>
+            Since these functions are often handled through
+            user-friendly helpers, you may perform all mounting,
+            unmounting, and file browsing through the graphical desktop
+            interface. For instance, if you use the
+            <a href="fedora-glossary.php#gl-jb-gnome">GNOME</a> Desktop, the
+            <a href="fedora-glossary.php#gl-jb-nautilus">Nautilus</a> file management
+            utility makes it easy to perform these tasks.
+          </p></dd><dt><a name="gl-jb-mozilla"></a>Mozilla</dt><dd><p>
             The Mozilla Project produces several user applications such
             as the Firefox web browser and the Thunderbird email client.
             These programs are designed for standards compliance,
             performance and portability. For more information about
-            Mozilla software, refer to <a href="http://www.mozilla.org/" target="_top">http://www.mozilla.org/</a>.
+            Mozilla software, refer to
+            <a href="http://www.mozilla.org/" target="_top">http://www.mozilla.org/</a>.
           </p></dd><dt><a name="gl-jb-nautilus"></a>Nautilus</dt><dd><p>
             The <a href="fedora-glossary.php#gl-jb-gnome">GNOME</a> desktop environment
-	    includes a file manager called Nautilus which provides a
-	    graphical display of your system and personal files.
-	    Nautilus also allows you to configure your desktop and
-	    Fedora, browse your photo collection, access your network
-	    resources, and more, all from an integrated interface. In
-	    essence, Nautilus becomes a shell for your entire desktop
-	    experience.  <em><span class="remark">Insert link to Nautilus
-	    resource here.</span></em>
+            includes a file manager called Nautilus which provides a
+            graphical display of your system and personal files.
+            Nautilus also allows you to configure your desktop and
+            Fedora, browse your photo collection, access your network
+            resources, and more, all from an integrated interface.
           </p></dd><dt><a name="gl-jb-package"></a>package</dt><dd><p>
             Users often refer to a <a href="fedora-glossary.php#gl-jb-rpm">RPM</a> file as a
             <em class="firstterm">package</em>.
-	  </p><p>See Also <a href="fedora-glossary.php#gl-jb-rpm">RPM</a>.</p></dd><dt><a name="gl-jb-pine"></a>Pine</dt><dd><p>
-            <span class="acronym">Pine</span>, short for a Program for Internet
-            News and Email, is a tool for reading, sending, and managing
-            electronic messages. Refer to <a href="http://www.washington.edu/pine/" target="_top">http://www.washington.edu/pine/</a> for more information
-            about <code class="command">Pine</code>.
+          </p><p>See Also <a href="fedora-glossary.php#gl-jb-rpm">RPM</a>.</p></dd><dt><a name="gl-jb-pine"></a>Pine</dt><dd><p>
+            <span class="acronym">Pine</span>
+            , short for a Program for Internet News and Email, is a tool
+            for reading, sending, and managing electronic messages.
+            Refer to
+            <a href="http://www.washington.edu/pine/" target="_top">http://www.washington.edu/pine/</a> for
+            more information about <code class="command">Pine</code>.
           </p></dd><dt><a name="gl-jb-rawhide"></a>Rawhide</dt><dd><p>
             Rawhide is a package repository which contains the latest
-	    development versions of packages which will eventually be
-	    included in Fedora.  These latest versions are sometimes
-	    called "bleeding edge" <a href="fedora-glossary.php#gl-jb-package">package</a>, since they often
-	    include new and untested technology.  You should consider
-	    the Rawhide repository "unstable," since any Rawhide package
-	    <span class="emphasis"><em>might</em></span> be badly broken if the
-	    programmers are trying to add, change, or test features.  If
-	    you want to develop programs for Fedora, you may want to
-	    install a system from Rawhide.  If you only want to use a
-	    stable Fedora system, you should use the standard Fedora Core
-	    distribution instead.
+            development versions of packages which will eventually be
+            included in Fedora. These latest versions are sometimes
+            called "bleeding edge" <a href="fedora-glossary.php#gl-jb-package">package</a>,
+            since they often include new and untested technology. You
+            should consider the Rawhide repository "unstable," since any
+            Rawhide package <span class="emphasis"><em>might</em></span> be badly broken
+            if the programmers are trying to add, change, or test
+            features. If you want to develop programs for Fedora, you may
+            want to install a system from Rawhide. If you only want to
+            use a stable Fedora system, you should use the standard Fedora Core
+            distribution instead.
           </p></dd><dt><a name="gl-jb-rhel"></a>RHEL</dt><dd><p>
-            Red Hat Enterprise Linux, or <span class="acronym">Red Hat Enterprise Linux</span>, is
-            the premiere operating system for open source computing.
-            Red Hat Enterprise Linux runs on many system architectures, is certified by
-            top enterprise software and hardware vendors, and is backed
-            by a Red Hat Network subscription and up to 24x7 support with one-hour
-            response.  Refer to <a href="http://www.redhat.com/software/rhel/" target="_top">http://www.redhat.com/software/rhel/</a> for more
-            information about Red Hat Enterprise Linux.
+            Red Hat Enterprise Linux, or
+            <span class="acronym">Red Hat Enterprise Linux</span>
+            , is a fully-supported enterprise-class operating system for
+            open source computing. Red Hat Enterprise Linux runs on many system
+            architectures, is certified by top enterprise software and
+            hardware vendors, and is based on Fedora technology. Refer to
+            <a href="http://www.redhat.com/software/rhel/" target="_top">http://www.redhat.com/software/rhel/</a>
+            for more information about Red Hat Enterprise Linux.
           </p></dd><dt><a name="gl-jb-rhgb"></a>rhgb</dt><dd><p>
-            Red Hat Graphical Boot, or
-            <span><strong class="application"><span class="acronym">rhgb</span></strong></span>, is an
-            optional component of the boot process.  The
-            <span><strong class="application">rhgb</strong></span> application produces a boot
-            screen with a progress bar and fewer technical messages.
-            The <span><strong class="application">rhgb</strong></span> application allows you
-            to click a link to see the technical boot messages if
-            desired.  Systems that have been upgraded from Red Hat Linux to Fedora Core
-            are not configured to include
+            Red Hat Graphical Boot, or <span><strong class="application">
+            <span class="acronym">rhgb</span>
+            </strong></span>, is an optional component of the boot
+            process. The <span><strong class="application">rhgb</strong></span> application
+            produces a boot screen with a progress bar and fewer
+            technical messages. The <span><strong class="application">rhgb</strong></span>
+            application allows you to click a link to see the technical
+            boot messages if desired. Systems that have been upgraded
+            from Red Hat Linux to Fedora Core are not configured to include
             <span><strong class="application">rhgb</strong></span>.
           </p></dd><dt><a name="gl-jb-rhn-applet"></a>RHN Applet</dt><dd><p>
             The <span><strong class="application">rhn-applet</strong></span> utility was
             originally designed for use with Red Hat Enterprise Linux and Red Hat Network.
             It provides a notification and user interface for system
-            updates using <a href="fedora-glossary.php#gl-jb-up2date">up2date</a>.  It allows
-            the user to retrieve and install system updates, but this
-            usage is no longer recommended.  Users should use <a href="fedora-glossary.php#gl-jb-yum">yum</a> for system updates instead.
+            updates using <a href="fedora-glossary.php#gl-jb-up2date">up2date</a>. It allows the
+            user to retrieve and install system updates, but this usage
+            is no longer recommended. Users should use
+            <a href="fedora-glossary.php#gl-jb-yum">yum</a> for system updates
+            instead.
           </p></dd><dt><a name="gl-jb-rpm"></a>RPM</dt><dd><p>
-            <span class="acronym">RPM</span> stands for RPM Package Manager.  RPM
-            is a robust database system for maintaining software on
-            Fedora systems.  Software packaged for Fedora is distributed
-            in special package files called RPM files, or RPMs.  System
-            owners use the <code class="command">rpm</code> utility to query the
-            RPM database for information about installed software.
-            Although some administrators use <code class="command">rpm</code> to
-            install, update, and remove software, it is recommended that
-            you use <code class="command">yum</code> for these purposes.
+            <span class="acronym">RPM</span>
+            stands for RPM Package Manager. RPM is a robust database
+            system for maintaining software on Fedora systems. Software
+            packaged for Fedora is distributed in special package files
+            called RPM files, or RPMs. System owners use the
+            <code class="command">rpm</code> utility to query the RPM database for
+            information about installed software. Although some
+            administrators use <code class="command">rpm</code> to install,
+            update, and remove software, it is recommended that you use
+            <code class="command">yum</code> for these purposes.
           </p></dd><dt><a name="gl-jb-rsync"></a>rsync</dt><dd><p>
-            The <code class="command">rsync</code> provides fast incremental file
-            transfers.  Administrators frequently use
-            <code class="command">rsync</code> to create a <a href="fedora-glossary.php#gl-jb-mirror">mirror</a> of an online resource.  Refer to
+            The <code class="command">rsync</code> utility is used to perform
+            incremental file transfers, meaning it can transfer only
+            sections of data that have changed. Administrators
+            frequently use <code class="command">rsync</code> to create a
+            <a href="fedora-glossary.php#gl-jb-mirror">mirror</a> of an online
+            resource. Refer to
             <a href="http://samba.anu.edu.au/rsync/" target="_top">http://samba.anu.edu.au/rsync/</a> for more
             information about <code class="command">rsync</code>.
           </p></dd><dt><a name="gl-jb-scim"></a>SCIM</dt><dd><p>
-	    The Smart Common Input Method platform, or
-	    <span class="acronym">SCIM</span>, is a C++ library that abstracts
-	    input method interface into simple, independent classes.
-	    It provides a higher level and simpler interface than some
-	    other input method platforms.
-	  </p><p>See Also <a href="fedora-glossary.php#gl-jb-input-method">Input method</a>.</p></dd><dt><a name="gl-jb-selinux"></a>SELinux</dt><dd><p>
-	    SELinux is a set of extensions to the Linux <a href="fedora-glossary.php#gl-jb-kernel">kernel</a> that provide extremely strong
-            security.  SELinux is based on role definitions, and allows
-            very granular control over access to system resources based
-            on those roles.  These security measures limit the risk
-            associated with computer intrusions by unauthorized persons.
-            For more information about SELinux, refer to <a href="http://www.nsa.gov/selinux/" target="_top">http://www.nsa.gov/selinux/</a> and <a href="http://fedora.redhat.com/docs/selinux-faq" target="_top">http://fedora.redhat.com/docs/selinux-faq</a>.
+            The Smart Common Input Method platform, or
+            <span class="acronym">SCIM</span>
+            , is a C++ library that abstracts input method interface
+            into simple, independent classes. It provides a higher level
+            and simpler interface than some other input method
+            platforms.
+          </p><p>See Also <a href="fedora-glossary.php#gl-jb-input-method">Input method</a>.</p></dd><dt><a name="gl-jb-selinux"></a>SELinux</dt><dd><p>
+            SELinux is a set of extensions to the Linux
+            <a href="fedora-glossary.php#gl-jb-kernel">kernel</a> that provide
+            extremely strong security. SELinux is based on role
+            definitions, and allows very granular control over access to
+            system resources based on those roles. These security
+            measures limit the risk associated with computer intrusions
+            by unauthorized persons. For more information about SELinux,
+            refer to <a href="http://www.nsa.gov/selinux/" target="_top">http://www.nsa.gov/selinux/</a>
+            and
+            <a href="http://fedora.redhat.com/docs/selinux-faq" target="_top">http://fedora.redhat.com/docs/selinux-faq</a>.
           </p></dd><dt><a name="gl-jb-sha1sum"></a>sha1sum</dt><dd><p>
             The <code class="command">sha1sum</code> utility computes a 160-bit
-            message digest hash value for any specified files.  A hash
+            message digest hash value for any specified files. A hash
             value is a "fingerprint" for a given file, created by a
             computation that makes it very unlikely that any two files
             will create the same hash value.
-	  </p><p>
+          </p><p>
             Download mirrors for Fedora Core <a href="fedora-glossary.php#gl-jb-iso">ISO</a> image
-            files also include a related SHA1SUMS file which contains the
-            hash values for the <a href="fedora-glossary.php#gl-jb-iso">ISO</a> files.  Run
-            <code class="command">sha1sum</code> against the downloaded files to
-            verify the hash value.  If a file's hash value does not
-            match, you should not use that file to burn a CD.  Try
+            files also include a related SHA1SUMS file which contains
+            the hash values for the <a href="fedora-glossary.php#gl-jb-iso">ISO</a> files.
+            Run <code class="command">sha1sum</code> against the downloaded files
+            to verify the hash value. If a file's hash value does not
+            match, you should not use that file to burn a CD. Try
             downloading the file again.
           </p><p>
-	    To download an SHA-1 hash program for Windows operating
-	    systems, refer to <a href="http://unxutils.sourceforge.net/" target="_top">http://unxutils.sourceforge.net/</a>.
+            To download an SHA-1 hash program for Windows operating
+            systems, refer to
+            <a href="http://unxutils.sourceforge.net/" target="_top">http://unxutils.sourceforge.net/</a>.
           </p></dd><dt><a name="gl-jb-sodipodi"></a>Sodipodi</dt><dd><p>
             Sodipodi is a vector graphics illustration application. It
-            uses W3C SVG as its default format. Refer to <a href="http://sourceforge.net/projects/sodipodi/" target="_top">http://sourceforge.net/projects/sodipodi/</a> for more
-            information.
+            uses W3C SVG as its default format. Refer to
+            <a href="http://sourceforge.net/projects/sodipodi/" target="_top">http://sourceforge.net/projects/sodipodi/</a>
+            for more information.
           </p><p>See Also <a href="fedora-glossary.php#gl-jb-inkscape">Inkscape</a>.</p></dd><dt><a name="gl-jb-srpm"></a>SRPM</dt><dd><p>
             A source <a href="fedora-glossary.php#gl-jb-rpm">RPM</a>, or
-            <span class="acronym">SRPM</span>, contains the source code for a
-            <a href="fedora-glossary.php#gl-jb-rpm">RPM</a> package.  If you want to read or
-            modify a program's source, use its SRPM. You do not need any
-            SRPMs to install or use software.
+            <span class="acronym">SRPM</span>
+            , contains the source code for a <a href="fedora-glossary.php#gl-jb-rpm">RPM</a>
+            package. To read or modify a program's source, install its
+            SRPM. You do not need SRPM packages to use the software
+            itself.
           </p><p>See Also <a href="fedora-glossary.php#gl-jb-rpm">RPM</a>.</p></dd><dt><a name="gl-jb-system-config-packages"></a>system-config-packages</dt><dd><p>
             The <span><strong class="application">system-config-packages</strong></span>
             utility is a package installation for new Fedora Core systems which
-            have no software updates installed yet.  Since most
+            have no software updates installed yet. Since most
             administrators and users update their system software
             regularly, <span><strong class="application">system-config-packages</strong></span>
-            is not often used.  Users should instead use the <a href="fedora-glossary.php#gl-jb-yum">yum</a> utility to install new software.
+            is not often used. Users should instead use the
+            <a href="fedora-glossary.php#gl-jb-yum">yum</a> utility to install
+            new software.
           </p></dd><dt><a name="gl-jb-up2date"></a>up2date</dt><dd><p>
             The <span><strong class="application">up2date</strong></span> application is a
-            complete system for managing and updating software on Red Hat Enterprise Linux
-            and Fedora systems. It has both command line and gui
-            modes. The <span><strong class="application">up2date</strong></span> application is
-            no longer recommended for software management, since it has
-            been superseded by <code class="command">yum</code>.  Refer to <a href="http://fedora.redhat.com/docs/yum/" target="_top">http://fedora.redhat.com/docs/yum/</a> for more
-            information on managing software on your Fedora system.
+            utility for managing and updating software on Red Hat Enterprise Linux and
+            Fedora systems. The <span><strong class="application">up2date</strong></span>
+            application has been superseded by
+            <code class="command">yum</code>-based utilities. Refer to
+            <a href="http://fedora.redhat.com/docs/yum/" target="_top">http://fedora.redhat.com/docs/yum/</a> for
+            more information on managing software on your Fedora system.
           </p></dd><dt><a name="gl-jb-vino"></a>vino</dt><dd><p>
-	    The <code class="command">vino</code> utility is a variant of <a href="fedora-glossary.php#gl-jb-vnc">VNC</a> used in Fedora Core 4 and beyond.
-	  </p></dd><dt><a name="gl-jb-vnc"></a>VNC</dt><dd><p>
-            <span><strong class="application">VNC</strong></span> stands for Virtual Network
-            Computing. It is remote control software which allows you to
-            view and interact with another computer over the network.
-            Refer to <a href="http://www.realvnc.com/" target="_top">http://www.realvnc.com/</a> for more
+            The <code class="command">vino</code> utility is a variant of
+            <a href="fedora-glossary.php#gl-jb-vnc">VNC</a> used in Fedora Core 4 and beyond
+            for remote assistance and control.
+          </p></dd><dt><a name="gl-jb-vnc"></a>VNC</dt><dd><p>
+            Virtual Network Computing, or
+            <span><strong class="application">VNC</strong></span>, is communication software
+            that allows you to view and interact with another computer
+            over the network. Fedora includes VNC server and client
+            software, as well as the customized
+            <a href="fedora-glossary.php#gl-jb-vino">vino</a> package. Refer to
+            <a href="http://www.realvnc.com/" target="_top">http://www.realvnc.com/</a> for more
             information about VNC.
           </p></dd><dt><a name="gl-jb-xfs"></a>XFS</dt><dd><p>
-            XFS is a journalling filesystem developed by SGI and used in
-            SGI's IRIX operating system. It is also available for Fedora
-            systems.. It is extremely scalable and has a journalling
-            capability to protect against corruption. Refer to <a href="http://oss.sgi.com/projects/xfs/faq.html#whatisxfs" target="_top">http://oss.sgi.com/projects/xfs/faq.html#whatisxfs</a>
+            XFS is a scalable journaling filesystem developed by SGI and
+            available for Fedora systems. Refer to
+            <a href="http://oss.sgi.com/projects/xfs/faq.html#whatisxfs" target="_top">http://oss.sgi.com/projects/xfs/faq.html#whatisxfs</a>
             for more information about XFS.
           </p></dd><dt>X Window System</dt><dd><p>
             The X Window System, or simply "X," is the underlying
             technology for GNOME, KDE, and other graphical environments
-            used in Fedora.  X is a network-based system for displaying
-            and communicating graphical input and output.  It is very
+            used in Fedora. X is a network-based system for displaying
+            and communicating graphical input and output. It is very
             flexible and is suitable for a wide variety of
             configurations such as remote desktops and thin-client
             applications.
           </p></dd><dt><a name="gl-jb-xen"></a>Xen</dt><dd><p>
-	    Xen is an open source virtual machine monitor for Intel x86
-	    machines which supports concurrent execution of multiple
-	    guest operating systems.  Using Xen, an administrator can
-	    set up many virtual machines running on a single physical
-	    computer.  Any single virtual machine, while executing,
-	    performs nearly as well as the physical system without Xen.
-	    Xen may be used for testing software, providing large-scale
-	    web hosting on limited hardware, any many other
-	    applications.
-	  </p></dd><dt><a name="gl-jb-yum"></a>yum</dt><dd><p>
-            The Yellow Dog Updater, or <span class="acronym">yum</span>, is a
-            complete software management utility for RPM-based systems
-            such as Fedora. It automatically determines software
+            Xen is an open source virtual machine monitor for Intel x86
+            machines which supports concurrent execution of multiple
+            guest operating systems. Using Xen, an administrator can set
+            up many virtual machines running on a single physical
+            computer. Any single virtual machine, while executing,
+            performs nearly as well as the physical system without Xen.
+            Xen may be used for testing software, providing large-scale
+            web hosting on limited hardware, any many other
+            applications.
+          </p></dd><dt><a name="gl-jb-yum"></a>yum</dt><dd><p>
+            The Yellow Dog Updater, or
+            <span class="acronym">yum</span>
+            , is a complete software management utility for RPM-based
+            systems such as Fedora. It automatically determines software
             requirements, or <em class="firstterm">dependencies</em>, and
-            uses this data to install, update, or remove packages.
-            Refer to <a href="http://linux.duke.edu/projects/yum/" target="_top">http://linux.duke.edu/projects/yum/</a> for more
-            information about <code class="command">yum</code>.
-          </p></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.php">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Fedora Jargon Buster </td><td width="20%" align="center"><a accesskey="h" href="index.php">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div>
+            uses this data to install, update, or remove packages. Refer
+            to <a href="http://linux.duke.edu/projects/yum/" target="_top">http://linux.duke.edu/projects/yum/</a> for
+            more information about <code class="command">yum</code>.
+          </p></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.php">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Fedora Jargon Buster </td><td width="20%" align="center"><a accesskey="h" href="index.php">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div>
 
 <?
 


Index: fedora.css
===================================================================
RCS file: /cvs/fedora/web/html/docs/jargon-buster/fedora.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fedora.css	7 Sep 2005 13:10:42 -0000	1.1
+++ fedora.css	7 Apr 2006 16:46:58 -0000	1.2
@@ -5,35 +5,44 @@
 Written by Tammy Fox and Garrett LeSage
 
 Copyright 2003 Tammy Fox, Garrett LeSage, and Red Hat, Inc.
+Copywight 2005 Tommy Reynolds <Tommy.Reynolds at MegaCoder.com>
 
 License: GPL
 
 */
 
+body	{
+	background-attachment	scroll;
+	background-color:	#FEFEFF;
+	background-image:	url('watermark.png');
+	background-position:	top center;
+	background-repeat:	repeat;
+}
+
 li p {
 	display: inline;
 }
 
 div.table table {
 	width: 95%;
-	background-color: #DCDCDC; 
+	background-color: #DCDCDC;
 	color: #000000;
 	border-spacing: 0;
 }
 
 div.table table th {
-	border: 1px solid #A9A9A9;	
+	border: 1px solid #A9A9A9;
 	background-color: #A9A9A9;
 	color: #000000;
 }
 
 div.table table td {
-	border: 1px solid #A9A9A9; 
+	border: 1px solid #A9A9A9;
 	background-color: #DCDCDC;
 	color: #000000;
 	padding: 0.5em;
 	margin-bottom: 0.5em;
-	margin-top: 2px; 
+	margin-top: 2px;
 
 }
 
@@ -66,35 +75,35 @@
 }
 
 hr {
-        border: 0;
-        border-bottom: 1px solid #ccc;
+	border: 0;
+	border-bottom: 1px solid #ccc;
 }
 
 h1, h2, h3, h4 {
-        font-family: luxi sans,sans-serif;
+	font-family: luxi sans,sans-serif;
 	color: #22437f;
 	font-weight: bold;
 }
 h1 {
-        font-size: 1.75em;
+	font-size: 1.75em;
 }
-      
+
 h2 {
-        font-size: 1.25em;
+	font-size: 1.25em;
 }
 
 h3 {
-        font-size: 1.1em;
+	font-size: 1.1em;
 }
 
 a:link {
-        color: #900;
+	color: #900;
 }
 a:visited {
-        color: #48468f;
+	color: #48468f;
 }
 a:hover {
-        color: #f20;
+	color: #f20;
 }
 
 code.screen, pre.screen {
@@ -113,17 +122,20 @@
 
 div.example {
 	padding: 10px;
-        border: 1px solid #bbb;
+	border: 1px solid #bbb;
 	margin: 0.5em 2em;
 }
 
 .procedure ol li {
-        margin-bottom: 0.5em;
+	margin-bottom: 0.5em;
 }
 .procedure ol li li {
 	/* prevent inheritance */
 	margin-bottom: 0em;
 }
+.procedure ol li pre {
+	margin-bottom: 1em;
+}
 
 .itemizedlist ul li {
 	margin-bottom: 0.5em;
@@ -132,3 +144,7 @@
 	/* prevent inheritance */
 	margin-bottom: 0em;
 }
+
+p.title	{
+	text-align: center;
+}


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/jargon-buster/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- index.php	6 Jan 2006 23:32:50 -0000	1.6
+++ index.php	7 Apr 2006 16:46:58 -0000	1.7
@@ -7,23 +7,23 @@
 
 ?>
 
-<div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Fedora Jargon Buster</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="fedora-glossary.php">Next</a></td></tr></table><hr></div><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="id2853726"></a>Fedora Jargon Buster</h2></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Dave</span> <span class="surname">Pawson</span></h3></div><div class="author"><h3 class="author"><span class="firstname">Tammy</span> <span class="surname">Fox</span></h3></div><div class="author"><h3 class="author"><span class="firstname">Paul</span> <span class="othername">W.</span> <span class="surname">Frields</span></h3></div></div></div><div><p class="copyright">Copyright © 2003, 2004 Dave Pawson</p></div>!
 <div><p class="copyright">Copyright © 2003, 2004, 2005 Red Hat, Inc.</p></div><div><p class="copyright">Copyright © 2004, 2005, 2006 Paul W. Frields</p></div><div><a href="ln-legalnotice.php">Legal Notice</a></div><div><a href="rv-revhistory.php">Revision History</a></div></div><hr></div><div class="toc"><dl><dt><span class="glossary"><a href="fedora-glossary.php">Glossary</a></span></dt></dl></div><p>
+<div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Fedora Jargon Buster</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="fedora-glossary.php">Next</a></td></tr></table><hr></div><div class="article" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="id2633688"></a>Fedora Jargon Buster</h1></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">Tammy</span> <span class="surname">Fox</span></h3></div><div class="author"><h3 class="author"><span class="firstname">Paul</span> <span class="othername">W.</span> <span class="surname">Frields</span></h3></div></div></div><div><p class="copyright">Copyright © 2004, 2005 Red Hat, Inc.</p></div><div><p class="copyright">Copyright © 2004, 2005, 2006 Paul W. Frields</p></div><div><a href="ln-legalnotice-opl.php">Legal Notice</a>!
 </div><div><a href="rv-revhistory.php">Revision History</a></div></div><hr></div><div class="toc"><dl><dt><span class="glossary"><a href="fedora-glossary.php">Glossary</a></span></dt></dl></div><p>
     This document clarifies some of the terms used on various lists, web
     pages, and IRC, when talking about Fedora. Many thanks to the people
-    on the fedora-list and at Red Hat for their input.  If you cannot find
-    a term in this document that you think should appear here, use the
-    bug reporting information below to notify the maintainers.
+    on the fedora-list and at Red Hat for their input. If you cannot find a
+    term in this document that you think should appear here, use the bug
+    reporting information below to notify the maintainers.
   </p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Reporting Document Errors"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="./stylesheet-images/tip.png"></td><th align="left">Reporting Document Errors</th></tr><tr><td align="left" valign="top"><p>
     To report an error or omission in this document, file a bug report in Bugzilla
-    at <a href="http://bugzilla.redhat.com/" target="_top">http://bugzilla.redhat.com/</a>.  When you file your bug, select "Fedora Documentation" as the
+    at <a href="http://bugzilla.redhat.com" target="_top">http://bugzilla.redhat.com</a>.  When you file your bug, select "Fedora Documentation" as the
     <code class="systemitem">Product</code>, and select the title of this document as
     the <code class="systemitem">Component</code>.  The version of this document is
-    jargon-buster-1.9.5.1 (2006-01-06).
+    jargon-buster-1.9.6 (2006-03-14).
   </p><p>
     The maintainers of this document will automatically receive your bug report.
     On behalf of the entire Fedora community, thank you for helping us make
     improvements.
-  </p></td></tr></table></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="fedora-glossary.php">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"> </td><td width="40%" align="right" valign="top"> Glossary</td></tr></table></div>
+  </p></td></tr></table></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="fedora-glossary.php">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"> </td><td width="40%" align="right" valign="top"> Glossary</td></tr></table></div>
 
 <?
 


Index: rv-revhistory.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/jargon-buster/rv-revhistory.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rv-revhistory.php	6 Jan 2006 23:32:50 -0000	1.5
+++ rv-revhistory.php	7 Apr 2006 16:46:58 -0000	1.6
@@ -7,90 +7,104 @@
 
 ?>
 
-<div class="revhistory"><div class="revhistory"><table border="1" width="100%" summary="Revision history - Fedora Jargon Buster"><tr><th align="left" valign="top" colspan="3"><b>Revision History</b></th></tr><tr><td align="left">Revision 1.0</td><td align="left">7 Nov 2003</td><td align="left">DaveP</td></tr><tr><td align="left" colspan="3">
-          <p>
-            Initial Release
-          </p>
-        </td></tr><tr><td align="left">Revision 1.1</td><td align="left">8 Nov 2003</td><td align="left">DaveP</td></tr><tr><td align="left" colspan="3">
-          <p>
-            More added from Fedora list.
-          </p>
-        </td></tr><tr><td align="left">Revision 1.2</td><td align="left">10 Nov 2003</td><td align="left">DaveP</td></tr><tr><td align="left" colspan="3">
-          <p>
-            More added from Fedora list.
-          </p>
-        </td></tr><tr><td align="left">Revision 1.3</td><td align="left">10 Nov 2003</td><td align="left">DaveP</td></tr><tr><td align="left" colspan="3">
-          <p>
-            More added from various places (e.g. DV).
-          </p>
-        </td></tr><tr><td align="left">Revision 1.4</td><td align="left">10 Nov 2003</td><td align="left">DaveP</td></tr><tr><td align="left" colspan="3">
-          <p>
-            Added LegalNotice and std ents.
-          </p>
-        </td></tr><tr><td align="left">Revision 1.5</td><td align="left">11 Nov 2003</td><td align="left">DaveP</td></tr><tr><td align="left" colspan="3">
-          <p>
-            More additions from list.
-          </p>
-        </td></tr><tr><td align="left">Revision 1.6</td><td align="left">11 Nov 2003</td><td align="left">DaveP</td></tr><tr><td align="left" colspan="3">
-          <p>
-            More additions from list and A-Z toc. Needs art.xsl
-          </p>
-        </td></tr><tr><td align="left">Revision 1.7</td><td align="left">19 Dec 2003</td><td align="left">DaveP</td></tr><tr><td align="left" colspan="3">
-          <p>
-            Update
-          </p>
-        </td></tr><tr><td align="left">Revision 1.8</td><td align="left">30 Jan 2004</td><td align="left">TammyFox</td></tr><tr><td align="left" colspan="3">
-          <p>
-            Modified to build in fedora-docs module, Red Hat is 2 words,
-            other edits and corrections
-          </p>
-        </td></tr><tr><td align="left">Revision 1.9</td><td align="left">7 Mar 2004</td><td align="left">DaveP,TammyFox</td></tr><tr><td align="left" colspan="3">
-          <p>
-            Added request for input statement, added KDE and VMware
-            terms (DaveP); added trademark tags around relevant words in
-            new entries and modified para on contributing (TammyFox)
-          </p>
-        </td></tr><tr><td align="left">Revision 1.9.1</td><td align="left">30 Sept 2004</td><td align="left">PaulWFrields,TammyFox</td></tr><tr><td align="left" colspan="3">
-          <p>
-            Added Tettnang.
-          </p>
-        </td></tr><tr><td align="left">Revision 1.9.1.1</td><td align="left">17 Aug 2005</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
-	  <p>
-	    Began new round of editing.
-	  </p>
-	</td></tr><tr><td align="left">Revision 1.9.2</td><td align="left">26 Aug 2005</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
-	  <p>
-	    Additional term editing.
-	  </p>
-	</td></tr><tr><td align="left">Revision 1.9.3</td><td align="left">7 Sep 2005</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
-	  <p>
-	    Style editing.
-	  </p>
-	</td></tr><tr><td align="left">Revision 1.9.4</td><td align="left">30 Sep 2005</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
-	  <p>
-	    Some term fixes (#160265).
-	  </p>
-	</td></tr><tr><td align="left">Revision 1.9.4.1</td><td align="left">24 Oct 2005</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
-	  <p>
-	    Spelling correction (#171596).
-	  </p>
-	</td></tr><tr><td align="left">Revision 1.9.5</td><td align="left">6 Jan 2006</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
-	  <p>
-	    Add additional entries for input methods, programming
-	    features, and Xen (#177103).
-	  </p>
-	  <p>
-	    Additional cross referencing.
-	  </p>
-	  <p>
-	    Delineate copyright information, partly for clarity and
-	    partly for properly exercising build tools.
-	  </p>
-	</td></tr><tr><td align="left">Revision 1.9.5.1</td><td align="left">6 Jan 2006</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
-	  <p>
-	    Fix labels to uniformity.
-	  </p>
-	</td></tr></table></div></div>
+<div class="revhistory"><div class="revhistory"><table border="1" width="100%" summary="Revision history - Fedora Jargon Buster"><tr><th align="left" valign="top" colspan="3"><b>Revision History</b></th></tr><tr><td align="left">Revision 1.9.6</td><td align="left">2006-03-14</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Removed or revised all legacy information to allow relicensing
+        </p>
+      </td></tr><tr><td align="left">Revision 1.9.5.3</td><td align="left">2006-02-12</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Convert to DocBook XML V4.4 and use XInclude
+        </p>
+      </td></tr><tr><td align="left">Revision 1.9.5.2</td><td align="left">2006-02-05</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Add title to glossary to ensure readability in yelp.
+          Apparently every major section needs to have a title for this
+          reason.
+        </p>
+      </td></tr><tr><td align="left">Revision 1.9.5.1</td><td align="left">6 Jan 2006</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Fix labels to uniformity.
+        </p>
+      </td></tr><tr><td align="left">Revision 1.9.5</td><td align="left">6 Jan 2006</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Add additional entries for input methods, programming
+          features, and Xen (#177103).
+        </p>
+        <p>
+          Additional cross referencing.
+        </p>
+        <p>
+          Delineate copyright information, partly for clarity and partly
+          for properly exercising build tools.
+        </p>
+      </td></tr><tr><td align="left">Revision 1.9.4.1</td><td align="left">24 Oct 2005</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Spelling correction (#171596).
+        </p>
+      </td></tr><tr><td align="left">Revision 1.9.4</td><td align="left">30 Sep 2005</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Some term fixes (#160265).
+        </p>
+      </td></tr><tr><td align="left">Revision 1.9.3</td><td align="left">7 Sep 2005</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Style editing.
+        </p>
+      </td></tr><tr><td align="left">Revision 1.9.2</td><td align="left">26 Aug 2005</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Additional term editing.
+        </p>
+      </td></tr><tr><td align="left">Revision 1.9.1.1</td><td align="left">17 Aug 2005</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Began new round of editing.
+        </p>
+      </td></tr><tr><td align="left">Revision 1.9.1</td><td align="left">30 Sept 2004</td><td align="left">PaulWFrields</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Added Tettnang.
+        </p>
+      </td></tr><tr><td align="left">Revision 1.9</td><td align="left">7 Mar 2004</td><td align="left">DavePawson</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Added request for input statement, added KDE and VMware terms
+          (DaveP); added trademark tags around relevant words in new
+          entries and modified para on contributing (TammyFox)
+        </p>
+      </td></tr><tr><td align="left">Revision 1.8</td><td align="left">30 Jan 2004</td><td align="left">TammyFox</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Modified to build in fedora-docs module, Red Hat is 2 words,
+          other edits and corrections
+        </p>
+      </td></tr><tr><td align="left">Revision 1.7</td><td align="left">19 Dec 2003</td><td align="left">DavePawson</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Update
+        </p>
+      </td></tr><tr><td align="left">Revision 1.6</td><td align="left">11 Nov 2003</td><td align="left">DavePawson</td></tr><tr><td align="left" colspan="3">
+        <p>
+          More additions from list and A-Z toc. Needs art.xsl
+        </p>
+      </td></tr><tr><td align="left">Revision 1.5</td><td align="left">11 Nov 2003</td><td align="left">DavePawson</td></tr><tr><td align="left" colspan="3">
+        <p>
+          More additions from list.
+        </p>
+      </td></tr><tr><td align="left">Revision 1.4</td><td align="left">10 Nov 2003</td><td align="left">DavePawson</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Added LegalNotice and std ents.
+        </p>
+      </td></tr><tr><td align="left">Revision 1.3</td><td align="left">10 Nov 2003</td><td align="left">DavePawson</td></tr><tr><td align="left" colspan="3">
+        <p>
+          More added from various places (e.g. DV).
+        </p>
+      </td></tr><tr><td align="left">Revision 1.2</td><td align="left">10 Nov 2003</td><td align="left">DavePawson</td></tr><tr><td align="left" colspan="3">
+        <p>
+          More added from Fedora list.
+        </p>
+      </td></tr><tr><td align="left">Revision 1.1</td><td align="left">8 Nov 2003</td><td align="left">DavePawson</td></tr><tr><td align="left" colspan="3">
+        <p>
+          More added from Fedora list.
+        </p>
+      </td></tr><tr><td align="left">Revision 1.0</td><td align="left">7 Nov 2003</td><td align="left">DavePawson</td></tr><tr><td align="left" colspan="3">
+        <p>
+          Initial Release
+        </p>
+      </td></tr></table></div></div>
 
 <?
 




More information about the Fedora-websites-list mailing list