Package: release-notes Severity: normal Tags: patch Hello
The installation guide now has proper documentation about braille & speech, so the paragraph about them can be dropped from the release notes, see attached patch. Samuel -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
Index: en/installing.dbk =================================================================== --- en/installing.dbk (révision 6269) +++ en/installing.dbk (copie de travail) @@ -192,109 +192,7 @@ </para> </section> -<section id="install-with-braille"> - <title>Install &debian; with a braille display</title> - - <para> - You can install &debian; &release; (&releasename;) with a braille - display. The braille display must be connected to a - <acronym>USB</acronym> or a serial port. If your braille display - is connected to a <acronym>USB</acronym> port and the American - braille table is supposed to be used, you can press - <keycap>Enter</keycap> in the boot menu. The screen reader BrlTTY - is standardized to search for braille displays at the - <acronym>USB</acronym> port and uses the American Braille - table. If the braille display is connected to a serial port or if - you want to use a different braille table, you have to press the - <keycap>Tab</keycap> key in the boot menu first. Then, you can - configure the screen reader BrlTTY with the kernel parameter - brltty. - </para> - - <para> - For the parameter, the following syntax is valid: - </para> - - <programlisting>brltty=<replaceable>driver</replaceable>,<replaceable>device</replaceable>,<replaceable>table</replaceable></programlisting> - - <para> - All operands are optional. - </para> - - <variablelist> - <varlistentry> - <term><varname>driver</varname></term> - <listitem> - <para> - The driver for the employed braille display. Here, you must - enter either a code consisting of two letters or the word - <literal>auto</literal>. If this argument is not entered, the automated - recognition is activated by default. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term><varname>device</varname></term> - <listitem> - <para> - The device can be entered as relative to /dev/ as well as an - absolute specification. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term><varname>table</varname></term> - <listitem> - <para> - Defines the braille table for the desired language. By - default, the US table is employed. - </para> - </listitem> - </varlistentry> - </variablelist> - - <section id="braille-examples"> - <title>Examples</title> - - <programlisting>brltty=ht,ttyS0,de</programlisting> - - <para> - The Handy Tech Driver is used. The braille display is connected - to Com1. The German braille table is used. - </para> - - <programlisting>brltty=,,de</programlisting> - - <para> - Here, only the German braille table is specified. Therefore, - BrlTTY will try to find a braille display at a - <acronym>USB</acronym> port. - </para> - </section> </section> -<section id="install-with-speech"> - <title>Install &debian; with a hardware speech synthesis</title> - - <para> - Support for hardware speech synthesis is enabled only along support for - graphical installer. You thus need to select the <computeroutput>Graphical - install</computeroutput> entry in the boot menu. - </para> - - <para> - Hardware speech synthesis can not be automatically detected. You thus need - to append the <userinput>speakup.synth=driver</userinput> boot parameter - to tell Speakup which driver it should use. <userinput>driver</userinput> - should be replaced by the driver code for your device, see <ulink - url="&url-speakup-driver-codes;"></ulink> for a list. The textual version - of the installer will then be automatically selected, and support for the - speech synthesis will be automatically installed on the target system. - </para> - -</section> - -</section> - </chapter>

