summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorJody Goldberg <jody@gnome.org>2002-04-23 15:55:19 +0000
committerJody Goldberg <jody@src.gnome.org>2002-04-23 15:55:19 +0000
commitc6e621aae28ed8dd4412b398a33a08feaeb3a9da (patch)
treea9b1d09871943f930b3c4126b48cffcc5166cb7e /help
parenta61fe93f9dd036f3825abdce80c6a711f47315f7 (diff)
downloadgnome-control-center-c6e621aae28ed8dd4412b398a33a08feaeb3a9da.tar.gz
link in the place holders and add an accessibilty section to mirror the
2002-04-23 Jody Goldberg <jody@gnome.org> * C/control-center.xml : link in the place holders and add an accessibilty section to mirror the ui. * C/config-file-type.xml : Add place holder. * C/config-accessibility-keyboard.xml : ditto.
Diffstat (limited to 'help')
-rw-r--r--help/C/Makefile.am5
-rw-r--r--help/C/config-accessibility-keyboard.xml3
-rw-r--r--help/C/config-file-type.xml3
-rw-r--r--help/C/control-center.xml31
-rw-r--r--help/ChangeLog8
5 files changed, 49 insertions, 1 deletions
diff --git a/help/C/Makefile.am b/help/C/Makefile.am
index a58eeee45..99076ad15 100644
--- a/help/C/Makefile.am
+++ b/help/C/Makefile.am
@@ -12,6 +12,9 @@ entities = config-background.xml \
config-mouse.xml \
config-screensaver.xml \
config-sound.xml \
- config-themes.xml
+ config-themes.xml \
+ config-file-type.xml \
+ config-accessibility-keyboard.xml
+
include $(top_srcdir)/help/xmldocs.make
dist-hook: app-dist-hook
diff --git a/help/C/config-accessibility-keyboard.xml b/help/C/config-accessibility-keyboard.xml
new file mode 100644
index 000000000..ea4f94092
--- /dev/null
+++ b/help/C/config-accessibility-keyboard.xml
@@ -0,0 +1,3 @@
+<sect1 id="config-accessibility-keyboard">
+ <title>Keyboard Accessibility (AccessX)</title>
+</sect1>
diff --git a/help/C/config-file-type.xml b/help/C/config-file-type.xml
new file mode 100644
index 000000000..b0f3fde3d
--- /dev/null
+++ b/help/C/config-file-type.xml
@@ -0,0 +1,3 @@
+<sect1 id="config-file-type">
+ <title>File Types & Services</title>
+</sect1>
diff --git a/help/C/control-center.xml b/help/C/control-center.xml
index d24dbdcb4..18b9a5e19 100644
--- a/help/C/control-center.xml
+++ b/help/C/control-center.xml
@@ -9,11 +9,13 @@
<!ENTITY CONFIG-KBD SYSTEM "config-kbd.xml">
<!ENTITY CONFIG-MOUSE SYSTEM "config-mouse.xml">
<!ENTITY CONFIG-SCREENSAVER SYSTEM "config-screensaver.xml">
+<!ENTITY CONFIG-FILE-TYPE SYSTEM "config-file-type.xml">
<!ENTITY CONFIG-BEHAVIOR SYSTEM "config-behavior.xml">
<!ENTITY CONFIG-CD SYSTEM "config-cds.xml">
<!ENTITY CONFIG-BACKGROUND SYSTEM "config-background.xml">
<!ENTITY CONFIG-KEYBINDINGS SYSTEM "config-keybindings.xml">
<!ENTITY CONFIG-THEME SYSTEM "config-themes.xml">
+<!ENTITY CONFIG-ACCESSIBILITY-KEYBOARD SYSTEM "config-accessibility-keyboard.xml">
]>
<article id="index" lang="en">
@@ -173,6 +175,14 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><xref linkend="config-file-type" /></term>
+ <listitem>
+ <para>
+ Configures file types and services.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><xref linkend="config-sound" /></term>
<listitem>
<para>
@@ -368,6 +378,25 @@
</variablelist>
</para>
</sect1>
+ <sect1 id="accessibilty-section">
+ <title>The Accessibility Section</title>
+ <para>
+ The accessibility section is included in the <application>GNOME
+ Control Center</application> package. It helps to configure
+ various assistive technologies.
+ <variablelist>
+ <varlistentry>
+ <term><xref linkend="config-accessibility-keyboard" /></term>
+ <listitem>
+ <para>
+ Adjusts extended keyboard capabilities to facilate use by those
+ with additional needs.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </sect1>
&CONFIG-DEFAULT-APPS;
&CONFIG-HINTS;
&CONFIG-HTML;
@@ -375,9 +404,11 @@
&CONFIG-MOUSE;
&CONFIG-SOUND;
&CONFIG-SCREENSAVER;
+&CONFIG-FILE-TYPE;
&CONFIG-BEHAVIOR;
&CONFIG-CD;
&CONFIG-BACKGROUND;
&CONFIG-KEYBINDINGS;
&CONFIG-THEME;
+&CONFIG-ACCESSIBILITY-KEYBOARD;
</article>
diff --git a/help/ChangeLog b/help/ChangeLog
index 526487070..e664da011 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-23 Jody Goldberg <jody@gnome.org>
+
+ * C/control-center.xml : link in the place holders and add an
+ accessibilty section to mirror the ui.
+
+ * C/config-file-type.xml : Add place holder.
+ * C/config-accessibility-keyboard.xml : ditto.
+
2002-04-05 Kevin Breit <mrproper@ximian.com>
* C/config-themes.xml: Fixed a typo that caused breakage.