web/html/docs/jargon-buster fedora.css, NONE, 1.1 rv-revhistory.php, NONE, 1.1 fedora-glossary.php, 1.1.1.1, 1.2 index.php, 1.1.1.1, 1.2 ln-legalnotice.php, 1.1.1.1, 1.2

Paul W. Frields (pfrields) fedora-extras-commits at redhat.com
Wed Sep 7 13:10:44 UTC 2005


Author: pfrields

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

Modified Files:
	fedora-glossary.php index.php ln-legalnotice.php 
Added Files:
	fedora.css rv-revhistory.php 
Log Message:
New jargon-buster build, updated to 1.9.3


--- NEW FILE fedora.css ---
/*

CSS for Red Hat Linux Project docs from the Documentation Project

Written by Tammy Fox and Garrett LeSage

Copyright 2003 Tammy Fox, Garrett LeSage, and Red Hat, Inc.

License: GPL

*/

li p {
	display: inline;
}

div.table table {
	width: 95%;
	background-color: #DCDCDC; 
	color: #000000;
	border-spacing: 0;
}

div.table table th {
	border: 1px solid #A9A9A9;	
	background-color: #A9A9A9;
	color: #000000;
}

div.table table td {
	border: 1px solid #A9A9A9; 
	background-color: #DCDCDC;
	color: #000000;
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 2px; 

}

