source: basicnet/textweb/links.xml@ 1ad30c22

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since 1ad30c22 was 1ad30c22, checked in by Ag Hatzimanikas <ag@…>, 16 years ago

Added a patch to Links browser to fix UTF-8 issues

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

  • Property mode set to 100644
File size: 7.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY links-download-http "http://links.twibright.com/download/links-&Links-version;.tar.bz2">
8 <!ENTITY links-download-ftp " ">
9 <!ENTITY links-md5sum "8c4bc1ebbf4962d290df8218bfc21413">
10 <!ENTITY links-size "4.1 MB">
11 <!ENTITY links-buildsize "25 MB">
12 <!ENTITY links-time "0.3 SBU">
13]>
14
15<sect1 id="Links" xreflabel="Links-&Links-version;">
16 <?dbhtml filename="links.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Links-&Links-version;</title>
24
25 <indexterm zone="Links">
26 <primary sortas="a-Links">Links</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Links</title>
31
32 <para><application>Links</application> is a text and graphics mode
33 WWW browser. It includes support for rendering
34 tables and frames, features background downloads, can display colors
35 and has many other features.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&links-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&links-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &links-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &links-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &links-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &links-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing='compact'>
61 <listitem>
62 <para>Recommended patch: <ulink
63 url="&gentoo-ftp-repo;/links-&Links-version;-utf8.diff.bz2"/></para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">Do I Need the Patch and Do I Have to Enable
68 Graphics Support?</bridgehead>
69
70 <para>In text mode, <application>Links</application> cannot be
71 configured to use UTF-8 encoding for the terminal input/output. This
72 limitation renders <application>Links</application> useless as a
73 text-based browser in UTF-8 locales. See general discussion of this
74 type of issue in the <xref linkend="locale-not-valid-option"/> section
75 on the <xref linkend="locale-issues"/> page.
76 The patch fixes all these issues with an exception of Chinese locale,
77 when there isn't an available character set.
78 Note: You have to check the "UTF-8 I/O" box in "Terminal options" and
79 set the character set (probably an 8-bit) in the Setup menu.
80 </para>
81
82 <para>In graphical mode,
83 <application>Links</application> displays text correctly even in
84 UTF-8 locales, if all characters exist in the built-in font used by
85 <application>Links</application>. Form submission in UTF-8 locales
86 is handled correctly when running in X11-based (but not framebuffer-based)
87 graphical mode.</para>
88
89 <bridgehead renderas="sect3">Links Dependencies</bridgehead>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional"><xref linkend="gpm"/>,
93 <xref linkend="openssl"/>,
94 <xref linkend="libpng"/>,
95 <xref linkend="libjpeg"/>,
96 <xref linkend="libtiff"/>,
97 <xref linkend="pcre"/>,
98 <!-- SDL support is removed upstream until someone fixes it
99 <xref linkend="sdl"/>,
100 -->
101 <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
102 <ulink url="http://www.directfb.org/">DirectFB</ulink>, and
103 <xref linkend="x-window-system"/></para>
104
105 <para condition="html" role="usernotes">User Notes:
106 <ulink url="&blfs-wiki;/LinksBrowser"/></para>
107
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of Links</title>
112
113 <para>If desired, apply the patch:</para>
114
115<screen><userinput>bzcat ../links-&Links-version;-utf8.diff.bz2 | patch -p1 &amp;&amp;
116cd intl &amp;&amp;
117./gen-intl &amp;&amp; ./synclang &amp;&amp;
118cd ..
119</userinput></screen>
120
121 <para>Install <application>Links</application> by running the following
122 commands:</para>
123
124<screen><userinput>./configure --prefix=/usr &amp;&amp;
125make</userinput></screen>
126
127 <para>This package does not come with a test suite.</para>
128
129 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
130
131<screen role='root'><userinput>make install &amp;&amp;
132install -v -d -m755 /usr/share/doc/links-&Links-version; &amp;&amp;
133install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \
134 /usr/share/doc/links-&Links-version;</userinput></screen>
135
136 </sect2>
137
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <para><command>./gen-intl &amp;&amp; ./synclang</command>: These commands
142 regenerate the language table.</para>
143
144 <para><option>--enable-graphics</option>: This switch enables support
145 for graphics mode. You will either need to install the
146 <application>X</application> Window System or enable frame buffer support in
147 your kernel and install <xref linkend="gpm"/>.</para>
148
149 </sect2>
150
151 <sect2 role="configuration">
152 <title>Configuring Links</title>
153
154 <sect3 id="links-config">
155 <title>Config Files</title>
156
157 <para><filename>~/.links/*</filename></para>
158
159 <indexterm zone="Links links-config">
160 <primary sortas="e-AA.links/*">~/.links/*</primary>
161 </indexterm>
162
163 </sect3>
164
165 <sect3>
166 <title>Configuration Information</title>
167
168 <para><application>Links</application> stores its configuration in per-user
169 files in the <filename class="directory">~/.links</filename> directory. These
170 files are created automatically when <command>links</command> is run for the
171 first time.</para>
172
173 <para>For the correct display of non-ASCII characters, <application>Links</application>
174 has to be configured through the menu (accessible by pressing the ESC key),
175 as follows:</para>
176
177 <itemizedlist>
178 <listitem>
179 <para>If running <application>Links</application> in the text mode,
180 go to the <quote>Setup &gt; Character set</quote> menu item and select the character
181 set that matches your locale.</para>
182 </listitem>
183 <listitem>
184 <para>Optionally, go to the <quote>Setup &gt; Language</quote> menu
185 and select the user interface language.</para>
186 </listitem>
187 <listitem>
188 <para>Finally, select the <quote>Setup &gt; Save options</quote>
189 menu item.</para>
190 </listitem>
191 </itemizedlist>
192
193 </sect3>
194
195 </sect2>
196
197 <sect2 role="content">
198 <title>Contents</title>
199
200 <segmentedlist>
201 <segtitle>Installed Program</segtitle>
202 <segtitle>Installed Libraries</segtitle>
203 <segtitle>Installed Directories</segtitle>
204
205 <seglistitem>
206 <seg>links</seg>
207 <seg>None</seg>
208 <seg>/usr/share/doc/links-&Links-version;</seg>
209 </seglistitem>
210 </segmentedlist>
211
212 <variablelist>
213 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
214 <?dbfo list-presentation="list"?>
215 <?dbhtml list-presentation="table"?>
216
217 <varlistentry id="links">
218 <term><command>links</command></term>
219 <listitem>
220 <para>is a text and graphics mode WWW browser.</para>
221 <indexterm zone="Links links">
222 <primary sortas="b-links">links</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 </variablelist>
228
229 </sect2>
230
231</sect1>
Note: See TracBrowser for help on using the repository browser.