summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-04-07 08:44:16 +0000
committerFrans Pop <elendil@planet.nl>2009-04-07 08:44:16 +0000
commitc7ae891aa42885eadef27c7ad09604f0785cfad4 (patch)
tree297e3b5b036cf8a64beaac1e4356dde3d090708b /build
parent2ef93ab7223f1b3e6423de936f6da563a5ed923d (diff)
downloadinstallation-guide-c7ae891aa42885eadef27c7ad09604f0785cfad4.zip
Document accessibility support in the installer
Many thanks to Samuel Thibault for writing this up. Reviewed by Frans Pop.
Diffstat (limited to 'build')
-rw-r--r--build/entities/common.ent6
-rw-r--r--build/entities/urls.ent7
-rw-r--r--build/templates/docstruct.ent2
3 files changed, 15 insertions, 0 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent
index 9ee3f15ed..a62082676 100644
--- a/build/entities/common.ent
+++ b/build/entities/common.ent
@@ -147,6 +147,12 @@ to first switch tasksel to that DE using the following command, e.g:
<!-- version of X11 shipping with the current release -->
<!ENTITY x11ver "7.3">
+<!-- version of BRLTTY shipping with the current release -->
+<!ENTITY brlttyver "3.10">
+
+<!-- version of Speakup shipping with the current release -->
+<!ENTITY speakupver "3.0.3">
+
<!-- an example of adding another image to lilo.conf, cf
en/post-install.sgml etc. -->
<!ENTITY additional-lilo-image
diff --git a/build/entities/urls.ent b/build/entities/urls.ent
index 3923d1f55..71bd85a3f 100644
--- a/build/entities/urls.ent
+++ b/build/entities/urls.ent
@@ -202,6 +202,13 @@
<!ENTITY url-simtel "ftp://ftp.simtel.net/pub/simtelnet/msdos/">
+<!ENTITY url-brltty "http://www.mielke.cc/brltty/">
+<!ENTITY url-brltty-driver-codes "http://www.mielke.cc/brltty/doc/Manual-BRLTTY/English/BRLTTY-11.html">
+<!ENTITY url-brltty-table-codes "http://www.mielke.cc/brltty/doc/Manual-BRLTTY/English/BRLTTY-6.html">
+
+<!ENTITY url-speakup "http://www.linux-speakup.org/">
+<!ENTITY url-speakup-driver-codes "http://www.linux-speakup.org/spkguide.txt">
+
<!-- ****************************************** m68k links -->
<!--
diff --git a/build/templates/docstruct.ent b/build/templates/docstruct.ent
index 87fe7f481..24cad5e2c 100644
--- a/build/templates/docstruct.ent
+++ b/build/templates/docstruct.ent
@@ -29,6 +29,7 @@
<!ENTITY supported-sparc.xml SYSTEM "##SRCPATH##/hardware/supported/sparc.xml">
<!ENTITY network-cards.xml SYSTEM "##SRCPATH##/hardware/network-cards.xml">
<!ENTITY supported-peripherals.xml SYSTEM "##SRCPATH##/hardware/supported-peripherals.xml">
+ <!ENTITY accessibility-hardware.xml SYSTEM "##SRCPATH##/hardware/accessibility.xml">
<!ENTITY buying-hardware.xml SYSTEM "##SRCPATH##/hardware/buying-hardware.xml">
<!ENTITY installation-media.xml SYSTEM "##SRCPATH##/hardware/installation-media.xml">
<!ENTITY memory-disk-requirements.xml SYSTEM "##SRCPATH##/hardware/memory-disk-requirements.xml">
@@ -94,6 +95,7 @@
<!ENTITY boot-installer-s390.xml SYSTEM "##SRCPATH##/boot-installer/s390.xml">
<!ENTITY boot-installer-sparc.xml SYSTEM "##SRCPATH##/boot-installer/sparc.xml">
<!ENTITY boot-installer-parameters.xml SYSTEM "##SRCPATH##/boot-installer/parameters.xml">
+ <!ENTITY boot-installer-accessibility.xml SYSTEM "##SRCPATH##/boot-installer/accessibility.xml">
<!ENTITY boot-installer-trouble.xml SYSTEM "##SRCPATH##/boot-installer/trouble.xml">
<!ENTITY using-d-i.xml SYSTEM "##SRCPATH##/using-d-i/using-d-i.xml">