div.note table, div.tip table, div.important table, div.caution table, div.warning table {
	width: 95%;
	border: 2px solid #D0D0B0;
	background-color: #FAF9E0;
	color: #000000;
	/* padding inside table area */
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.qandaset table {
	border-collapse: collapse;
}
.qandaset {
}
.qandaset tr.question {
}
.qandaset tr.question td {
	font-weight: bold;
	padding: 1em 1em 0;
}
.qandaset tr.answer td {
	padding: 0.25em 1em 1.5em;
}
.qandaset tr.question td, .qandaset tr.answer td {
}

hr {
        border: 0;
        border-bottom: 1px solid #ccc;
}

h1, h2, h3, h4 {
        font-family: luxi sans,sans-serif;
	color: #22437f;
	font-weight: bold;
}
h1 {
        font-size: 1.75em;
}
      
h2 {
        font-size: 1.25em;
}

h3 {
        font-size: 1.1em;
}

a:link {
        color: #900;
}
a:visited {
        color: #48468f;
}
a:hover {
        color: #f20;
}

code.screen, pre.screen {
	font-family: monospace;
	font-size: 1em;
	display: block;
	padding: 10px;
	border: 1px solid #bbb;
	background-color: #eee;
	color: #000;
	overflow: auto;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
	margin: 0.5em 2em;
}

div.example {
	padding: 10px;
        border: 1px solid #bbb;
	margin: 0.5em 2em;
}

.procedure ol li {
        margin-bottom: 0.5em;
}
.procedure ol li li {
	/* prevent inheritance */
	margin-bottom: 0em;
}

.itemizedlist ul li {
	margin-bottom: 0.5em;
}
.itemizedlist ul li li {
	/* prevent inheritance */
	margin-bottom: 0em;
}


***** Error reading new file: [Errno 2] No such file or directory: 'rv-revhistory.php'

Index: fedora-glossary.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/jargon-buster/fedora-glossary.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- fedora-glossary.php	30 Mar 2005 17:47:23 -0000	1.1.1.1
+++ fedora-glossary.php	7 Sep 2005 13:10:42 -0000	1.2
@@ -7,255 +7,539 @@
 
 ?>
 
-<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></div><div class="glossdiv"><h3 class="title">Jargon Buster</h3><dl><dt>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">alsa-project.org</a></p></dd><dt>Anaconda</dt><dd><p>Anaconda is the installation program for Red Hat
-    distributions. During installation, the system's hardware is
-    identified and configured, and the appropriate file systems for
-    the system's architecture are created. Finally, it allows the user
-    to install the operating system software on the
-    system. Optionally, it can upgrade existing Red Hat
-    installations. Anaconda can run in a fully interactive mode (text
-    or graphical), or in a kickstart mode, which is allows the
-    installation to be scripted for unattended operation. Refer to <a href="http://fedora.redhat.com/projects/anaconda-installer/" target="_top">Red Hat</a> </p></dd><dt>apt-get</dt><dd><p> Refer to <a href="http://freshrpms.net/apt/" target="_top">freshrpms.net</a>. APT (Advanced
- Package Tool) is a dependency tool, well known to Debian users since
- it is used by default with their dpkg packages. But apt has been
- ported to work with RPM packages too, by Conectiva, who has now used
- it for some time in their GNU/Linux distribution. The good news is
- that apt for RPM may be used with any other RPM-based
- distribution. All you need is the tool compiled for your version of
- RPM and at least a repository where RPM packages and their apt
- metadata can be downloaded from.  </p></dd><dt>ATrpms </dt><dd><p>This is a 3rd party RPM repository for Red Hat Linux
-  distributions. The original focus laid upon software used in natural
-  sciences, especially in the field of high energy physics, e.g. tools
-  for numerical programming or such for 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">atrpms.physik.fu-berlin.de</a></p></dd><dt>BitTorrent</dt><dd><p>An alternative to a simple FTP or HTTP download. Utilizes multiple
-  channels to download. Refer to <a href="http://bitconjurer.org/BitTorrent/" target="_top">BitTorrent website</a>
-  </p><p>
-   <a href="http://torrent.dulug.duke.edu/" target="_top">Duke.edu</a> 
-   This is the tracker for Fedora Core 1 'Yarrow' release. 
-</p></dd><dt><span class="trademark">Bluecurve</span>™</dt><dd><p>An easy-to-navigate interface with intuitively organized
-  menus. Bluecurve has been upgraded in Red Hat Linux 9 and now extends to more areas of
-  the operating system, including the menu and layout of the desktop.</p></dd><dt>Bugzilla</dt><dd><p>This is the Red Hat bug-tracking system, our database for
-recording bugs in Red Hat products. For more information about the Bugzilla bug tracking system, please refer to the main <a href="http://www.bugzilla.org/" target="_top">Bugzilla</a> home page. </p></dd><dt><a name="core1"></a>Core 1</dt><dd><p>The Yarrow version of Fedora. Sometimes abbreviated to FC 1 or fc1,
-  Fedora Core 1. </p><p>See Also <a href="#names">Red Hat Linux Names</a>.</p></dd><dt><a name="core2"></a>Core 2</dt><dd><p>The Tettnang version of Fedora. Sometimes abbreviated to FC 2
-	    or fc2, Fedora Core 2.</p><p>See Also <a href="#names">Red Hat Linux Names</a>.</p></dd><dt>cron</dt><dd><p>A daemon to execute scheduled commands, for example to check
-  email each day at noon.  Cron searches /var/spool/cron for crontab
-  files which are named after accounts in /etc/passwd; </p></dd><dt>CUPS</dt><dd><p>The Common UNIX Printing System ("CUPS") is a cross-platform
- printing solution for all UNIX environments. It is based on the
- "Internet Printing Protocol" and provides complete printing services
- to most PostScript and raster printers.<a href="http://www.cups.org/" target="_top">Home page.</a> </p></dd><dt>desktop switcher</dt><dd><p>The switchdesk-gnome package provides a GNOME look and feel for the
-Desktop Switcher program provided in the switchdesk package.
-</p></dd><dt>eth0</dt><dd><p>(Normally) the first ethernet port on your system </p></dd><dt>ethtool</dt><dd><p>Ethtool is a Linux net driver diagnostic and tuning tool for
- the Linux 2.4.x (or later) series of kernels. It obtains information
- and diagnostics related to media, link status, driver version, PCI
- (or other) bus location, and more.  </p></dd><dt>FAQ</dt><dd><p>Frequently Asked Questions, for Fedora see <a href="http://fedora.redhat.com/about/faq/" target="_top">fedora.redhat.com</a></p></dd><dt>FDL</dt><dd><p>GNU Free Documentation License (FDL), see <a href="http://www.gnu.org/licenses/fdl.html" target="_top">gnu.org</a></p></dd><dt>FHS - File System Hierarchy Standard</dt><dd><p>A collaborative document that defines the names and locations
-  of many files and directories on a Linux system. Worth getting to
-  know if you want to know what <span class="emphasis"><em>should</em></span> go where.
- Refer to <a href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-filesystem-fhs.html" target="_top">Red Hat</a></p></dd><dt>FreshRPMS</dt><dd><p>A source of RPMs.  Matthias Saou, the host,  says: In late 2000, I
-  started building quite a few RPM packages for my own needs, that
-  couldn't easily be found elsewhere, or at least not so well suited
-  for Red Hat Linux. A few months later, the website on which these
-  packages were hosted changed its name to become what people know
-  today. A long time has passed and I still maintain all the packages
-  I used to, and more of course! A whole community of users, testers
-  and contributors has grown around the website and its packages,
-  which is something I really didn't expect but really enjoy. Refer to
-  <a href="http://freshrpms.net/" target="_top">freshrpms.net</a>
-</p><p>See Also <a href="#RPM">RPM</a>.</p></dd><dt>fsck</dt><dd><p> fsck is a command line tool used to check and optionally repair Linux file systems.</p></dd><dt>fsh</dt><dd><p>Remote command execution via a cryptographically strong method such as
-lsh or ssh is often painfully slow, especially if either of the
-involved computers is slow. The biggest problem is that the client and
-the server perform a lot of complex calculations during connection
-establishment.</p><p>fsh uses lsh or ssh to establish a secure tunnel to the remote
-system. This takes as long as a normal connection establishment, but
-once the tunnel is established, fsh can reuse it to start new sessions
-on the remote system almost instantaneously. You get the security of
-ssh and the speed of rsh.
-</p></dd><dt>gimp</dt><dd><p>The GIMP is the GNU Image Manipulation Program. It is a freely
-  distributed piece of software suitable for such tasks as photo
-  retouching, image composition and image authoring. Refer to <a href="http://www.gimp.org/" target="_top">gimp.org</a> </p></dd><dt>glibc</dt><dd><p>The GNU C library is used as the C library in the GNU system
-  and most newer systems with the Linux kernel. Refer to <a href="http://www.gnu.org/software/libc/libc.html" target="_top">gnu.org</a></p></dd><dt>GNOME</dt><dd><p>The GNOME Project is an effort to create a complete, free and
-  easy-to-use desktop environment for users, as well as a powerful
-  application development framework for software developers.  Refer to
-<a href="http://www.gnome.org" target="_top">Home page </a> </p></dd><dt>GPG</dt><dd><p>GnuPG is a complete and free replacement for PGP. Because it
-  does not use the patented IDEA algorithm, it can be used without any
-  restrictions. GnuPG is a RFC2440 (OpenPGP) compliant
-  application. Refer to <a href="http://gnupg.org/" target="_top">gnupg.org</a>. You may also see
-  RPM-GPG-KEY referenced, which relates to the keys used for checking
-  packages. E.g. see <a href="http://rpmfind.net/linux/rawhide/1.0/i386/" target="_top">rpmfind </a></p></dd><dt>GPL & non-GPL  http://www.fsf.org/licenses/gpl-faq.htm</dt><dd><p>Gnu General Public Licence. Refer to <a href="http://www.fsf.org/licenses/licenses.html" target="_top">fsf.org</a></p></dd><dt>GRUB</dt><dd><p>GNU GRand Unified Boot loader or GRUB is a program which
- enables the user to select which installed operating system or kernel
- to load at system boot time. It also allows the user to pass
- arguments to the kernel. Refer to <a href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-grub-whatis.html" target="_top">Red Hat</a></p></dd><dt>i386</dt><dd><p>i386.  The entire x86 line of computers and processors, from
- the Intel 386 forward all the way to Intel Pentium 4 and Athlon
- chips. All those are compatible with i386 instruction sets, the
- "lowest common denominator". Often used as shorthand for the
- distribution set of files meant for this line of computers or
- processors.
- </p></dd><dt>IRC</dt><dd><p> IRC (Internet Relay Chat) channel. IRC is a real-time,
-  text-based form of communication. With it, you can have
-  conversations with multiple people in an open channel or chat with
-  someone privately one-on-one.
-</p></dd><dt>ISO</dt><dd><p>As an acronym, ISO = International Standards Organization. More
-  usefully, an abbreviation for the format of the downloadable version
-  of the CD images, since the ISO defined the CD format.</p><p> ISO standard ISO 9660:1988 entitled "Information processing -- 
-Volume and file structure of CD-ROM for information interchange" does 
-define the order of bits on a CD-ROM and so an image of an ISO 
-9660:1988 compliant media is called an ISO.
-
-For details see <a href="http://www.iso.org" target="_top">iso.org</a></p></dd><dt>KDE</dt><dd><p>KDE is a desktop environment for UNIX workstations. KDE seeks to fill
-  the need for an easy to use desktop for Unix workstations, similar to the
-  desktop environments found under Mac OS or <span class="trademark">Microsoft</span>® <span class="trademark">Windows</span>®. Refer to the <a href="http://www.kde.org/whatiskde/" target="_top">Home page</a> for more
-  information.</p></dd><dt>kernel</dt><dd><p>The heart of Linux. The main code derived from Linus's
-    original software.</p></dd><dt>kickstart</dt><dd><p>Many system administrators would prefer to use an automated
-  installation method to install Red Hat Linux on their machines. To
-  answer this need, Red Hat created the kickstart installation
-  method. Using kickstart, a system administrator can create a single
-  file containing the answers to all the questions that would normally
-  be asked during a typical Red Hat Linux installation.  Refer to <a href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-kickstart2.html" target="_top">Red Hat
-  </a></p></dd><dt>Kudzu</dt><dd><p>kudzu is the hardware autodetection & configuration tool, originally
-introduced in Red Hat Linux 6.1. It detects changes in the system's
-hardware configuration, and gives the option of configuring
-added or removed devices. It's set up by default to run at
-each boot. <a href="http://fedora.redhat.com/projects/additional-projects/kudzu/" target="_top">fedora.redhat.com</a>
-for more.
- </p></dd><dt>LDAP</dt><dd><p>Lightweight Directory Access Protocol</p></dd><dt>lilo</dt><dd><p>LILO (LInux LOader) 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.</p></dd><dt>LSB</dt><dd><p> Linux standard base.  The goal of the LSB is to develop and
- promote a set of standards that will increase compatability among
- Linux distributions <a href="http://www.linuxbase.org/" target="_top">linuxbase.org</a> </p></dd><dt>lspci</dt><dd><p>lspci is a utility for displaying information about all PCI
-  buses in the system and all devices connected to them.
-</p></dd><dt>Mandrake</dt><dd><p>Another Linux distribution </p></dd><dt>md5sum</dt><dd><p>md5sum computes a 128-bit checksum (or fingerprint or
- message-digest) for each specified file. Refer to <a href="http://www.gnu.org/software/textutils/manual/textutils/html_chapter/textutils_6.html#SEC21" target="_top">gnu.org</a>
- for Linux man pages. Why is it useful? Having downloaded Fedora,
- you'll mostly see a related file MD5SUM which holds some rather
- strange numbers. Run md5sum against the downloaded file or image, and
- you'll see a match if you are lucky, or if you don't get the match,
- you can be assured that the download is somehow faulty, and you need
- to download again, before you burn the CD. </p><p>For windows, <a href="http://downloads.activestate.com/contrib/md5sum/Windows/" target="_top">activestate.com</a> </p></dd><dt>Memtest86</dt><dd><p>Memory testing may be performed prior to installing Fedora
-Core by entering <tt class="command"> memtest86</tt> at the boot: prompt. This causes the <tt class="command">Memtest86</tt> standalone memory testing software to run. <tt class="command">Memtest86</tt> memory testing continues until the Esc key is pressed.</p></dd><dt>Mount point</dt><dd><p> Mounting a CD is the equivalent of telling the Operating
-    System that you want to use it.  In Linux the only file system
-    that is automatically mounted is the root file system which is
-    automatically mounted on the root directory. Other file systems
-    (eg. your floppy drive, cd rom drive, windows partitions, and any
-    linux partitions other than root) can be mounted and unmounted as
-    required. In the case of drives used with portable media (such as
-    floppy drives, cd rom drives, and zip drives) it is necessary to
-    unmount the drive before being able to remove the media from the
-    drive.
-</p></dd><dt>Mozilla</dt><dd><p>Mozilla is an open-source web browser, designed for standards
-  compliance, performance and portability. Refer to <a href="http://www.mozilla.org" target="_top">Mozilla.org</a></p></dd><dt>Nautilus</dt><dd><p>The graphical desktop includes a file manager called Nautilus
-  that gives you a graphical display of your system and personal
-  files. Nautilus is designed to be much more than a visual listing of
-  files, however. It allows you to configure your desktop, configure
-  your Red Hat Linux system, browse your photo collection, access your
-  network resources, and more all from one integrated interface. In
-  essence, Nautilus becomes a shell for your entire desktop
-  experience. <a href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/getting-started-guide/s1-desktop-nautilus.html" target="_top">redhat</a></p></dd><dt>package</dt><dd><p>An alternate name for an RPM. Usually a number of files which
-  together form an application or other usable software
-  entity. Normally meant for installation by a package manager</p><p>See Also <a href="#RPM">RPM</a>, <a href="#rhconfpkg">redhat-config-packages</a>.</p></dd><dt>pine</dt><dd><p>Pine — a Program for Internet News & Email — is a tool
-  for reading, sending, and managing electronic messages (email). Refer to
-  <a href="http://www.washington.edu/pine/" target="_top">washington.edu</a> </p></dd><dt>Psyche</dt><dd><p>The name given to Red Hat Linux 8 </p><p>See Also <a href="#names">Red Hat Linux Names</a>.</p></dd><dt>Rawhide</dt><dd><p>The bleeding edge, Rawhide is where the next version of
- packages are developed and tested. It is usually sort of stable, but
- on any given day any given package MIGHT be badly broken where the
- programmers are trying to add something or change something. Do not
- use on production machines, use at your own risk, etc. </p></dd><dt><a name="names"></a>Red Hat Linux Names</dt><dd><p>Tettnang, Yarrow, Shrike, Psyche, et al.  Names are given to individual
- versions of Red Hat Linux and Fedora Core for reference and easy memory. People often
- forget whether they are using RHL 8.0 (Psyche), RHL 9 (Shrike), or Fedora Core
- 1 (Yarrow), but the names are harder to forget. Note that other operating
- systems do the same thing, including other Linux distros and Microsoft (various
- versions of Windows have been named Chicago, Cairo, etc.).
- </p></dd><dt>RHEL</dt><dd><p>Red Hat Enterprise Linux is the premiere operating system for
-  open source computing. It's sold by annual subscription, runs on
-  seven system architectures, is certified by top enterprise software
-  and hardware vendors, and 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">Red Hat </a> for
-  more. 
-
-
-</p></dd><dt><a name="rhconfpkg"></a>redhat-config-packages</dt><dd><p>redhat-config-packages is the package manager for Red Hat Linux and Fedora Core.
-It supports installation of packages from CD or other sources </p></dd><dt>Red Hat End User Licence Agreement (RHEULA)</dt><dd><p>Each of Red Hat software products is covered by an End User License Agreement. Refer to  <a href="http://www.redhat.com/licenses/" target="_top">Red Hat</a></p></dd><dt>rhgb </dt><dd><p>Red Hat Graphical Boot. </p><p>Fedora Core 1 now uses a graphical interface while booting. The
-graphical boot screen will appear once the kernel has
-loaded. Graphical booting is controlled by the GRAPHICAL line in the
-<tt class="filename">/etc/sysconfig/init</tt> file; set it to "no" to permanently disable
-graphical booting. In addition, the parameter rhgb must be appended to
-your bootloader command line.</p><p>Systems that have been upgraded to Fedora Core 1 will not be
-configured to include the graphical boot feature. You must install the
-rhgb package, and add the rhgb boot-time parameter to your bootloader
-configuration.
-</p></dd><dt>RHN</dt><dd><p>Red Hat Network</p></dd><dt>RHN Applet</dt><dd><p>This applet, although called the rhn-applet really has nothing
- to do with RHN in Fedora.  It is really just the convenient mechanism
- for GUI access to up2date. </p></dd><dt><a name="RPM"></a>RPM</dt><dd><p>Red Hat Package Manager, or nowadays,  RPM Package
-  Manager. </p><p>
-  The standard way to build and distribute any application for Red Hat Linux, Fedora Core,
-  and other Linux distributions that now use the same format. This
-  includes Mandrake and possibly others of which I might be
-  unaware. RPM is also the name for the application and command with
-  which you install, upgrade, query, or remove an RPM package, and you
-  often refer to a package as "the Apache RPM" meaning the RPM file
-  for that application. Can also check dependencies between installed
-  and new packages.
-</p></dd><dt>Rsync</dt><dd><p>rsync is an open source utility that provides fast incremental
-  file transfer. Refer to <a href="http://samba.anu.edu.au/rsync/" target="_top">samba.anu.edu</a></p></dd><dt>SELinux</dt><dd><p>
-<a href="http://www.nsa.gov/selinux/" target="_top">nsa.gov</a>, from which,
-Security-Enhanced Linux. This version of Linux has a strong, flexible mandatory access control architecture incorporated into the major subsystems of the kernel.
-
-  </p></dd><dt>Severn</dt><dd><p>The beta version of Fedora, closed off early November 2003, severn was the beta version 0.95 </p></dd><dt>Shrike</dt><dd><p>The name given to Red Hat Linux 9 </p><p>See Also <a href="#names">Red Hat Linux Names</a>.</p></dd><dt>Sodipodi</dt><dd><p>Sodipodi is general vector illustrating application for
-  Linux/Unix and Windows. It uses W3C SVG as native file and in-memory
-  image format and can do many neat things. Refer to <a href="http://sourceforge.net/projects/sodipodi" target="_top">Sourceforge</a></p></dd><dt>SRPMs</dt><dd><p>Source RPM, contains the source code for the package 
-in case you want to read it or modify it. You do not need any SRPMS to 
-install or use the software.
- </p><p>See Also <a href="#RPM">RPM</a>.</p></dd><dt>Tettnang</dt><dd><p>
-	    "Tettnang" is the second release (version 2) of Fedora Core.
-	  </p><p>See Also <a href="#names">Red Hat Linux Names</a>, <a href="#core2">Core 2</a>.</p></dd><dt>Up2date</dt><dd><p>up2date is a complete system for managing and updating RPM
- packages on Red Hat Linux and Fedora Core system. It has both command line and gui
- modes. Refer to <a href="http://www.redhat.com/advice/tips/up2date.html" target="_top">Red Hat
- site</a> for more detail.</p></dd><dt>VMware</dt><dd><p>A commercial product, <span class="trademark">VMware</span>®
- Workstation is virtual machine software for the desktop. Optimized for the
- power user, VMware Workstation runs multiple operating systems, including
- Microsoft Windows, Linux, and <span class="trademark">Novell</span>®
- <span class="trademark">NetWare</span>®, simultaneously on a single
- PC in fully networked, portable virtual machines.  VMware Workstation works by
- enabling multiple operating systems and their applications to run concurrently
- on a single physical machine. These operating systems and applications are
- isolated in secure virtual machines that co-exist on a single piece of
- hardware. The VMware virtualization layer maps the physical hardware resources
- to the virtual machine's resources, so each virtual machine has its own CPU,
- memory, disks, I/O devices, etc. Virtual machines are the full equivalent of a
- standard x86 machine. Refer to its <a href="http://www.vmware.com/" target="_top">home
- page </a> for more information.</p></dd><dt>VNC</dt><dd><p>VNC stands for Virtual Network Computing. It is remote control
-  software which allows you to view and interact with one computer
-  (the "server") using a simple program (the "viewer") on another
-  computer anywhere on the Internet. Refer to <a href="http://www.realvnc.com/" target="_top">realvnc.com</a> </p></dd><dt>XFS</dt><dd><p>XFS is a journalling filesystem developed by SGI and used in
-  SGI's IRIX operating system. It is now also available under GPL for
-  linux. It is extremely scalable, using btrees extensively to support
-  large and/or sparse files, and extremely large directories. The
-  journalling capability means no more waiting for fsck's or worrying
-  about meta-data corruption. Refer to <a href="http://oss.sgi.com/projects/xfs/faq.html#whatisxfs" target="_top">oss.sgi.com</a>
-  </p></dd><dt>Ximian</dt><dd><p>Provides a modified version of GNOME, which can be installed on a Linux
-  distributions. Warning: After installing Ximian GNOME, it must be uninstalled
-  before upgrading Red Hat Linux or Fedora Core. Refer to the <i class="citetitle">Release
-  Notes</i> for details.</p><p>
-  Ximian had its genesis in the GNOME project and offers a complete
-  Linux desktop environment and productivity application suite. Refer to
-  <a href="http://www.ximian.com/about_us/" target="_top">the home page</a>.
-  The company was founded by some of the GNOME developers as a
-  commercial entity related to GNOME. This led to the development of
-  Evolution and improvement in GNOME. Bought by Novell Aug 2003
-
-</p></dd><dt>X Window System</dt><dd><p>Possibly a misnomer, though often used to describe the GUI (Window like
-   ) user interface for Linux. Refer to <a href="http://www.ntlug.org/~cbbrowne/xwindows.html" target="_top">ntlug.org</a> for the
-   rationale.</p></dd><dt>Yarrow</dt><dd><p>
-    "Severn" was a beta version of Fedora and "yarrow" is the first
-    release version 1, November 6, 2003
-  </p><p>Also, yarrow - ubiquitous strong-scented mat-forming Eurasian
-herb of wasteland, hedgerow or pasture having narrow serrate leaves
-and small usually white florets; widely naturalized in North
-America. Yarrow is also, like Severn, a river in the UK.
-</p><p>See Also <a href="#names">Red Hat Linux Names</a>, <a href="#core1">Core 1</a>.</p></dd><dt>Yum</dt><dd><p>Yum is an automatic updater and package installer/remover for
- RPM systems. It automatically computes dependencies and figures out
- what actions should occur to install packages. Refer to <a href="http://linux.duke.edu/projects/yum/" target="_top">Duke University</a></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"><a accesskey="u" href="index.php">Up</a></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>
+<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-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.
+          </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.
+          </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.
+          </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.
+          </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.
+          </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.dulug.duke.edu/" target="_top">http://torrent.dulug.duke.edu/</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
+            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.
+          </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
+            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>.
+          </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 <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.
+          </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.
+          </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>
+            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.
+          </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.
+          </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.
+          </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.
+          </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.
+          </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.
+          </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.
+          </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>.
+          </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>.
+          </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>
+            GnuPG, the GNU Privacy Guard, is a complete and free
+            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
+            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.
+          </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>.
+          </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.
+          </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.
+          </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-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.
+          </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.
+          </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
+            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.
+          </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
+            Linux kernel used in Fedora is free and open source software,
+            originally written by Linux 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.
+          </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>.
+          </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>.
+          </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.
+          </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>.
+          </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
+            hardware recognition or driver compatibility.
+          </p></dd><dt>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
+            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>
+            Download mirrors for Fedora Core <a href="fedora-glossary.php#gl-jb-iso">ISO</a> image
+            files also include a related MD5SUMS file which contains the
+            hash values for the <a href="fedora-glossary.php#gl-jb-iso">ISO</a> files.  Run
+            <code class="command">md5sum</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 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
+            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.
+          </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>
+            To use a disk device such as a CD, USB drive, or floppy
+            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="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
+            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>
+            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>.
+          </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>
+          </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></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.
+          </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.
+          </p></dd><dt><a name="gl-jb-redhat-config-packages"></a>redhat-config-packages</dt><dd><p>
+            The <span><strong class="application">redhat-config-packages</strong></span>
+            utility is a package installation for new Fedora Core systems which
+            have no software updates installed yet.  Since most
+            administrators and users update their system software
+            regularly, <span><strong class="application">redhat-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.
+          </p></dd><dt>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
+            <span><strong class="application">rhgb</strong></span>.
+          </p></dd><dt>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.
+          </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.
+          </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
+            <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-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-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.
+          </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.
+          </p><p>See Also <a href="fedora-glossary.php#gl-jb-rpm">RPM</a>.</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.
+          </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
+            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>
+            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
+            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-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>
 
 <?
 


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/jargon-buster/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- index.php	30 Mar 2005 17:47:23 -0000	1.1.1.1
+++ index.php	7 Sep 2005 13:10:42 -0000	1.2
@@ -7,42 +7,21 @@
 
 ?>
 
-<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="id3367130"></a>Fedora Jargon Buster</h2></div><div><a href="ln-legalnotice.php">Legal Notice</a></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><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</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></table></div></div></div><div></div><hr></div><div class="toc"><dl><dt><a href="fedora-glossary.php">Glossary</a></dt></dl></div><p>
-  This document attempts to clarify some of the terms used on various
-  lists, Red Hat pages, and IRC, when talking about Linux, Red Hat Linux
-  versions, releases, etc. Many thanks to the people on the fedora-list
-  at Red Hat for their input.
-</p><p>If you would like a word added to this document, please email the mailing list
-<tt class="email"><<a href="mailto:fedora-docs-list at redhat.com">fedora-docs-list at redhat.com</a>></tt>. A list to the subscription page is
-available on the <a href="http://fedora.redhat.com/projects/docs/" target="_top">project
-home page</a>. If you find a problem with these terms, file a 
-<a href="http://bugzilla.redhat.com/bugzilla/" target="_top">Bugzilla</a>
-report against the fedora-docs component. There is also a bug reporting link on
-the <a href="http://fedora.redhat.com/projects/docs/" target="_top">project page</a> as
-well.</p></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>
+<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="id3018408"></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, 2005 Dave Pawson, Pa!
 ul W. Frields, Red Hat, Inc.</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>
+    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.
+  </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
+    <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.3 (2005-09-07).
+  </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>
 
 <?
 


Index: ln-legalnotice.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/jargon-buster/ln-legalnotice.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- ln-legalnotice.php	30 Mar 2005 17:47:23 -0000	1.1.1.1
+++ ln-legalnotice.php	7 Sep 2005 13:10:42 -0000	1.2
@@ -21,10 +21,12 @@
     no other conditions whatsoever to those of the GNU FDL.
   </p><p>
     Garrett LeSage created the admonition graphics (note, tip, important,
-    caution, and warning). They may be freely redistributed with documentation
+    caution, and warning).
+    Tommy Reynolds <code class="email"><<a href="mailto:Tommy.Reynolds at MegaCoder.com">Tommy.Reynolds at MegaCoder.com</a>></code> created the callout graphics.
+    They all may be freely redistributed with documentation
     produced for the Fedora Project.
     </p><p>
-    jargon-buster-1.9 (2004-09-30)
+    jargon-buster-1.9.3 (2005-09-07)
   </p><p>
     Red Hat, Red Hat Network, the Red Hat "Shadow Man" logo, RPM, Maximum RPM, the RPM logo, Linux
     Library, PowerTools, Linux Undercover, RHmember, RHmember More, Rough Cuts,




More information about the fedora-extras-commits mailing list