summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene O'Connor <eoconnor@src.gnome.org>2003-04-08 11:05:35 +0000
committerEugene O'Connor <eoconnor@src.gnome.org>2003-04-08 11:05:35 +0000
commit916504143079b47c6da2d2f29fce7fd00f72cade (patch)
treebbeb3ad2d0335356c85bc89f35c07486906e21e4
parent26f19bc85b1cf70d99ae69bca654f1fddb1fcc39 (diff)
downloadgnome-user-docs-916504143079b47c6da2d2f29fce7fd00f72cade.tar.gz
gnome-user-docs-916504143079b47c6da2d2f29fce7fd00f72cade.tar.xz
gnome-user-docs-916504143079b47c6da2d2f29fce7fd00f72cade.zip
Added wglossary.xml so that User Guide Glossary appears in Yelp. Updated screenshots: naut_desktop.png, typical_anno_desktop.png, naut_home_launcher.png, typical_anno_desktop.xcf
-rw-r--r--gnome2-user-guide/C/ChangeLog4
-rw-r--r--gnome2-user-guide/C/glossary.xml23
-rw-r--r--gnome2-user-guide/C/wglossary.xml17
3 files changed, 40 insertions, 4 deletions
diff --git a/gnome2-user-guide/C/ChangeLog b/gnome2-user-guide/C/ChangeLog
index f64b7ed..8ea329f 100644
--- a/gnome2-user-guide/C/ChangeLog
+++ b/gnome2-user-guide/C/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-08 Eugene O'Connor <eugene.oconnor@sun.com>
+
+ * Added wglossary.xml so that User Guide Glossary appears in Yelp. Updated screenshots: naut_desktop.png, typical_anno_desktop.png, naut_home_launcher.png, typical_anno_desktop.xcf
+
2003-03-24 Eugene O'Connor <eugene.oconnor@sun.com>
* Fixed incorrect version identifier in all OMFs.
diff --git a/gnome2-user-guide/C/glossary.xml b/gnome2-user-guide/C/glossary.xml
index 9524b64..9ca9573 100644
--- a/gnome2-user-guide/C/glossary.xml
+++ b/gnome2-user-guide/C/glossary.xml
@@ -1,5 +1,5 @@
<glossary id="glossary-1">
- <title>Glossary</title>
+ <title>User Guide Glossary</title>
<glossentry id="glossary-6">
<glossterm>applet</glossterm>
<glossdef>
@@ -52,6 +52,14 @@ is called a GNOME-compliant application. For example, <application>Nautilus</app
<para>Hot keys are keyboard shortcuts that start applications. </para>
</glossdef>
</glossentry>
+ <glossentry id="glossary-18">
+ <glossterm>inode</glossterm>
+ <glossdef>
+ <para>A data structure that contains information about individual
+files in UNIX file systems. Each file has one inode. An inode contains the
+node, type, owner, and location of a file. </para>
+ </glossdef>
+ </glossentry>
<glossentry id="glossary-21">
<glossterm>IP address</glossterm>
<glossdef>
@@ -117,6 +125,13 @@ of the behavior of the desktop.</para>
an action. </para>
</glossdef>
</glossentry>
+ <glossentry id="glossary-22">
+ <glossterm>slice</glossterm>
+ <glossdef>
+ <para>A partition of a disk. You can create slices on your Zip and
+Jaz media. An object for each slice appears on the desktop background.</para>
+ </glossdef>
+ </glossentry>
<glossentry id="glossary-15">
<glossterm>stacking order</glossterm>
<glossdef>
@@ -134,9 +149,9 @@ information about the current state of what you are viewing in the window. </par
<glossentry id="glossary-28">
<glossterm>symbolic link</glossterm>
<glossdef>
- <para>A special type of file that points to another
-file or folder. When you perform an action on a symbolic link, the action
-is performed on the file or folder to which the symbolic link points. </para>
+ <para>A special type of file that points to another file or folder.
+When you perform an action on a symbolic link, the action is performed on
+the file or folder to which the symbolic link points. </para>
</glossdef>
</glossentry>
<glossentry id="glossary-12">
diff --git a/gnome2-user-guide/C/wglossary.xml b/gnome2-user-guide/C/wglossary.xml
new file mode 100644
index 0000000..47f833d
--- /dev/null
+++ b/gnome2-user-guide/C/wglossary.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+ <!ENTITY LEGAL SYSTEM "legal.xml">
+ <!ENTITY FRONT SYSTEM "front.xml">
+ <!ENTITY gnomeversion "2.0">
+ <!ENTITY manrevision "2.3.1">
+ <!ENTITY date "March 2003">
+ <!ENTITY content SYSTEM "glossary.xml">
+ <!ENTITY titleent "User Guide Glossary">
+]>
+
+<part>
+&FRONT;
+&content;
+</part>
+