Ignore:
Timestamp:
01/22/2007 04:15:48 PM (17 years ago)
Author:
Alexander E. Patrakov <alexander@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6c787ded
Parents:
6eff6e1
Message:

Added some options to Lynx

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6455 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/lynx.xml

    r6eff6e1 rc22b9f4  
    6565    <xref linkend="unzip"/>,
    6666    an <xref linkend="server-mail"/> (that provides a
    67     <command>sendmail</command> command),
    68     <xref linkend="slang"/>, and
     67    <command>sendmail</command> command), and
    6968    <!-- <ulink
    7069    url="http://ftp.ibiblio.org/pub/linux/utils/compress/ncompress-4.2.4.tar.Z">
     
    7372    (for a <command>uudecode</command> program)</para>
    7473
     74<!-- Attempt to utilize S-Lang (- -with-screen=slang) leads to a build failure -->
     75
    7576    <para condition="html" role="usernotes">User Notes:
    7677    <ulink url="&blfs-wiki;/Lynx"/></para>
     
    8889            --datadir=/usr/share/doc/lynx-&lynx-version; \
    8990            --with-zlib \
    90             --with-bzlib &amp;&amp;
     91            --with-bzlib \
     92            --with-screen=ncursesw \
     93            --enable-locale-charset &amp;&amp;
    9194make</userinput></screen>
    9295
     
    121124    linking <filename class="libraryfile">libbz2</filename> into
    122125    <application>Lynx</application>.</para>
     126
     127    <para><parameter>--with-screen=ncursesw</parameter>: This switch enables
     128    the use of advanced wide-character support present in the system
     129    <application>NCurses</application> library. This is needed for
     130    proper display of characters and line wrapping in multibyte locales.</para>
     131   
     132    <para><parameter>--enable-locale-charset</parameter>: This switch allows
     133    <application>Lynx</application> to deduce the proper character encoding
     134    for terminal output from the current locale.
     135    A configuration step is still needed (see below), but,
     136    unlike the situation without this switch, the configuration step becomes
     137    the same for all users (without the switch, one would have to specify the
     138    display charcter set explicitly). This is important for environments such
     139    as a LiveCD, where the amount of system-specific configuration steps has
     140    to be reduced to the minimum.</para>
     141
     142    <para><parameter>--enable-nls</parameter>: This switch allows
     143    <application>Lynx</application> to print translated messages (such as
     144    questions about cookies and SSL certificates).</para>
    123145
    124146    <para><option>--with-ssl</option>: This enables support for
     
    169191      <title>Configuration Information</title>
    170192
    171       <para>Various settings such as proxies can be set in the system-wide
    172       <filename>lynx.cfg</filename> file found in
    173       <filename class="directory">/etc/lynx</filename>.</para>
     193      <para>The proper way to get the display character set is to examine the
     194      current locale. However, <application>Lynx</application> does not do
     195      this by default. Change this setting:</para>
     196
     197<screen><userinput>sed -i 's/#\(LOCALE_CHARSET\):FALSE/\1:TRUE/' /etc/lynx/lynx.cfg</userinput></screen>
     198
     199      <para>Many other system-wide settings such as proxies can also be set
     200      in the <filename>/etc/lynx/lynx.cfg</filename> file.</para>
    174201
    175202    </sect3>
Note: See TracChangeset for help on using the changeset viewer.