diff options
author | Frans Pop <elendil@planet.nl> | 2009-06-23 15:29:06 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2009-06-23 15:29:06 +0000 |
commit | 5cee3506f15966000d7f737ac2898dfb03d6e8e6 (patch) | |
tree | 4f8945c7fb5622b7ae2aebb317abcb873cc1058d | |
parent | 6765918913e6c6dc18855182a07f3d9e38068056 (diff) | |
download | installation-guide-5cee3506f15966000d7f737ac2898dfb03d6e8e6.zip |
Add links to website documenting braille keybindings
Thanks to Samuel Thibault for the patch.
-rw-r--r-- | build/entities/urls.ent | 1 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | en/boot-installer/accessibility.xml | 8 |
3 files changed, 10 insertions, 3 deletions
diff --git a/build/entities/urls.ent b/build/entities/urls.ent index e761e5175..a4bfde41b 100644 --- a/build/entities/urls.ent +++ b/build/entities/urls.ent @@ -204,6 +204,7 @@ <!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-driver-help "http://www.mielke.cc/brltty/doc/drivers/"> <!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/"> diff --git a/debian/changelog b/debian/changelog index a2b8352e8..10ce06ada 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,8 +31,10 @@ installation-guide (2009xxxx) UNRELEASED; urgency=low [ Frans Pop ] * Document installation of localization tasks. * Document the debian-installer/add-kernel-opts preconfiguration option. + * Add links to website documenting braille keybindings. Thanks to + Samuel Thibault for the patch. Closes: #534260. - -- Frans Pop <fjp@debian.org> Mon, 08 Jun 2009 12:50:20 +0200 + -- Frans Pop <fjp@debian.org> Tue, 23 Jun 2009 17:27:22 +0200 installation-guide (20090427) unstable; urgency=low diff --git a/en/boot-installer/accessibility.xml b/en/boot-installer/accessibility.xml index cd3c46176..73aef393b 100644 --- a/en/boot-installer/accessibility.xml +++ b/en/boot-installer/accessibility.xml @@ -28,7 +28,9 @@ of the installer will then be automatically selected, and support for the braille display will be automatically installed on the target system. You can thus just press &enterkey; at the boot menu. Once <classname>brltty</classname> is started, you can choose a braille -table by entering the preference menu. +table by entering the preference menu. Documentation on key +bindings for braille devices is available on the <ulink +url="&url-brltty-driver-help;"><classname>brltty</classname> website</ulink>. </para> </sect2> @@ -49,7 +51,9 @@ serial port the display is connected to, <userinput>ttyS0</userinput> is the default. <replaceable>table</replaceable> is the name of the braille table to be used (see the <ulink url="&url-brltty-table-codes;">table code list</ulink>); the English table is the default. Note that the table can -be changed later by entering the preference menu. +be changed later by entering the preference menu. Documentation on key +bindings for braille devices is available on the <ulink +url="&url-brltty-driver-help;"><classname>brltty</classname> website</ulink>. </para> </sect2> |