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.
This commit is contained in:
Jody Goldberg 2002-04-23 15:55:19 +00:00 committed by Jody Goldberg
parent a61fe93f9d
commit c6e621aae2
5 changed files with 49 additions and 1 deletions

View file

@ -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

View file

@ -0,0 +1,3 @@
<sect1 id="config-accessibility-keyboard">
<title>Keyboard Accessibility (AccessX)</title>
</sect1>

View file

@ -0,0 +1,3 @@
<sect1 id="config-file-type">
<title>File Types & Services</title>
</sect1>

View file

@ -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">
@ -172,6 +174,14 @@
</para>
</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>
@ -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>

View file

@ -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.