source: basicnet/textweb/links.xml@ 64e043e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 64e043e was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

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

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